ticket: close observation cursor removal

This commit is contained in:
Keisuke Hirata 2026-07-11 09:31:57 +09:00
parent 10762a3c8b
commit a98e25eda8
No known key found for this signature in database
3 changed files with 21 additions and 2 deletions

View File

@ -1,8 +1,8 @@
--- ---
title: 'Remove worker observation WebSocket cursor surface' title: 'Remove worker observation WebSocket cursor surface'
state: 'done' state: 'closed'
created_at: '2026-07-11T00:09:06Z' created_at: '2026-07-11T00:09:06Z'
updated_at: '2026-07-11T00:31:41Z' updated_at: '2026-07-11T00:31:57Z'
assignee: null assignee: null
queued_by: 'yoi ticket' queued_by: 'yoi ticket'
queued_at: '2026-07-11T00:09:32Z' queued_at: '2026-07-11T00:09:32Z'

View File

@ -0,0 +1 @@
Removed browser-facing worker observation cursor support. Workspace Console and Backend Runtime clients now attach to Snapshot + live events without backend cursor query or backend-local cursor state. Event envelopes expose runtime event id for dedupe only.

View File

@ -72,4 +72,22 @@ Validation:
State changed to `done`. State changed to `done`.
---
<!-- event: state_changed author: hare at: 2026-07-11T00:31:57Z from: done to: closed reason: closed field: state -->
## State changed
Ticket を closed にしました。
---
<!-- event: close author: hare at: 2026-07-11T00:31:57Z status: closed -->
## 完了
Removed browser-facing worker observation cursor support. Workspace Console and Backend Runtime clients now attach to Snapshot + live events without backend cursor query or backend-local cursor state. Event envelopes expose runtime event id for dedupe only.
--- ---