diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a13b01..be39195 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, remove its blank opening, and add a looping preview and high-resolution queue screenshot. +- Add a compact looping demo in the original GitHub Dark terminal treatment, starting on a populated screen. - 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 8563683..13c069a 100644 --- a/README.md +++ b/README.md @@ -13,12 +13,6 @@ Move into any row to edit it. The selected row becomes the live Pi editor, with ![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). - -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 Install the latest version from GitHub: diff --git a/assets/pi-queue-steer-demo.mp4 b/assets/pi-queue-steer-demo.mp4 deleted file mode 100644 index d20e80e..0000000 Binary files a/assets/pi-queue-steer-demo.mp4 and /dev/null differ diff --git a/assets/pi-queue-steer-screenshot.png b/assets/pi-queue-steer-screenshot.png deleted file mode 100644 index 649e1d9..0000000 Binary files a/assets/pi-queue-steer-screenshot.png and /dev/null differ diff --git a/package.json b/package.json index 425a4cf..bbc98a9 100644 --- a/package.json +++ b/package.json @@ -26,9 +26,7 @@ "README.md", "LICENSE", "CHANGELOG.md", - "assets/pi-queue-steer-demo.mp4", - "assets/pi-queue-steer-demo.gif", - "assets/pi-queue-steer-screenshot.png" + "assets/pi-queue-steer-demo.gif" ], "scripts": { "check": "tsc --noEmit", @@ -38,8 +36,7 @@ "pi": { "extensions": [ "index.ts" - ], - "video": "https://raw.githubusercontent.com/tmustier/pi-queue-steer/main/assets/pi-queue-steer-demo.mp4" + ] }, "peerDependencies": { "@earendil-works/pi-ai": "*",