## 作成 LocalTicketBackend によって作成されました。 --- ## Intake summary Marked ready by `yoi ticket state`. --- ## State changed Marked ready by `yoi ticket state`. --- ## State changed Ticket を `yoi ticket` が queued にしました。 --- ## State changed State changed to `inprogress`. --- ## Implementation report Removed backend-local worker observation replay. - BackendObservationProxy no longer stores/replays event history. - Browser worker observation WS connects upstream directly after validating cursor syntax; any cursor is no longer matched against backend replay history. - Runtime Snapshot remains the connection bootstrap, and subsequent frames are live upstream events only. - Updated proxy tests to assert fresh connections receive Snapshot and not previously stored live events. Validation: - cargo test -q -p yoi-workspace-server - cargo test -q - git diff --check - nix build .#yoi --no-link --- ## State changed State changed to `done`. --- ## State changed Ticket を closed にしました。 --- ## 完了 Removed backend-local worker observation replay. Worker Console attach now receives Runtime Snapshot as bootstrap and then live upstream events only; workspace-server no longer stores/replays previous user_message/tool_result/text_delta frames. ---