ticket: defer attention field cleanup routing

This commit is contained in:
Keisuke Hirata 2026-06-09 19:12:32 +09:00
parent 3c67ae5aa9
commit 101061031c
No known key found for this signature in database
3 changed files with 37 additions and 2 deletions

View File

@ -0,0 +1 @@
{"id":"orch-plan-20260609-101207-1","ticket_id":"20260609-095518-001","kind":"waiting_capacity_note","note":"Defer while `20260609-093050-001` ToolExecutionContext API migration is active. This Ticket touches Ticket schema/tool API/panel behavior and should run after the core tool execution API migration lands to avoid overlapping broad tool/Ticket surface changes.","author":"orchestrator","at":"2026-06-09T10:12:07Z"}

View File

@ -1,9 +1,11 @@
--- ---
title: 'action_requiredとattention_requiredをTicket schemaから削除する' title: 'action_requiredとattention_requiredをTicket schemaから削除する'
state: 'ready' state: 'queued'
created_at: '2026-06-09T09:55:18Z' created_at: '2026-06-09T09:55:18Z'
updated_at: '2026-06-09T10:02:25Z' updated_at: '2026-06-09T10:12:07Z'
assignee: null assignee: null
queued_by: 'workspace-panel'
queued_at: '2026-06-09T10:11:38Z'
--- ---
## 背景 ## 背景

View File

@ -21,3 +21,35 @@ LocalTicketBackend によって作成されました。
Intake classified this Ticket as ready to queue: the purpose, schema/tool/panel/doc scope, non-goals, acceptance criteria, validation expectations, and migration/compatibility boundary are explicit enough for Orchestrator routing. Intake classified this Ticket as ready to queue: the purpose, schema/tool/panel/doc scope, non-goals, acceptance criteria, validation expectations, and migration/compatibility boundary are explicit enough for Orchestrator routing.
--- ---
<!-- event: state_changed author: workspace-panel at: 2026-06-09T10:11:38Z from: ready to: queued reason: queued field: state -->
## State changed
Ticket を `workspace-panel` が queued にしました。
---
<!-- event: decision author: orchestrator at: 2026-06-09T10:12:07Z -->
## Decision
Routing decision: waiting_for_active_tool_api_migration
This Ticket is queued and appears implementation-ready, but I am intentionally not accepting it to `inprogress` yet.
Reason:
- `20260609-093050-001` (`Tool実行にToolExecutionContextを渡す`) is already active, with Coder Pod `coder-tool-execution-context` running in `.worktree/tool-execution-context`.
- This Ticket touches Ticket schema, Ticket tool API output/input, and Panel action behavior.
- Running it in parallel with a core Tool execution API migration would create avoidable conflict across tool/Ticket surfaces and make review less reliable.
State decision:
- Leave this Ticket `queued`.
- Do not create a worktree or spawn a coder yet.
Next action:
- Complete and merge `20260609-093050-001` first.
- Re-read this Ticket after that lands, then accept from queued if still unblocked.
---