From c52dbde4b440444686dac23c7517f59d12ddb320 Mon Sep 17 00:00:00 2001 From: kami Date: Sat, 20 Jun 2026 16:41:26 +0000 Subject: [PATCH] docs(backlog): record E approval ergonomics in RETRO Co-Authored-By: Claude Opus 4.8 --- BACKLOG.md | 4 ++-- RETRO.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/BACKLOG.md b/BACKLOG.md index c5da2e87..d99bf7af 100644 --- a/BACKLOG.md +++ b/BACKLOG.md @@ -36,10 +36,10 @@ matching bullets below are superseded; only the noted follow-ups remain live: - **D** dedicated `SourceFetched`/`LowQualityExtraction` events — `b098d87`; dynamic per-session egress allowlist — `027ff1f` *(follow-up: thread sessionId into `NetworkHostRule`; batch fetch-approval still unbuilt)* - **B §5** reviewer static-first (runner + event + context-exclusion, live-wired) — `447fc7a` *(follow-up: a stage that emits `StaticFindingsRecordedEvent`)* - **G** narration-lane lag — `eff8f8d` -- **E** tui-go go.mod directive fix — `1e6699a`; markdown rendering — `da72ee5`; session list / resume view — `1f7a5d9`; per-event render-matrix golden tests — `2a99e15` +- **E** tui-go go.mod directive fix — `1e6699a`; markdown rendering — `da72ee5`; session list / resume view — `1f7a5d9`; per-event render-matrix golden tests — `2a99e15`; approval ergonomics (queue + tier-gated confirm) — `d5afcd3` **Not yet started (verifiable, Kotlin):** D batch fetch-approval; B §2 plan-derived diff manifest; H freestyle follow-ups. -**§E tui-go remaining (UNBLOCKED — Go via `GOTOOLCHAIN=auto` go1.24.2):** approval ergonomics audit; plan comparison view; idea-board→profile promotion. +**§E tui-go remaining (UNBLOCKED — Go via `GOTOOLCHAIN=auto` go1.24.2):** plan comparison view; idea-board→profile promotion. **Still blocked in this sandbox:** F live-QA gates + D §6 web approval client (need local model / SearXNG / GPU). --- diff --git a/RETRO.md b/RETRO.md index ffce11a2..feca94f4 100644 --- a/RETRO.md +++ b/RETRO.md @@ -29,6 +29,7 @@ Nine tracks, each compiled + unit-tested green before commit. | `da72ee5` | tui-go: markdown rendering for chat turns via `glamour` (dark, per-width memoized), plain-text fallback; other roles/UI untouched | E | | `1f7a5d9` | tui-go session list / resume view: `R` overlay over `GET /sessions`, resume via `POST /sessions/{id}/resume` onto the existing global stream | E | | `2a99e15` | tui-go per-event render-matrix golden tests (37 cases) + a coverage guard that parses `protocol.go` so any new event type without a golden fails | E §2 | +| `d5afcd3` | tui-go approval ergonomics: navigable pending-approval queue (no modal stacking) + `y/n/e` keys + tier-gated T3+ arm/confirm | E §3 | ### Follow-ups created this pass (refiled into BACKLOG) - **C-A1 activation** — `planner.md` must emit a `brief_echo` block and `role_pipeline.toml` must set `briefEcho="true"` / `briefEchoSource` for the gate to fire live (model-dependent → live-QA).