diff --git a/.yoi/tickets/open/20260607-225448-replace-intake-state-with-planning/item.md b/.yoi/tickets/open/20260607-225448-replace-intake-state-with-planning/item.md index 7172923a..44b0d59c 100644 --- a/.yoi/tickets/open/20260607-225448-replace-intake-state-with-planning/item.md +++ b/.yoi/tickets/open/20260607-225448-replace-intake-state-with-planning/item.md @@ -8,7 +8,7 @@ priority: P1 labels: [ticket, workflow-state, orchestrator, panel, intake, planning] workflow_state: 'inprogress' created_at: 2026-06-07T22:54:48Z -updated_at: '2026-06-08T09:09:28Z' +updated_at: '2026-06-08T09:14:49Z' assignee: null legacy_ticket: null queued_by: 'workspace-panel' diff --git a/.yoi/tickets/open/20260607-225448-replace-intake-state-with-planning/thread.md b/.yoi/tickets/open/20260607-225448-replace-intake-state-with-planning/thread.md index d159d084..e8a27300 100644 --- a/.yoi/tickets/open/20260607-225448-replace-intake-state-with-planning/thread.md +++ b/.yoi/tickets/open/20260607-225448-replace-intake-state-with-planning/thread.md @@ -274,3 +274,36 @@ Pending: - No merge, close, final approval, or cleanup has occurred. --- + + + +## Implementation report + +Coder fix-loop completed and reviewer re-review delegated. + +Coder follow-up: +- Commit: `eddb33c docs: fix planning sync workflow references` +- Worktree: clean on branch `replace-intake-state-with-planning`. +- Fixes claimed: + - Replaced invalid/non-existent planning-sync workflow references with the actual compatibility slug `ticket-preflight-workflow` / `$user/ticket-preflight-workflow`. + - Clarified that `ticket-preflight-workflow` is now a planning/requirements-sync compatibility entry point rather than standalone Preflight state/lane. + - Updated `docs/development/work-items.md` to remove Preflight as an ordinary lifecycle gate and use planning/requirements-sync wording. + - Focused searches no longer find `ticket-planning`, `planning sync-workflow`, `Preflight`, or `preflight_needed`; remaining `preflight` / `needs_preflight` references are reported as legacy compatibility/metadata only. + +Coder validation reported: +- `cargo fmt --check` +- `git diff --check` +- `cargo test -p ticket --lib` +- `cargo test -p tui workspace_panel --lib` +- `cargo test -p yoi ticket_cli` +- `cargo run -q -p yoi -- ticket doctor` +- `nix build .#yoi` + +Action taken: +- Sent updated commits and prior blocker checklist to `reviewer-replace-intake-planning` for read-only re-review. + +Pending: +- Await reviewer verdict before merge-ready dossier / merge-completion. +- No merge, close, final approval, or cleanup has occurred. + +---