Skip to content

Commit bcc476c

Browse files
abrichrclaude
andcommitted
docs: add demo screenshots to README
Add 10 screenshots (4 desktop, 6 mobile) showing the full Wright pipeline: task submission via Telegram, progress events, job completion with approve/reject buttons, and the resulting GitHub PR. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 1d71e4d commit bcc476c

11 files changed

Lines changed: 20 additions & 0 deletions

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
Wright is a generalized dev automation platform that takes task descriptions, uses the Claude Agent SDK to generate code, runs tests iteratively (the Ralph Loop pattern), and creates pull requests -- with a Telegram bot for human-in-the-loop approval.
44

5+
## Demo
6+
7+
Submit a task via Telegram, watch Wright clone the repo, edit code, run tests, and create a PR -- all automated.
8+
9+
### Desktop
10+
11+
| Task Submission | Progress Events | Job Completed | GitHub PR |
12+
|:-:|:-:|:-:|:-:|
13+
| ![Task submission](docs/screenshots/desktop-01-task-submit.png) | ![Progress events](docs/screenshots/desktop-02-progress-events.png) | ![Job completed](docs/screenshots/desktop-03-job-completed.png) | ![GitHub PR](docs/screenshots/desktop-04-github-pr.png) |
14+
15+
### Mobile
16+
17+
| Task Submission | Progress Events | Job Completed |
18+
|:-:|:-:|:-:|
19+
| ![Task submission](docs/screenshots/mobile-01-task-submit.png) | ![Progress events](docs/screenshots/mobile-03-progress-events.png) | ![Job completed](docs/screenshots/mobile-04-job-completed.png) |
20+
21+
| Task Command | PR Results | PR Summary |
22+
|:-:|:-:|:-:|
23+
| ![Task command](docs/screenshots/mobile-02-task-command.png) | ![PR results](docs/screenshots/mobile-05-pr-results.png) | ![PR summary](docs/screenshots/mobile-06-pr-summary.png) |
24+
525
## Test Results
626

727
**53 tests passing** across 6 test suites, covering the full pipeline from detection to dev loop execution.
1.27 MB
Loading
1.4 MB
Loading
1.37 MB
Loading
608 KB
Loading
1.69 MB
Loading
2.03 MB
Loading
2.17 MB
Loading
2.18 MB
Loading
1.09 MB
Loading

0 commit comments

Comments
 (0)