diff --git a/CHANGELOG.md b/CHANGELOG.md index 70a26e8..96097ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ - Show steering and follow-ups as separate lanes in one delivery-ordered timeline. - Group the lanes into stacked blue and yellow boxes with aligned inline editing. +- Refresh the demo in the original GitHub Dark terminal treatment and add a high-resolution queue screenshot. - Keep steering rows editable until Pi's native turn boundary. - Honour Pi's independent `one-at-a-time` and `all` modes at active-run delivery boundaries. - Add `Option+Down` navigation and recency-first `Option+Up` selection. diff --git a/README.md b/README.md index 7992e39..d8ccffb 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ Queue instructions while the agent works. Steering stays in a blue next-turn box Move into any row to edit it. The selected row becomes the live Pi editor, with its cursor, wrapping, paste handling, autocomplete and custom-editor behaviour intact. +![Two steering messages and three follow-ups queued while Pi continues working](assets/pi-queue-steer-screenshot.png) + [Watch the dual-lane demo](assets/pi-queue-steer-demo.mp4). ## Install diff --git a/assets/pi-queue-steer-demo.mp4 b/assets/pi-queue-steer-demo.mp4 index af2b3f1..2865f7e 100644 Binary files a/assets/pi-queue-steer-demo.mp4 and b/assets/pi-queue-steer-demo.mp4 differ diff --git a/assets/pi-queue-steer-screenshot.png b/assets/pi-queue-steer-screenshot.png new file mode 100644 index 0000000..649e1d9 Binary files /dev/null and b/assets/pi-queue-steer-screenshot.png differ diff --git a/package.json b/package.json index 6f713d3..4f370a1 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,8 @@ "README.md", "LICENSE", "CHANGELOG.md", - "assets/pi-queue-steer-demo.mp4" + "assets/pi-queue-steer-demo.mp4", + "assets/pi-queue-steer-screenshot.png" ], "scripts": { "check": "tsc --noEmit",