From 7eb0304ca2dc3f45c65f36eaae0c5be94e13ebbf Mon Sep 17 00:00:00 2001 From: Hare Date: Mon, 8 Jun 2026 10:51:26 +0900 Subject: [PATCH] ticket: record workflow template coder delegation --- .../item.md | 2 +- .../thread.md | 27 +++++++++++++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/.yoi/tickets/open/20260608-014602-remove-non-goals-from-workflow-templates/item.md b/.yoi/tickets/open/20260608-014602-remove-non-goals-from-workflow-templates/item.md index e76077c5..c6c23633 100644 --- a/.yoi/tickets/open/20260608-014602-remove-non-goals-from-workflow-templates/item.md +++ b/.yoi/tickets/open/20260608-014602-remove-non-goals-from-workflow-templates/item.md @@ -8,7 +8,7 @@ priority: 'P2' labels: ['workflow', 'prompt', 'ticket', 'orchestration', 'cleanup'] workflow_state: 'inprogress' created_at: '2026-06-08T01:46:02Z' -updated_at: '2026-06-08T01:50:34Z' +updated_at: '2026-06-08T01:50:56Z' assignee: null legacy_ticket: null queued_by: 'workspace-panel' diff --git a/.yoi/tickets/open/20260608-014602-remove-non-goals-from-workflow-templates/thread.md b/.yoi/tickets/open/20260608-014602-remove-non-goals-from-workflow-templates/thread.md index 3d52e42b..fc4fa399 100644 --- a/.yoi/tickets/open/20260608-014602-remove-non-goals-from-workflow-templates/thread.md +++ b/.yoi/tickets/open/20260608-014602-remove-non-goals-from-workflow-templates/thread.md @@ -120,3 +120,30 @@ Critical risks / reviewer focus: Accepted queued implementation after reading the Ticket, workspace state, and maintained workflow-template hits. This acceptance precedes worktree creation and coder/reviewer Pod spawning. --- + + + +## Plan + +Implementation routing accepted and worktree created. + +Worktree plan: +- Branch: `remove-non-goals-workflow-templates` +- Worktree: `.worktree/remove-non-goals-workflow-templates` +- Base: `b45d8f1 ticket: route workflow template non-goals cleanup` +- Initial maintained workflow hits: + - `.yoi/workflow/ticket-intake-workflow.md` + - `.yoi/workflow/ticket-orchestrator-routing.md` + - `.yoi/workflow/ticket-preflight-workflow.md` + - `.yoi/workflow/multi-agent-workflow.md` + +Delegation plan: +- Spawn sibling coder Pod with write scope limited to `.worktree/remove-non-goals-workflow-templates`. +- Coder must run Bash commands from the child worktree, not from the main workspace. +- Coder must not edit main-workspace `.yoi` / Ticket / workflow / docs records, and must not rewrite historic Ticket artifacts. +- Reviewer will be spawned read-only after coder reports diff/commits and validation evidence. + +Stop condition: +- This Orchestrator will stop at a merge-ready dossier; no merge, close, final approval, or cleanup in this phase. + +---