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
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Binary file removed assets/pi-queue-steer-demo.mp4
Binary file not shown.
Binary file removed assets/pi-queue-steer-screenshot.png
Binary file not shown.
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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": "*",
Expand Down