diff --git a/.yoi/tickets/00001KVSFXY88/item.md b/.yoi/tickets/00001KVSFXY88/item.md index 50085fcc..946c520f 100644 --- a/.yoi/tickets/00001KVSFXY88/item.md +++ b/.yoi/tickets/00001KVSFXY88/item.md @@ -2,7 +2,7 @@ title: 'TUI Dashboard の冗長な key hints と selected-row 状態表示を削る' state: 'inprogress' created_at: '2026-06-23T05:40:56Z' -updated_at: '2026-06-23T06:12:36Z' +updated_at: '2026-06-23T06:28:12Z' assignee: null readiness: 'implementation_ready' risk_flags: ['tui-ux', 'terminal-layout'] diff --git a/.yoi/tickets/00001KVSFXY88/thread.md b/.yoi/tickets/00001KVSFXY88/thread.md index 6a8d75ee..76f6132e 100644 --- a/.yoi/tickets/00001KVSFXY88/thread.md +++ b/.yoi/tickets/00001KVSFXY88/thread.md @@ -104,3 +104,46 @@ Next action: - Wait for Coder implementation report, then spawn Reviewer read-only for the implementation diff。 --- + + + +## Implementation report + +Coder implementation report received from `yoi-coder-00001KVSFXY88`. + +Implementation commit: +- `03ad525f tui: trim dashboard redundant hints` + +Changed areas: +- `crates/tui/src/dashboard/render.rs` + - Removed top title key-hint guidance。 + - Made selected-row/composer target status line blank。 + - Minimized actionbar to notices/diagnostic-only text。 + - Preserved row marker/highlighting rendering。 +- `crates/tui/src/dashboard/mod.rs` + - Removed now-unused selected-row display-status helper。 +- `crates/tui/src/dashboard/tests.rs` + - Updated render/unit expectations for no redundant hints/status。 + - Added title guidance cleanup assertion。 + - Kept assertions that selected rows remain visibly marked。 + +Coder validation reported: +- `cargo fmt --check`: passed +- `cargo test -p tui dashboard --lib`: passed +- `cargo test -p tui workspace_panel --lib`: passed +- `git diff --check`: passed +- `cargo run -p yoi -- ticket doctor`: passed + +Manual/PTY `yoi panel` check: +- Not run; focused render/unit tests were used as primary validation。 + +Orchestrator evidence checked: +- Worktree clean on `impl/00001KVSFXY88-dashboard-hint-cleanup`。 +- HEAD is `03ad525f`。 +- Diff `3bfd1ca0..HEAD` touches expected dashboard render/module/tests files only。 +- `git diff --check 3bfd1ca0..HEAD`: passed。 + +Next action: +- Route to read-only Reviewer Pod for acceptance review。 + +---