ticket: add orchestrator queue automation task

This commit is contained in:
2026-06-07 11:02:27 +09:00
parent 32e93fe075
commit 3b4182cd08
5 changed files with 103 additions and 1 deletions
@@ -8,7 +8,7 @@ priority: P1
labels: [tui, panel, companion, orchestration]
workflow_state: intake
created_at: 2026-06-07T00:16:51Z
updated_at: 2026-06-07T01:21:43Z
updated_at: 2026-06-07T02:02:21Z
assignee: null
legacy_ticket: null
---
@@ -46,3 +46,20 @@ A new child ticket `workspace-panel-local-role-session-registry` covers the loca
- The panel should not poll and automatically start Intake for newly-created `workflow_state = intake` Tickets; starting/claiming remains an explicit action.
---
<!-- event: decision author: hare at: 2026-06-07T02:02:21Z -->
## Decision
## Orchestrator automation follow-up
Created `workspace-panel-orchestrator-queue-automation` to cover the missing end-to-end route from Panel Intake/Queue into Orchestrator-managed work.
This follow-up fixes the intended `queued` semantics:
- `queued` means the human authorized Orchestrator routing;
- the Orchestrator should inspect Ticket/workspace state and start if unblocked;
- conflicts, dependency blockers, preflight gaps, and capacity constraints are Orchestrator decisions, not reasons for the panel to stay passive forever.
This remains separate from Companion lifecycle and local role/session registry work, but may consume the registry once available to avoid duplicate ownership.
---