From 109e991ffbdeef807dd1d497d5cd692f11347bd7 Mon Sep 17 00:00:00 2001 From: Hare Date: Mon, 8 Jun 2026 17:38:47 +0900 Subject: [PATCH] ticket: record planning state coder delegation --- .../item.md | 2 +- .../thread.md | 23 +++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) 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 98bc52af..21f42b7a 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-08T08:37:22Z' +updated_at: '2026-06-08T08:37:56Z' 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 3465a2f3..f498da5a 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 @@ -159,3 +159,26 @@ Critical risks / reviewer focus: Accepted queued implementation after reading the Ticket, workspace state, and workflow-state code map. This acceptance precedes worktree creation and coder/reviewer Pod spawning. --- + + + +## Plan + +Implementation routing accepted and worktree created. + +Worktree plan: +- Branch: `replace-intake-state-with-planning` +- Worktree: `.worktree/replace-intake-state-with-planning` +- Base: `cb234b8 ticket: route planning workflow-state replacement` +- Scope: replace user-facing workflow-state `intake` with planning terminology, remove standalone preflight/needs_preflight routing concepts, and update tests/docs/prompts/panel/tool behavior. + +Delegation plan: +- Spawn sibling coder Pod with write scope limited to `.worktree/replace-intake-state-with-planning`. +- Coder should run commands from the child worktree; current live Orchestrator may not yet expose the newly merged `SpawnPod.cwd` schema until restart, so the task packet still includes explicit `cd` instructions. +- Coder must not edit main-workspace `.yoi` / Ticket / workflow / docs records, and must not create generated memory/local/runtime/secret-like files. +- Reviewer will be spawned read-only after coder reports diff/commits and validation evidence. + +Stop/completion policy: +- Because the human authorized cleanup after completion, this Orchestrator will proceed through reviewer approval, merge-completion validation, Ticket close, Pod stop, worktree removal, and branch deletion if the branch is approved and merge authority remains clear. + +---