ticket: record feature and attention handoffs

This commit is contained in:
Keisuke Hirata 2026-06-09 20:32:02 +09:00
parent 41133e0cd5
commit 2bd4e43eaa
No known key found for this signature in database
4 changed files with 46 additions and 2 deletions

View File

@ -2,7 +2,7 @@
title: 'Profile feature flagsでtool surfaceを制御する' title: 'Profile feature flagsでtool surfaceを制御する'
state: 'inprogress' state: 'inprogress'
created_at: '2026-06-09T08:22:09Z' created_at: '2026-06-09T08:22:09Z'
updated_at: '2026-06-09T11:30:25Z' updated_at: '2026-06-09T11:31:52Z'
assignee: null assignee: null
queued_by: 'workspace-panel' queued_by: 'workspace-panel'
queued_at: '2026-06-09T10:31:11Z' queued_at: '2026-06-09T10:31:11Z'

View File

@ -94,3 +94,25 @@ Validation:
- `cargo fmt --check`, `git diff --check`, `cargo run -q -p yoi -- ticket doctor`, `cargo check --workspace`, `nix build .#yoi`. - `cargo fmt --check`, `git diff --check`, `cargo run -q -p yoi -- ticket doctor`, `cargo check --workspace`, `nix build .#yoi`.
--- ---
<!-- event: implementation_report author: orchestrator at: 2026-06-09T11:31:52Z -->
## Implementation report
Implementation routing started in parallel with the Ticket action/attention field cleanup.
Worktree/branch:
- Worktree: `.worktree/profile-feature-flags-tool-surface`
- Branch: `profile-feature-flags-tool-surface`
- Base/routing commit: `41133e0 ticket: route feature flags and attention cleanup`
Spawned sibling Coder Pod:
- `coder-profile-feature-flags-tool-surface`
- Scope: non-recursive read on parent workspace root plus recursive write limited to the child worktree.
Parallel-routing rationale:
- ToolExecutionContext, TicketList, Panel, and session analytics work have landed.
- This Ticket is mostly Profile/feature/tool-surface registration.
- It is expected to have only small/manageable overlap with the Ticket schema field cleanup running in parallel.
---

View File

@ -2,7 +2,7 @@
title: 'action_requiredとattention_requiredをTicket schemaから削除する' title: 'action_requiredとattention_requiredをTicket schemaから削除する'
state: 'inprogress' state: 'inprogress'
created_at: '2026-06-09T09:55:18Z' created_at: '2026-06-09T09:55:18Z'
updated_at: '2026-06-09T11:30:25Z' updated_at: '2026-06-09T11:31:52Z'
assignee: null assignee: null
queued_by: 'workspace-panel' queued_by: 'workspace-panel'
queued_at: '2026-06-09T10:11:38Z' queued_at: '2026-06-09T10:11:38Z'

View File

@ -120,3 +120,25 @@ Validation:
- `cargo fmt --check`, `git diff --check`, `cargo run -q -p yoi -- ticket doctor`, `cargo check --workspace`, `nix build .#yoi`. - `cargo fmt --check`, `git diff --check`, `cargo run -q -p yoi -- ticket doctor`, `cargo check --workspace`, `nix build .#yoi`.
--- ---
<!-- event: implementation_report author: orchestrator at: 2026-06-09T11:31:52Z -->
## Implementation report
Implementation routing started in parallel with the Profile feature-flag work.
Worktree/branch:
- Worktree: `.worktree/remove-action-attention-ticket-fields`
- Branch: `remove-action-attention-ticket-fields`
- Base/routing commit: `41133e0 ticket: route feature flags and attention cleanup`
Spawned sibling Coder Pod:
- `coder-remove-action-attention-ticket-fields`
- Scope: non-recursive read on parent workspace root plus recursive write limited to the child worktree.
Parallel-routing rationale:
- ToolExecutionContext, TicketList, and Panel work have landed.
- This Ticket is primarily Ticket schema/tool/API/panel metadata cleanup.
- It is expected to have only small/manageable overlap with Profile feature-flag work.
---