ticket: route websocket runtime queue chain

This commit is contained in:
2026-06-26 05:37:09 +09:00
parent 75a458ddd9
commit 523b04d391
15 changed files with 175 additions and 6 deletions
@@ -1 +1,2 @@
{"id":"orch-plan-20260625-164513-1","ticket_id":"00001KVZ9JGK0","kind":"blocked_by","related_ticket":"00001KVZSGT0Q","note":"Queue routing checked after Dashboard Queue. Backend internal Companion Runtime/Web Console depends on embedded worker-runtime Backend Registry connection `00001KVZSGT0Q`, which is still queued and itself blocked by earlier worker-runtime/core/Backend foundation dependencies. Do not start MVP implementation until that dependency chain is completed.","author":"yoi-orchestrator","at":"2026-06-25T16:45:13Z"}
{"id":"orch-plan-20260625-203613-2","ticket_id":"00001KVZ9JGK0","kind":"blocked_by","related_ticket":"00001KVZKSTJT","note":"Queue routing checked after requeue. Companion Web Console MVP depends on WebSocket/event-stream transport decision/proxy `00001KVZKSTJT` and backend embedded runtime connection. `00001KVZKSTJT` is queued/blocked by REST command server, so this Ticket remains queued.","author":"yoi-orchestrator","at":"2026-06-25T20:36:13Z"}
+1 -1
View File
@@ -2,7 +2,7 @@
title: 'Backend内蔵Companion RuntimeとWeb Console MVP'
state: 'queued'
created_at: '2026-06-25T11:45:17Z'
updated_at: '2026-06-25T20:34:27Z'
updated_at: '2026-06-25T20:36:54Z'
assignee: null
queued_by: 'workspace-panel'
queued_at: '2026-06-25T20:34:27Z'
+22
View File
@@ -110,4 +110,26 @@ Marked ready by `yoi ticket state`.
Ticket を `workspace-panel` が queued にしました。
---
<!-- event: decision author: yoi-orchestrator at: 2026-06-25T20:36:54Z -->
## Decision
Routing decision: blocked_by_dependency_or_missing_authority
Reason:
- Dashboard Queue 後に Ticket / relations / workspace state を確認した。
- 本 Ticket は Web Console MVP であり、WebSocket/event-stream transport/proxy `00001KVZKSTJT` と Backend embedded Runtime connection `00001KVZSGT0Q` を前提にする。
- `00001KVZKSTJT` は queued/blocked、`00001KVZSGT0Q` も Backend Registry foundation chain 待ち。Web Console を先に始めると response delivery / stream semantics を UI/API 側で先取りして固定するため開始しない。
Evidence checked:
- Ticket body: Companion Runtime/Web Console MVP、message API、transcript/stream response choice、Safety/authority。
- Relations: `depends_on -> 00001KVZKSTJT``depends_on -> 00001KVZSGT0Q`
- Orchestration plan: blocker record `orch-plan-20260625-203613-1` を追加。
Next action:
- 本 Ticket は queued のまま待機。
- `00001KVZKSTJT``00001KVZSGT0Q` が done になった後、Web Console MVP の acceptance criteria を再確認して routing する。
---