From 865a11c6285842a759773d0705f2996ce4d5e7c9 Mon Sep 17 00:00:00 2001 From: Hare Date: Sat, 20 Jun 2026 21:20:21 +0900 Subject: [PATCH] ticket: close intake investigation gate --- .yoi/tickets/00001KVJDJD02/item.md | 4 +- .yoi/tickets/00001KVJDJD02/resolution.md | 33 ++++++++++++++++ .yoi/tickets/00001KVJDJD02/thread.md | 49 ++++++++++++++++++++++++ 3 files changed, 84 insertions(+), 2 deletions(-) create mode 100644 .yoi/tickets/00001KVJDJD02/resolution.md diff --git a/.yoi/tickets/00001KVJDJD02/item.md b/.yoi/tickets/00001KVJDJD02/item.md index bc6a977b..734f15dc 100644 --- a/.yoi/tickets/00001KVJDJD02/item.md +++ b/.yoi/tickets/00001KVJDJD02/item.md @@ -1,8 +1,8 @@ --- title: 'Intake workflow に Ticket 化前の調査ゲートを明示する' -state: 'done' +state: 'closed' created_at: '2026-06-20T11:45:00Z' -updated_at: '2026-06-20T12:19:57Z' +updated_at: '2026-06-20T12:20:16Z' assignee: null readiness: 'implementation_ready' risk_flags: ['prompt-context', 'workflow-source', 'role-behavior', 'ticket-authority'] diff --git a/.yoi/tickets/00001KVJDJD02/resolution.md b/.yoi/tickets/00001KVJDJD02/resolution.md new file mode 100644 index 00000000..d859493a --- /dev/null +++ b/.yoi/tickets/00001KVJDJD02/resolution.md @@ -0,0 +1,33 @@ +## Resolution + +`00001KVJDJD02` を完了しました。 + +実装内容: +- `resources/prompts/role/intake.md` に official `TicketCreate` 前の minimum investigation gate を追加しました。 +- Intake が user claims / confirmed facts / unverified hypotheses / undecided points を区別するように model-facing guidance を補強しました。 +- User agreement before official Ticket creation を維持・明確化しました。 +- Intake non-scheduler boundary を補強しました。 + - coder/reviewer/read-only helper Pod spawn なし。 + - worktree作成なし。 + - implementation/review routing、merge、close なし。 +- `resources/workflows/ticket-intake-workflow.md` を concrete reusable Intake procedure に拡張しました。 +- `.yoi/workflow/ticket-intake-workflow.md` を bundled workflow と整合させつつ、dogfooding/workspace-specific details を維持しました。 +- Investigation が必要な場合、`requirements_sync_needed` / `spike_needed` / `blocked` の draft stop behavior を明示しました。 +- `Action required` / `Attention required` の stale wording を touched templates から削除し、current Ticket-operation vocabulary に置換しました。 + +主な commit: +- `1143ae1c workflow: add intake investigation gate` +- `f62ed4db merge: intake investigation gate` + +Review: +- r1 は `approve`。 +- Reviewer は Intake non-scheduler boundary、user agreement、Ticket 化前 investigation gate、draft stop behavior、claims/facts/hypotheses/open questions separation、bundled/workspace workflow consistency、stale vocabulary removal を確認しました。 + +最終 validation: +- `git diff --check HEAD^1..HEAD` +- stale vocabulary grep: `Action required` / `Attention required` no matches in touched files。 +- investigation vocabulary grep: expected terms present。 +- `TicketDoctor`: 0 errors。 + +Known unrelated note: +- `TicketDoctor` は既存 Ticket の warning 4 件を返しましたが、この Ticket の変更とは無関係です。 \ No newline at end of file diff --git a/.yoi/tickets/00001KVJDJD02/thread.md b/.yoi/tickets/00001KVJDJD02/thread.md index dfdc4e1c..f4f68d1a 100644 --- a/.yoi/tickets/00001KVJDJD02/thread.md +++ b/.yoi/tickets/00001KVJDJD02/thread.md @@ -243,3 +243,52 @@ Final state: Implementation was merged into Orchestrator branch at `f62ed4db`, review approved, and final Orchestrator validation passed: `git diff --check HEAD^1..HEAD`, stale vocabulary grep, investigation-gate vocabulary grep, and `TicketDoctor` with 0 errors. --- + + + +## State changed + +Ticket を closed にしました。 + + +--- + + + +## 完了 + +## Resolution + +`00001KVJDJD02` を完了しました。 + +実装内容: +- `resources/prompts/role/intake.md` に official `TicketCreate` 前の minimum investigation gate を追加しました。 +- Intake が user claims / confirmed facts / unverified hypotheses / undecided points を区別するように model-facing guidance を補強しました。 +- User agreement before official Ticket creation を維持・明確化しました。 +- Intake non-scheduler boundary を補強しました。 + - coder/reviewer/read-only helper Pod spawn なし。 + - worktree作成なし。 + - implementation/review routing、merge、close なし。 +- `resources/workflows/ticket-intake-workflow.md` を concrete reusable Intake procedure に拡張しました。 +- `.yoi/workflow/ticket-intake-workflow.md` を bundled workflow と整合させつつ、dogfooding/workspace-specific details を維持しました。 +- Investigation が必要な場合、`requirements_sync_needed` / `spike_needed` / `blocked` の draft stop behavior を明示しました。 +- `Action required` / `Attention required` の stale wording を touched templates から削除し、current Ticket-operation vocabulary に置換しました。 + +主な commit: +- `1143ae1c workflow: add intake investigation gate` +- `f62ed4db merge: intake investigation gate` + +Review: +- r1 は `approve`。 +- Reviewer は Intake non-scheduler boundary、user agreement、Ticket 化前 investigation gate、draft stop behavior、claims/facts/hypotheses/open questions separation、bundled/workspace workflow consistency、stale vocabulary removal を確認しました。 + +最終 validation: +- `git diff --check HEAD^1..HEAD` +- stale vocabulary grep: `Action required` / `Attention required` no matches in touched files。 +- investigation vocabulary grep: expected terms present。 +- `TicketDoctor`: 0 errors。 + +Known unrelated note: +- `TicketDoctor` は既存 Ticket の warning 4 件を返しましたが、この Ticket の変更とは無関係です。 + +---