diff --git a/docs/gui-arc-framing.md b/docs/gui-arc-framing.md index af0b8d9..8b0a274 100644 --- a/docs/gui-arc-framing.md +++ b/docs/gui-arc-framing.md @@ -275,7 +275,8 @@ reference** — each keeps its own framing. | Backlog item | Disposition | |---|---| -| Command/minibuffer chord forwarding; Meta/Super chords | Stage 1a | +| Command/minibuffer chord forwarding | **SHIPPED** (`bc32332`) — `Char`/`Enter`/`Tab` with Ctrl or Alt reach the daemon keymap, subsuming the old per-feature allowlists | +| **Meta/Super chords** | **Stage 2 (Q#S1-7 ruling, 2026-08-11)** — *moved from Stage 1a.* Blind forwarding would turn platform Command/Super shortcuts into daemon Meta chords **before** capability-aware and local-binding policy exists. Stage 1 keeps the deliberate, tested OS reservation (`pmacs-gpu/src/main.rs:11050`) and adds no island | | Rebindable local `Ctrl-V`/`Escape` | Escape half → Stage 1a; `Ctrl-V` half → Stage 2 (it is a keymap-vocabulary question, not an input-plumbing one) | | Middle-click paste | Stage 1b | | Right-click context menu | **Already shipped** (§2.1) — the backlog item is stale and Stage 0 retires the line | diff --git a/docs/side-quest-backlog.md b/docs/side-quest-backlog.md index c066fe1..e36c21f 100644 --- a/docs/side-quest-backlog.md +++ b/docs/side-quest-backlog.md @@ -193,9 +193,12 @@ external-change detection (verify-modtime-while-open, revert?). ## GPU frontend mechanics (non-theme) -- **Input:** full command/minibuffer chord forwarding to the GUI, - Meta/Super chords, rebindable local `Ctrl-V`/`Escape`, middle-click - paste, right-click context menu, frontend-local provisional selection. +- **Input:** ~~full command/minibuffer chord forwarding to the GUI~~ + (**shipped**, `bc32332`), **Meta/Super chords — now GUI arc Stage 2**, + not Stage 1a (Q#S1-7, 2026-08-11: forwarding them before + capability-aware policy exists would capture platform Command/Super + shortcuts), rebindable local `Ctrl-V`/`Escape`, middle-click paste, + right-click context menu, frontend-local provisional selection. - **Minibuffer:** `i/total` hint (already on the wire), Telescope-style preview pane, candidate kind/doc annotations, unify TUI inline vs GPU dropdown, multibyte-exact band caret, the nav highlight-wrap bug.