Skip to content

Commit bff0415

Browse files
Replace the hero with a real recorded session
The old hero was an SVG drawn by docs/capture_hero.py — honest about the renderers, since it drove them directly, but the numbers in it came from a benchmark report rather than from the session on screen, and nobody watching a still image learns what the pipeline feels like while it runs. This is a recording instead. One session against Textualize/rich, driven through a real PTY at 100 columns: the plain-English bug report, the PM agent refusing to guess and asking what truncation should mean, the scope locking on seven criteria, and the delivery timeline streaming Planner -> Dev -> QA -> jury with each stage's model, elapsed time and running cost. It ends on /costs. Thirteen minutes will not fit in a README, so the cast is cut to six windows and spliced rather than uniformly sped up — past about 4x a terminal stops reading as anything. Fifteen seconds, 385K. The run behind it delivered R-111 for $1.72. capture_hero.py and cli-hero.svg go with it; a generator nobody runs again is just a file that rots.
1 parent cab68de commit bff0415

4 files changed

Lines changed: 6 additions & 417 deletions

File tree

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
<div align="center">
22

3-
<img src="docs/screenshots/cli-hero.svg" alt="CodeJury — a session in the terminal: the PM agent scoping a change, then the pipeline streaming Planner → Dev → QA → jury" width="900">
3+
<img src="docs/screenshots/cli-session.gif" alt="CodeJury — a recorded session in the terminal: the PM agent scoping a change, then the pipeline streaming Planner → Dev → QA → jury" width="900">
44

5-
<sub>One session, start to finish: describe a bug, the PM agent interrogates the
6-
requirement, then Planner → Dev → QA → jury streams live with per-stage model,
7-
time and cost. Rendered by the CLI's own renderers — see
8-
[`docs/capture_hero.py`](docs/capture_hero.py).</sub>
5+
<sub>A real session against <a href="https://github.com/Textualize/rich">Textualize/rich</a>,
6+
recorded and cut to fifteen seconds: describe a bug in plain English, the PM agent
7+
interrogates the requirement until it can lock it, then Planner → Dev → QA → jury
8+
streams live with per-stage model, time and cost. Nothing here is a mockup — the
9+
run took 13 minutes and $1.72, and shipped ticket R-111.</sub>
910

1011
<br>
1112

docs/capture_hero.py

Lines changed: 0 additions & 181 deletions
This file was deleted.

0 commit comments

Comments
 (0)