8.0 KiB
作成
LocalTicketBackend によって作成されました。
Intake summary
ユーザー合意に基づき、Dashboard / Console 呼称導入、yoi panel Dashboard 境界、単一 Pod Console 境界、multi_pod.rs の Dashboard module への移設・分割、docs/help/tests 更新を 1 つの concrete implementation Ticket として整理した。readiness は implementation_ready。risk flags は stop gate ではなく reviewer focus として扱う。
State changed
要件・受け入れ条件・binding decisions・validation が揃っており、Orchestrator が実装 routing 可能。
State changed
Ticket を workspace-panel が queued にしました。
Decision
Routing decision: waiting_capacity
Panel Queue により routing 対象として確認したが、現在 00001KVHR3WS6 が inprogress で MCP tool registration の Coder/Reviewer 作業中のため、この Dashboard / Console refactor Ticket は実装開始せず queued のまま保持する。
Evidence:
- Ticket body / relations を確認。未解決 blocker relation はない。
- Orchestrator worktree は clean。
- inprogress は
00001KVHR3WS6のみ。 - matching branch/worktree は存在しない。
- 現在 active child Pods は
yoi-coder-00001KVHR3WS6とyoi-reviewer-00001KVHR3WS6-r1。
Next:
- 現在の
00001KVHR3WS6作業が完了して implementation capacity が空いた後、改めて reroute する。
Decision
Routing decision: implementation_ready_parallel
Reason:
- User directive: 「blocker無いなら並列にやっちゃえよ」。この指示により、未解決 blocker がない実装 Ticket は現在の MCP review loop と並行して開始する方針に更新した。
- Ticket body は Dashboard / Console / TUI の呼称導入、
yoi panelcommand維持、不要 alias 不追加、Dashboard / Console entrypoint 境界、multi_pod.rsの Dashboard module への移設・分割、docs/help/tests更新、validation を実装可能な粒度で定義している。 TicketRelationQuery(00001KVHX0WBE): 未解決 blocker relation なし。- 現在
00001KVHR3WS6は inprogress だが domain は MCP tool registration であり、この Dashboard/Console TUI refactor と直接 conflict しない。別 worktree / branch / sibling Coder Pod で並列化できる。 - Orchestrator worktree は clean、matching branch/worktree はなし。
- Risk flags は ux-naming / module-boundary / public-cli / test-coverage だが stop gate ではなく reviewer focus。Ticket は
yoi panelcommand維持、yoi dashboard等の不要 alias 不追加、Dashboard は scheduler/backend ではない、挙動変更は目的にしない、tests維持を明示している。bounded context check 後も implementation 前に必要な追加 human decision は見つからなかった。
Evidence checked:
- Ticket
00001KVHX0WBEbody / thread / artifacts。 - Current workspace state:
- Orchestrator worktree clean at
8ce4fcde。 - inprogress:
00001KVHR3WS6only。 - queued includes this Ticket and downstream MCP Tickets。
- visible spawned children are MCP tool-registration coder/reviewer; no Dashboard/Console branch/worktree exists。
- Orchestrator worktree clean at
IntentPacket:
Intent:
- Introduce user-facing terminology: Dashboard =
yoi panel, Console = single-Pod chat/client surface, TUI = terminal UI implementation umbrella。 - Refactor TUI module boundaries so Dashboard is not routed through Console/single-Pod module entrypoints, and
multi_pod.rsresponsibilities move toward a Dashboard module boundary。 - Preserve behavior. The objective is naming / module boundary / maintainability refactor, not functional change。
Binding decisions / invariants:
- Keep
yoi panelcommand name。 - Do not add
yoi dashboardor other unnecessary compatibility aliases。 - Dashboard is workspace-level cockpit/action surface, not scheduler/backend。
- Console is single-Pod chat/client surface and is not a subordinate Dashboard mode。
- TUI is implementation layer umbrella, not a replacement mode name。
- Dashboard may open a Pod Console, but bridge should be narrow and readable。
- Avoid behavior changes to Ticket authority, Pod lifecycle, Orchestrator handoff, Panel action model, input model, or rendering semantics unless explicitly required and reported。
- Keep/port existing tests; exact string tests should be updated to Dashboard/Console terminology where appropriate。
Requirements / acceptance criteria:
yoi panelhelp/docs describe Dashboard。- Single Pod UI help/docs describe Console。
- Dashboard entrypoint lives in Dashboard module side;
LaunchMode::Paneldoes not flow through a Console module entrypoint likesingle_pod::run_panel。 - Console module focuses on single-Pod chat/connect/spawn/resume。
multi_pod.rsgiant file state is materially improved by moving/splitting responsibilities into Dashboard module boundaries。- Render/list/layout, action/lifecycle, diagnostics/e2e, tests boundaries are reviewer-readable。
- Existing workspace panel/action model remains intact;
yoi panelremains Ticket-centric workspace cockpit and not scheduler/backend。 - Validation includes
cargo test -p tui,cargo test -p yoi,cargo check --workspace --all-targets,cargo fmt --check,git diff --check, and targeted grep/help checks as needed。
Escalate if:
- Dashboard/Console split is insufficient for a third user-facing surface。
yoi panelcommand rename oryoi dashboardalias seems necessary。- Module split requires behavior changes to Ticket state authority, Pod lifecycle, Orchestrator handoff, or user-visible behavior beyond naming/boundary。
Next action:
- Record
queued -> inprogressand commit Ticket records before creating implementation worktree and spawning Coder。
State changed
User explicitly authorized parallel implementation when no blocker exists. Ticket body/thread, relation metadata, prior waiting-capacity note, Orchestrator worktree state, visible Pods, existing branch/worktree, and bounded Dashboard/Console TUI context were checked. There is no unresolved blocking dependency, no matching worktree/branch, and no missing planning decision. Accepting this queued Ticket for parallel implementation before worktree/Pod side effects.
Implementation report
Implementation orchestration start:
- User explicitly authorized parallel work for Tickets without blockers。
- Acceptance records were committed on Orchestrator branch:
7e35721a ticket: accept dashboard console tui refactor。 - Created implementation worktree
/home/hare/Projects/yoi/.worktree/00001KVHX0WBE-dashboard-console-tui-boundaryon branchimpl/00001KVHX0WBE-dashboard-console-tui-boundaryat7e35721a。 - Spawned Coder Pod
yoi-coder-00001KVHX0WBEwith write scope limited to the implementation worktree and read-only root scope only for runtime workspace identity。 - Coder task explicitly forbids root/original workspace implementation,
yoi panelrename/alias additions without escalation, behavior changes to Ticket/Pod/Panel authority, merge, Ticket close, and cleanup。
Next action:
- Let Dashboard/Console Coder proceed in parallel with the MCP tool-registration review loop. Inspect implementation report and route to Reviewer when ready。