14 KiB
作成
LocalTicketBackend によって作成されました。
Intake summary
Marked ready by yoi ticket state.
State changed
Marked ready by yoi ticket state.
State changed
State changed to planning.
Decision
Returned to planning because the current ticket is not concrete enough.
The purpose is specifically observation: Backend subscribes to a Runtime-owned WebSocket stream to receive Worker output and related runtime/worker events. It is not a command channel, not browser-facing, and not the path for sending user input.
Before this can be ready, define the event model and protocol boundary concretely:
- which Worker output events are streamed (text delta/final, reasoning visibility policy, tool call lifecycle, status, run started/completed/errored, usage, diagnostics);
- whether the stream is runtime-wide, worker-scoped, or both;
- event envelope shape, event id/cursor semantics, ordering, backlog, reconnect behavior, and unknown/expired cursor handling;
- relationship between streamed output and transcript projection/event log persistence;
- Backend client/proxy expectations and how Browser receives the projection without connecting directly to Runtime;
- what is deliberately excluded from the stream, such as raw provider trace or raw full session log.
Decision
Runtime WebSocket event stream は、新しい Worker output protocol を作らず crates/protocol の protocol::Event を Backend-facing observation payload として流す方針にする。Runtime WS は protocol::Event の variant allowlist / subset を定義せず、worker-scoped envelope に event id / cursor / worker id を付けて Worker event bus の protocol::Event を forward する。
Browser / Web UI は Runtime WS に直接接続しない。Backend が Runtime WS client になり、Browser-facing stream は Backend-owned projection layer を通す。この projection layer を、後続の Web 権限制御で observation allow/deny、thinking/tool output/diagnostic redaction、operation-capable command API forwarding allow/deny を差し込む境界にする。STJT では full auth model は実装せず、この seam を型と責務として作る。
Intake summary
Marked ready by yoi ticket state.
State changed
Marked ready by yoi ticket state.
State changed
ユーザー指示により planning に戻す。
Missing decision / information:
- WebSocket / event-stream transport は
00001KVZKSTJT自体で決定すべき設計点であり、未決定のまま ready/queue 対象として扱うのは不適切。 - 少なくとも、Backend-owned WebSocket client 方式を v0 で採用するか、SSE / polling / Backend proxy projection との責務分離をどう置くか、cursor/backlog/error semantics をどこまで固定するかを planning で再確認する必要がある。
Context checked:
- Ticket body:
worker-runtimeにWebSocket event stream serverを追加するはws-serverfeature、WebSocket observation endpoint、cursor resume、unknown/expired cursor diagnostics を実装対象としている。 - Relations:
00001KVZBCQH4と00001KVZKSTE2に depends_on、00001KVZSGT14が本 Ticket に depends_on。 - Current state: 本 Ticket は queued ではなく
readyだったが、WS を扱う予定の Ticket として routing/queue 前に設計判断へ戻す。
Why implementation latitude is insufficient:
- Transport choice / ownership boundary / Browser direct access exclusion / Backend proxy shape は local implementation tactic ではなく、後続 Backend/remote Runtime/Web Console の設計前提になる binding decision。
Next planning question/action:
worker-runtimeobservation transport は v0 で WebSocket を採用するのか、それとも SSE/polling/Backend projection を優先するのか。- WebSocket を採用する場合、Backend-owned client、cursor/backlog/unknown cursor、worker-scoped filtering、Browser-facing protocol non-goal の境界を明文化する。
- 後続
00001KVZSGT14など remote observation 依存 Ticket は、この判断後に readiness/relations を再確認する。
State changed
State changed to planning.
Decision
STJT の主目的を Runtime WS server 単体から Runtime -> Backend -> Client の WebSocket observation proxy に広げる。Remote Runtime から Backend Runtime WS client が protocol::Event を受け取り、Backend-owned client-facing WS で runtime_id + worker_id keyed stream として流すところまでをこの Ticket の実装対象に含める。
Backend proxy は v0 では pass-through projection を基本にし、protocol::Event を別 output model へ変換しない。一方で Browser / future TUI は Runtime WS に直接接続せず、Backend-owned cursor/envelope/diagnostic を持つ stream だけを見る。Runtime endpoint / credential / socket path / session path は Client-facing authority に出さない。
権限系はこの Ticket で full auth / permission / redaction rule を実装しない。Backend proxy/projection layer に、後続で observe allow/deny、thinking/tool output/diagnostic redaction、action affordance、command API forwarding allow/deny を差し込める seam を作るに留める。
Intake summary
Marked ready by yoi ticket state.
State changed
Marked ready by yoi ticket state.
State changed
Ticket を workspace-panel が queued にしました。
Decision
Routing decision: blocked_by_dependency_or_missing_authority
Reason:
- Dashboard Queue 後に Ticket / relations / workspace state を確認した。
- 本 Ticket は
00001KVZKSTE2REST command server に depends_on。00001KVZKSTE2は本 routing pass で accepted されinprogressになった。 - WS observation proxy は Runtime process server surface と Backend proxy/client-facing stream を扱うため、REST command API/process wrapper の形が確定してから開始する。
Evidence checked:
- Ticket body:
Runtime -> Backend -> ClientWebSocket observation proxy、Runtime worker-scoped WS、Backend Runtime WS client、Client-facing WS、cursor/backlog/permission seam。 - Relations: outgoing
depends_on -> 00001KVZKSTE2; incoming dependent Tickets include Web Console MVP, remote Runtime process, TUI migration。 - Orchestration plan: blocker record
orch-plan-20260625-203613-1を追加。
Next action:
- 本 Ticket は queued のまま待機。
00001KVZKSTE2が review/merge/validation/done になった後に再 routing する。
Decision
Routing decision: implementation_ready
Reason:
00001KVZKSTE2REST command server は done。前回 blocker(REST process wrapper/API surface 未確定)は解消済み。- 本 Ticket はユーザー指摘後に
Runtime/Backend WebSocket observation proxyとして設計判断を反映し再queuedされた。Ticket thread には、Runtime WS はprotocol::Eventを observation payload として流し、Browser/future TUI は Runtime へ直接接続せず Backend-owned projection/proxy を見る、という binding decision が記録済み。 - queued/inprogress 再確認時点で inprogress は 0 件。後続 remote/TUI/Web Console Tickets は本 Ticket に依存しているため、本 Ticket を次に受理する。
Evidence checked:
- Ticket body:
Runtime -> Backend -> ClientWebSocket observation proxy、Runtime worker-scoped WS、Backend Runtime WS client、Client-facing WS、cursor/backlog/permission seam、Non-goals。 - Thread decisions:
protocol::Eventを payload authority とする、Runtime WS は command/mutation tunnel にしない、Backend projection/proxy seam を作る、full auth/redaction policy は後続。 - Relations: outgoing dependencies
00001KVZBCQH4core と00001KVZKSTE2REST server は done。incoming remote/Web Console/TUI Tickets は後続。 - Orchestration plan: accepted plan
orch-plan-20260626-042150-2を記録。 - Workspace state: orchestration worktree clean; no inprogress Ticket.
IntentPacket:
Intent:
- Runtime process の worker-scoped WebSocket observation stream と、Backend-owned client-facing WebSocket proxy boundary を実装する。
Binding decisions / invariants:
- Runtime WS は Backend-facing internal observation API。Browser/future TUI は Runtime WS に直接接続しない。
- Payload authority は
crates/protocolのprotocol::Event。Runtime WS 独自の parallel output model や variant allowlist/subset を作らない。 - Runtime WS は command/mutation/user input を受け付けず、
protocol::Methodtunnel を作らない。 - Backend client-facing WS は Backend-owned opaque cursor/envelope/diagnostic を持ち、Runtime endpoint/credential/socket/session path を Client に露出しない。
- v0 は worker-scoped stream。runtime-wide stream、full auth/permission/redaction policy、Web Console UI、TUI migration、remote process lifecycle/discovery は Non-goals。
- REST command semantics は既存
http-serverimplementation に委譲し、この Ticket で再実装しない。
Requirements / acceptance criteria:
worker-runtimeに optionalws-serverfeature がある。- Feature disabled でも core compile が通る。
- Runtime process exposes
GET /v1/workers/{worker_id}/events/ws?cursor=...style worker-scoped observation endpoint。 - Runtime WS envelope includes Runtime-local opaque cursor/event id, worker id, and
protocol::Eventpayload。 - Connect sends initial
protocol::Event::Snapshotprojection, then forwards Worker event busprotocol::Eventpayloads。 - Backend Runtime WS client consumes Runtime envelope and preserves
runtime_id + worker_id + runtime_cursor + protocol::Eventinternally。 - Backend exposes Client-facing worker observation WS keyed by
runtime_id + worker_idwith Backend-local opaque cursor/envelope。 - Unknown/expired cursor, worker not found, runtime unavailable, upstream disconnect, malformed frame are typed diagnostics/errors。
- Tests cover Runtime WS, Backend upstream client/proxy delivery, cursor resume/duplicate-safe IDs, diagnostics, and worker-scoped filtering.
Implementation latitude:
- Exact Rust module split, WebSocket dependency, envelope structs, test fixtures, and Backend route shape may follow existing workspace-server/worker-runtime style。
- Bounded backlog implementation can be in-memory v0, as long as cursor semantics and diagnostics are explicit.
- Permission seam can be pass-through default with types/hooks for later policy.
Escalate if:
- Implementing this requires full auth/redaction policy, Web Console UI, TUI migration, remote process lifecycle/discovery, or Runtime command channel changes。
protocol::Eventcannot be serialized/forwarded without changing protocol crate public semantics。- Backend Registry/Runtime handle shape from previous Tickets is insufficient and would require a broad redesign.
Validation:
cargo fmt --allcargo test -p worker-runtime --features ws-servercargo test -p yoi-workspace-servercargo check -p yoigit diff --check- 可能なら
nix build .#yoi --no-link
Critical risks / reviewer focus:
- Accidentally creating a command/mutation tunnel over WS。
- Leaking Runtime endpoint/token/socket/session path to Client-facing WS。
- Creating a second output/event model instead of forwarding
protocol::Eventpayload。 - Feature gating/dependency leakage。
- Cursor/backlog/diagnostic semantics being too vague for remote/TUI/Web Console follow-ups。
State changed
Routing decision: implementation_ready。
Dependency 00001KVZKSTE2 REST command server は done。Ticket body/thread、relations、workspace state、accepted plan を確認し、Runtime/Backend WebSocket observation proxy は unblocked と判断した。accepted plan と IntentPacket は thread / orchestration plan に記録済み。
これ以降、worktree creation / coder Worker routing などの implementation side effect に進める。
Implementation report
Implementation kickoff:
- Worktree created:
/home/hare/Projects/yoi/.worktree/00001KVZKSTJT-websocket-observation-proxy - Branch:
work/00001KVZKSTJT-websocket-observation-proxy - Coder Worker spawned:
yoi-coder-00001KVZKSTJT-ws-proxy
Scope notes:
- Coder has read access to the implementation worktree and non-recursive workspace root identity path needed by runtime startup.
- Coder write scope is limited to
crates/worker-runtime/**,crates/workspace-server/**, rootCargo.toml,Cargo.lock, andpackage.nix. - Coder is instructed not to modify Ticket records and not to operate in root/orchestration worktrees.
Next action:
- Wait for Coder implementation report, then route to reviewer.