project: record queued tickets and issue notes

This commit is contained in:
2026-06-08 22:14:49 +09:00
parent 0b9ce1e36b
commit 0ba56fdc37
6 changed files with 96 additions and 15 deletions
@@ -6,11 +6,13 @@ status: 'open'
kind: 'bug'
priority: 'P2'
labels: ['tui', 'chat', 'markdown', 'rendering', 'ux']
workflow_state: 'ready'
workflow_state: 'queued'
created_at: '2026-06-08T10:31:33Z'
updated_at: '2026-06-08T10:31:40Z'
updated_at: '2026-06-08T13:13:23Z'
assignee: null
risk_flags: ['tui-rendering', 'markdown']
queued_by: 'workspace-panel'
queued_at: '2026-06-08T13:13:23Z'
---
## Background
@@ -20,4 +20,13 @@ LocalTicketBackend によって作成されました。
要件・受け入れ条件・invariant・validation が揃っており、Orchestrator が implementation routing できる状態になった。
---
<!-- event: state_changed author: workspace-panel at: 2026-06-08T13:13:23Z from: ready to: queued reason: queued field: workflow_state -->
## State changed
Ticket を `workspace-panel` が queued にしました。
---