ticket: close intake investigation gate
This commit is contained in:
parent
7c2c5319f4
commit
865a11c628
|
|
@ -1,8 +1,8 @@
|
||||||
---
|
---
|
||||||
title: 'Intake workflow に Ticket 化前の調査ゲートを明示する'
|
title: 'Intake workflow に Ticket 化前の調査ゲートを明示する'
|
||||||
state: 'done'
|
state: 'closed'
|
||||||
created_at: '2026-06-20T11:45:00Z'
|
created_at: '2026-06-20T11:45:00Z'
|
||||||
updated_at: '2026-06-20T12:19:57Z'
|
updated_at: '2026-06-20T12:20:16Z'
|
||||||
assignee: null
|
assignee: null
|
||||||
readiness: 'implementation_ready'
|
readiness: 'implementation_ready'
|
||||||
risk_flags: ['prompt-context', 'workflow-source', 'role-behavior', 'ticket-authority']
|
risk_flags: ['prompt-context', 'workflow-source', 'role-behavior', 'ticket-authority']
|
||||||
|
|
|
||||||
33
.yoi/tickets/00001KVJDJD02/resolution.md
Normal file
33
.yoi/tickets/00001KVJDJD02/resolution.md
Normal file
|
|
@ -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 の変更とは無関係です。
|
||||||
|
|
@ -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.
|
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.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<!-- event: state_changed author: hare at: 2026-06-20T12:20:16Z from: done to: closed reason: closed field: state -->
|
||||||
|
|
||||||
|
## State changed
|
||||||
|
|
||||||
|
Ticket を closed にしました。
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<!-- event: close author: hare at: 2026-06-20T12:20:16Z status: 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 の変更とは無関係です。
|
||||||
|
|
||||||
|
---
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user