Skip to content

Commit d47e832

Browse files
docs: add real Setupr CLI screenshots to README (status, doctor, health, --json)
Captured live output from @evan-coder/setupr running against this repo and rendered as terminal images. Adds a Screenshots section with real product shots alongside the existing architecture diagram. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent c829644 commit d47e832

5 files changed

Lines changed: 20 additions & 0 deletions

File tree

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,26 @@ These visuals are generated from the actual repository structure and project wor
2828

2929
![Project workflow](docs/assets/workflow.svg)
3030

31+
## Screenshots
32+
33+
Real output captured from the Setupr CLI (`@evan-coder/setupr`) running against this repository.
34+
35+
**`setupr status` — project health, git, env, processes, and recent history at a glance:**
36+
37+
![setupr status](docs/images/screenshot-status.png)
38+
39+
**`setupr doctor` — runtime, package-manager, and AI-director environment diagnosis:**
40+
41+
![setupr doctor](docs/images/screenshot-doctor.png)
42+
43+
**`setupr health` — full project health check with a pass/warn/fail score:**
44+
45+
![setupr health](docs/images/screenshot-health.png)
46+
47+
**`setupr status --json` — machine-readable output for CI/CD and scripting:**
48+
49+
![setupr status --json](docs/images/screenshot-json.png)
50+
3151
## Architecture
3252

3353
![Architecture](docs/images/architecture.jpg)

docs/images/screenshot-doctor.png

124 KB
Loading

docs/images/screenshot-health.png

179 KB
Loading

docs/images/screenshot-json.png

287 KB
Loading

docs/images/screenshot-status.png

290 KB
Loading

0 commit comments

Comments
 (0)