diff --git a/CHANGELOG.md b/CHANGELOG.md index 96097ad..8a13b01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +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. +- Refresh the demo in the original GitHub Dark terminal treatment, remove its blank opening, and add a looping preview and 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 d8ccffb..8563683 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,15 @@ 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) +## Demo + +![Looping demonstration of steering and follow-up queues while Pi continues working](assets/pi-queue-steer-demo.gif) + +[Watch the full-resolution dual-lane demo](assets/pi-queue-steer-demo.mp4). -[Watch the dual-lane demo](assets/pi-queue-steer-demo.mp4). +The complete queue remains visible while Pi works: + +![Two steering messages and three follow-ups queued while Pi continues working](assets/pi-queue-steer-screenshot.png) ## Install diff --git a/assets/pi-queue-steer-demo.gif b/assets/pi-queue-steer-demo.gif new file mode 100644 index 0000000..59a6951 Binary files /dev/null and b/assets/pi-queue-steer-demo.gif differ diff --git a/assets/pi-queue-steer-demo.mp4 b/assets/pi-queue-steer-demo.mp4 index 2865f7e..d20e80e 100644 Binary files a/assets/pi-queue-steer-demo.mp4 and b/assets/pi-queue-steer-demo.mp4 differ diff --git a/package.json b/package.json index 4f370a1..425a4cf 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,7 @@ "LICENSE", "CHANGELOG.md", "assets/pi-queue-steer-demo.mp4", + "assets/pi-queue-steer-demo.gif", "assets/pi-queue-steer-screenshot.png" ], "scripts": {