1.6 KiB
1.6 KiB
Implemented workspace panel Ticket action dispatch.
Changes:
- Added dispatch for selected Ticket action rows with current authority re-checks.
- Mutation is gated by the same Ticket config availability logic used by panel display; absent/unusable config rejects before backend load/mutation.
Gorecords adecisionevent authorizing Orchestrator routing/preflight, explicitly without starting implementation, and attempts to notify the workspace Orchestrator when reachable.Deferrecords adecisionevent and moves open Tickets to pending where applicable.Reviewdoes not silently approve/request changes; it emits a diagnostic requiring the explicit review flow.Closedoes not close without a resolution; it emits a diagnostic requiring an explicit resolution path.- No-Ticket workspaces expose no Ticket action dispatch and stay Pod-centric.
- Existing selected-Pod open/direct-send and composer Intake paths are preserved.
- No scheduler/queue/automatic coder/reviewer spawning was introduced.
--multiwas not reintroduced.
Validation after merge:
cargo test -p tui workspace_panelcargo test -p tui multi_podcargo test -p ticketcargo test -p yoi panelcargo check --workspace --all-targetscargo fmt --checkgit diff --check HEAD~1..HEADcargo build -p yoitarget/debug/yoi ticket doctornix build .#yoi --no-link --print-out-paths
External review approved after one requested-changes cycle.
Known follow-up:
- Final layout/display tuning remains the next pass.
- Close/review could later gain richer inline workflows, but the first pass is intentionally safe and non-destructive.