25 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.
Implementation report
Implementation report:
実装完了。Ticket ファイル / project records は変更していない。merge / close / cleanup 前で停止。
Commit:
9807accaf08f4322763dd7cd3536baf3dab8d10e feat: add worker observation websocket proxy
変更概要:
worker-runtime
変更ファイル:
crates/worker-runtime/Cargo.tomlcrates/worker-runtime/src/observation.rscrates/worker-runtime/src/runtime.rscrates/worker-runtime/src/http_server.rs
実装内容:
- optional feature
ws-serverを追加。http-serverに加えてaxum/ws,protocol,futures,tokio/syncを使用。- feature 無効時の core compile も確認済み。
- Runtime 側に Worker-scoped observation backlog / bus を追加。
- Runtime-local opaque cursor:
wo_<hex sequence> - bounded in-memory backlog v0
observe_worker_event(worker_ref, protocol::Event)でprotocol::Eventpayload をそのまま observation bus に投入。
- Runtime-local opaque cursor:
- Runtime HTTP server に worker-scoped WS endpoint を追加。
GET /v1/workers/{worker_id}/events/ws?cursor=...
- Runtime WS frame:
RuntimeWorkerEventWsFrame::Event { envelope }RuntimeWorkerEventWsFrame::Diagnostic { diagnostic }
- Runtime WS envelope:
cursorevent_idworker_idpayload: protocol::Event
- 接続時に
protocol::Event::Snapshotを初期 projection として送信。 - live update は observation bus の
protocol::Eventpayload を転送。 - client からの text/binary 等の入力は
runtime.observation_onlydiagnostic で終了。 - malformed cursor / unknown-or-expired cursor / worker not found / bus closed / lagged backlog などを typed diagnostic/error 化。
workspace-server
変更ファイル:
crates/workspace-server/Cargo.tomlcrates/workspace-server/src/lib.rscrates/workspace-server/src/observation.rscrates/workspace-server/src/server.rs
実装内容:
- Backend-owned observation proxy module を追加。
- Runtime WS client を追加。
- Runtime WS envelope を decode。
- 内部表現として
runtime_id + worker_id + runtime_cursor + protocol::Eventを保持。
- Backend client-facing WS endpoint を追加。
GET /api/runtimes/{runtime_id}/workers/{worker_id}/events/ws?cursor=...
- Backend-local cursor/envelope を追加。
- Backend cursor:
bo_<hex sequence> - Runtime endpoint / credential / socket / session path は client-facing payload に出さない。
- Backend cursor:
- Backend client-facing frame:
ClientWorkerEventWsFrame::Event { envelope }ClientWorkerEventWsFrame::Diagnostic { diagnostic }
- Backend client-facing envelope:
cursorevent_idruntime_idworker_idpayload: protocol::Event
- Backend source config は server 内部設定
runtime_event_sourcesとして保持。 - unknown worker/runtime source, malformed/unknown cursor, upstream disconnect, malformed upstream frame, observation-only client input を typed diagnostic/error 化。
workspace/root/package
変更ファイル:
Cargo.tomlCargo.lockpackage.nix
内容:
tokio-tungstenite = "0.29"を workspace dependency に追加。package.nixのcargoHashを更新。
Validation:
cargo fmt --all: successcargo check -p worker-runtime: successcargo test -p worker-runtime --features ws-server: success(14 lib tests + 3 bin tests + doctests)cargo test -p yoi-workspace-server: success(22 lib tests + bin/doctests)cargo check -p yoi: successgit diff --check: successgit diff --check --cached: successnix build .#yoi --no-link: success
Review focus / residual risks:
- v0 backlog は in-memory bounded。process restart / memory eviction 後の cursor は unknown/expired 扱い。
- Runtime Snapshot projection は minimal projection。
protocol::Event::Snapshotを使うが、entries / in-flight は現 Runtime adapter の範囲で空 projection。 - Backend source discovery は
runtime_event_sources内部 config seam。remote lifecycle/discovery や full registry redesign は Non-goals として未実装。 - Auth/redaction/policy は full 実装せず、後続拡張しやすい typed source/diagnostic/proxy boundary に留めた。
- Browser / future TUI には Backend endpoint のみを公開し、Runtime endpoint / credential / socket / session path は envelope に含めていない。
Review: request changes
Review result: request_changes
読取専用で 9807acc... の実装を確認した。protocol::Event payload の pass-through、Runtime/Backend の envelope 分離、observation-only 入力診断、Client envelope から Runtime endpoint/token/socket/session path を出さない点、worker-runtime の ws-server cfg 境界は概ね Ticket 意図に沿っている。
ただし、以下は受け入れ条件上の blocker。
- Backend Runtime WS client の upstream 診断が型を失っている
crates/workspace-server/src/observation.rsのRuntimeWsObservationClient::next_eventで、Runtime からのRuntimeWorkerEventWsFrame::DiagnosticをすべてObservationProxyError::UpstreamDisconnectに畳み込んでいる。- そのため Runtime 側の
runtime.cursor_unknown_or_expired/runtime.worker_not_found等が Client-facing ではbackend.upstream_disconnectになり、Ticket 要件の「worker not found / unknown cursor / expired cursor / upstream disconnect を typed diagnostic として扱う」を満たさない。 - 同様に Runtime WS connect 時の HTTP 404 等も
RuntimeUnavailable扱いで、worker-not-found として区別されない。
- 必須テストカバレッジが不足している
- Ticket 受け入れ条件では、expired/unknown cursor diagnostics、upstream disconnect diagnostics、worker-scoped filtering 等の WS proxy tests が要求されている。
- 現状確認できたテストは Runtime 側の snapshot/live/resume/filter と malformed cursor/observation-only、Backend 側の snapshot/live/resume/malformed cursor/observation-only が中心で、Backend の unknown/expired cursor、Runtime upstream diagnostic の型変換、upstream disconnect、Runtime worker-not-found 経路を検証していない。
上記を修正し、Runtime diagnostic / HTTP failure を Backend の typed diagnostic に適切にマップするテストを追加すれば、設計境界自体は approve に近い状態。
Implementation report
Follow-up implementation report after review request_changes:
Fix commit:
8cc9a594f78feef62aa7abd5bbf11b5cd40b4781 fix: preserve runtime websocket diagnostics
修正内容:
1. Runtime WS diagnostic の型を Backend で保持 / 変換
crates/workspace-server/src/observation.rs
RuntimeWsObservationClient::next_eventが Runtime diagnostic を全部backend.upstream_disconnectに潰していた問題を修正。- Runtime diagnostic code を Backend typed diagnostic に変換:
runtime.worker_not_found→backend.worker_not_foundruntime.cursor_malformed→backend.cursor_malformedruntime.cursor_unknown_or_expired/runtime.cursor_expired→backend.cursor_unknown_or_expiredruntime.upstream_closed/runtime.websocket_error→backend.upstream_disconnectruntime.unavailable→backend.runtime_unavailableruntime.serialize_failed→backend.malformed_frameruntime.observation_only→backend.observation_only
- Runtime WS connect 時の HTTP 404 を
backend.worker_not_foundとして扱うように変更。 - 実際の socket close / receive error は引き続き
backend.upstream_disconnectとして区別。
2. WS proxy テスト追加
crates/workspace-server/src/server.rs
追加 coverage:
- Backend unknown/expired cursor:
- well-formed だが未知の
bo_...cursor がbackend.cursor_unknown_or_expiredになること。
- well-formed だが未知の
- Runtime upstream diagnostic mapping:
- Runtime の
runtime.cursor_unknown_or_expiredが client-facingbackend.cursor_unknown_or_expiredに変換されること。
- Runtime の
- Runtime worker-not-found / HTTP 404 mapping:
- Runtime WS upgrade が 404 を返すケースを
backend.worker_not_foundとして返すこと。
- Runtime WS upgrade が 404 を返すケースを
- Upstream disconnect:
- Runtime upstream が WS 接続後に閉じた場合、
backend.upstream_disconnectとして返すこと。
- Runtime upstream が WS 接続後に閉じた場合、
既存の snapshot/live/resume/filter/malformed cursor/observation-only coverage は維持。
Validation:
cargo fmt --all: successcargo check -p worker-runtime: successcargo test -p worker-runtime --features ws-server: success(14 tests passed + bin/doc tests)cargo test -p yoi-workspace-server: success(26 tests passed + bin/doc tests)cargo check -p yoi: successgit diff --check: successnix build .#yoi --no-link: success
Residual risks / review focus:
- Runtime diagnostic code の Backend 変換は現 Runtime diagnostic set に対する明示 mapping。未知 code は
backend.runtime_unavailableに安全側で畳む。 - HTTP 404 は worker-not-found として扱う。Runtime 側で route miss と worker miss の HTTP body までは分離していないため、client-facing には endpoint/path/token 等を出さず typed diagnostic のみ返す。
- v0 cursor/backlog は引き続き in-memory bounded。再起動 / eviction 後は unknown/expired cursor diagnostic。
Review: approve
Review result: approve
読取専用で follow-up commit 8cc9a594f78feef62aa7abd5bbf11b5cd40b4781 を確認した。前回 blockers は解消済み。
確認した点:
RuntimeWsObservationClient::next_eventが Runtime diagnostic をbackend.*typed diagnostic にマップし、runtime.cursor_unknown_or_expired/runtime.worker_not_found等をbackend.upstream_disconnectに潰さなくなっている。- 実際の socket close / receive error は引き続き
backend.upstream_disconnectとして区別されている。 - Runtime WS connect の HTTP 404 が
backend.worker_not_foundにマップされている。 - 追加テストで Backend unknown cursor、Runtime cursor diagnostic mapping、Runtime worker-not-found 404 mapping、actual upstream disconnect が検証されている。
- Client-facing envelope は
cursor,event_id,runtime_id,worker_id,payload: protocol::Eventのみで、Runtime endpoint/token/socket/session path は含まれていない。 - observation-only 境界を壊す command tunnel / SSE / lifecycle / full auth redesign の scope creep は見当たらない。
検証は read-only inspection のみで、cargo/nix は再実行していない。