From 108666664af4939af792a56b0e1bddf764b6444a Mon Sep 17 00:00:00 2001 From: Hare Date: Tue, 23 Jun 2026 15:32:57 +0900 Subject: [PATCH] ticket: complete dashboard hint cleanup --- .yoi/tickets/00001KVSFXY88/item.md | 4 +- .yoi/tickets/00001KVSFXY88/resolution.md | 20 +++++++ .yoi/tickets/00001KVSFXY88/thread.md | 67 ++++++++++++++++++++++++ 3 files changed, 89 insertions(+), 2 deletions(-) create mode 100644 .yoi/tickets/00001KVSFXY88/resolution.md diff --git a/.yoi/tickets/00001KVSFXY88/item.md b/.yoi/tickets/00001KVSFXY88/item.md index b8490a6b..fafd17d9 100644 --- a/.yoi/tickets/00001KVSFXY88/item.md +++ b/.yoi/tickets/00001KVSFXY88/item.md @@ -1,8 +1,8 @@ --- title: 'TUI Dashboard の冗長な key hints と selected-row 状態表示を削る' -state: 'inprogress' +state: 'closed' created_at: '2026-06-23T05:40:56Z' -updated_at: '2026-06-23T06:31:21Z' +updated_at: '2026-06-23T06:32:49Z' assignee: null readiness: 'implementation_ready' risk_flags: ['tui-ux', 'terminal-layout'] diff --git a/.yoi/tickets/00001KVSFXY88/resolution.md b/.yoi/tickets/00001KVSFXY88/resolution.md new file mode 100644 index 00000000..29c0d388 --- /dev/null +++ b/.yoi/tickets/00001KVSFXY88/resolution.md @@ -0,0 +1,20 @@ +TUI Dashboard の冗長な key hints と selected-row textual status display を削除し、Orchestrator worktree の `orchestration` branch に統合した。 + +主な成果: +- Top title line から `Row selection`, `blank Enter`, `Tab target` などの key hint guidance を削除。 +- Selected Ticket / Pod / Intake / no-row selected textual status line を blank にした。 +- Composer bottom actionbar を always-on key hints ではなく notices / diagnostics only に最小化。 +- Row marker / highlighting rendering は維持。 +- Keyboard/action behavior は変更していない。 +- Unused selected-row display-status helper を削除。 +- Dashboard render/unit tests を新 display contract に更新し、selected row marker の visibility assertion は維持。 + +統合・検証: +- Merge commit: `5abf16f9 merge: dashboard hint cleanup` +- Implementation commit: `03ad525f tui: trim dashboard redundant hints` +- Reviewer final verdict: approve +- Validation passed: `cargo fmt --check`, `git diff --check HEAD^1..HEAD`, `cargo test -p tui dashboard --lib`, `cargo test -p tui workspace_panel --lib`, and `cargo run -p yoi -- ticket doctor`。 + +範囲外: +- Console / single-Pod TUI hints は変更していない。 +- Manual/PTY `yoi panel` visual check は実施していない。Focused render/unit tests を主 validation とした。 \ No newline at end of file diff --git a/.yoi/tickets/00001KVSFXY88/thread.md b/.yoi/tickets/00001KVSFXY88/thread.md index 146a3a9f..f6fce937 100644 --- a/.yoi/tickets/00001KVSFXY88/thread.md +++ b/.yoi/tickets/00001KVSFXY88/thread.md @@ -218,3 +218,70 @@ Worktree status: - Clean on `impl/00001KVSFXY88-dashboard-hint-cleanup` at `03ad525f`。 --- + + + +## Implementation report + +Reviewer r1 approvalを受けて、実装ブランチを Orchestrator worktree の `orchestration` branch に統合した。 + +統合: +- Merge commit: `5abf16f9 merge: dashboard hint cleanup` +- Merged branch: `impl/00001KVSFXY88-dashboard-hint-cleanup` +- Implementation commit: + - `03ad525f tui: trim dashboard redundant hints` + +Orchestrator worktree validation: +- `cargo fmt --check`: passed +- `git diff --check HEAD^1..HEAD`: passed +- `cargo test -p tui dashboard --lib`: passed (`107 passed`) +- `cargo test -p tui workspace_panel --lib`: passed (`23 passed`) +- `cargo run -p yoi -- ticket doctor`: passed (`doctor: ok`) + +Final Orchestrator worktree status after validation is clean on `orchestration` at `5abf16f9`。 + +--- + + + +## State changed + +Reviewer approval、Orchestrator worktree への統合、focused Dashboard / workspace_panel tests、Ticket doctor が完了したため `done` に遷移する。 + +--- + + + +## State changed + +Ticket を closed にしました。 + + +--- + + + +## 完了 + +TUI Dashboard の冗長な key hints と selected-row textual status display を削除し、Orchestrator worktree の `orchestration` branch に統合した。 + +主な成果: +- Top title line から `Row selection`, `blank Enter`, `Tab target` などの key hint guidance を削除。 +- Selected Ticket / Pod / Intake / no-row selected textual status line を blank にした。 +- Composer bottom actionbar を always-on key hints ではなく notices / diagnostics only に最小化。 +- Row marker / highlighting rendering は維持。 +- Keyboard/action behavior は変更していない。 +- Unused selected-row display-status helper を削除。 +- Dashboard render/unit tests を新 display contract に更新し、selected row marker の visibility assertion は維持。 + +統合・検証: +- Merge commit: `5abf16f9 merge: dashboard hint cleanup` +- Implementation commit: `03ad525f tui: trim dashboard redundant hints` +- Reviewer final verdict: approve +- Validation passed: `cargo fmt --check`, `git diff --check HEAD^1..HEAD`, `cargo test -p tui dashboard --lib`, `cargo test -p tui workspace_panel --lib`, and `cargo run -p yoi -- ticket doctor`。 + +範囲外: +- Console / single-Pod TUI hints は変更していない。 +- Manual/PTY `yoi panel` visual check は実施していない。Focused render/unit tests を主 validation とした。 + +---