Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.

## Demo

Submit a task via Telegram, watch Wright clone the repo, edit code, run tests, and create a PR -- all automated.

### Desktop

![Desktop demo — task submission, progress, completion, and GitHub PR](docs/screenshots/demo-desktop.webp)

### Mobile

![Mobile demo — task submission, progress, completion, and PR review](docs/screenshots/demo-mobile.webp)

## Test Results

**53 tests passing** across 6 test suites, covering the full pipeline from detection to dev loop execution.
Expand Down
2 changes: 2 additions & 0 deletions apps/bot/fly.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Fly.io configuration for the wright Telegram bot
# Long-polling bot — no HTTP service needed, just a persistent process
#
# Deploy from repo root: fly deploy -c apps/bot/fly.toml

app = "wright-bot"
primary_region = "ord"
Expand Down
Loading