From ddbcd595ef4f4b42b87d8b17c3a3999b6e15e1df Mon Sep 17 00:00:00 2001 From: Hare Date: Tue, 14 Jul 2026 02:59:59 +0900 Subject: [PATCH] ticket: close runtime snapshot fix --- .yoi/tickets/00001KXE9FWSP/item.md | 4 ++-- .yoi/tickets/00001KXE9FWSP/resolution.md | 10 +++++++++ .yoi/tickets/00001KXE9FWSP/thread.md | 27 ++++++++++++++++++++++++ 3 files changed, 39 insertions(+), 2 deletions(-) create mode 100644 .yoi/tickets/00001KXE9FWSP/resolution.md diff --git a/.yoi/tickets/00001KXE9FWSP/item.md b/.yoi/tickets/00001KXE9FWSP/item.md index f1b7fe39..d93c512e 100644 --- a/.yoi/tickets/00001KXE9FWSP/item.md +++ b/.yoi/tickets/00001KXE9FWSP/item.md @@ -1,8 +1,8 @@ --- title: 'Use live Worker snapshot for runtime observation' -state: 'inprogress' +state: 'closed' created_at: '2026-07-13T17:48:09Z' -updated_at: '2026-07-13T17:48:47Z' +updated_at: '2026-07-13T17:59:59Z' assignee: null queued_by: 'yoi ticket' queued_at: '2026-07-13T17:48:47Z' diff --git a/.yoi/tickets/00001KXE9FWSP/resolution.md b/.yoi/tickets/00001KXE9FWSP/resolution.md new file mode 100644 index 00000000..1f5ca5c6 --- /dev/null +++ b/.yoi/tickets/00001KXE9FWSP/resolution.md @@ -0,0 +1,10 @@ +Runtime observation snapshots now prefer the live execution backend snapshot. The real Worker backend returns a WorkerHandle-built Snapshot containing session-log entries, greeting, status, and in-flight state; the Runtime falls back to the old stub only when no live backend handle exists. + +Validation: +- cargo fmt --check +- cargo check -q +- cargo test -q -p worker-runtime --features fs-store,ws-server +- cargo test -q -p yoi-workspace-server +- cd web/workspace && deno task check && deno task test +- git diff --check +- nix build .#yoi --no-link diff --git a/.yoi/tickets/00001KXE9FWSP/thread.md b/.yoi/tickets/00001KXE9FWSP/thread.md index df13e323..8a442661 100644 --- a/.yoi/tickets/00001KXE9FWSP/thread.md +++ b/.yoi/tickets/00001KXE9FWSP/thread.md @@ -39,4 +39,31 @@ Ticket を `yoi ticket` が queued にしました。 State changed to `inprogress`. +--- + + + +## State changed + +Ticket を closed にしました。 + + +--- + + + +## 完了 + +Runtime observation snapshots now prefer the live execution backend snapshot. The real Worker backend returns a WorkerHandle-built Snapshot containing session-log entries, greeting, status, and in-flight state; the Runtime falls back to the old stub only when no live backend handle exists. + +Validation: +- cargo fmt --check +- cargo check -q +- cargo test -q -p worker-runtime --features fs-store,ws-server +- cargo test -q -p yoi-workspace-server +- cd web/workspace && deno task check && deno task test +- git diff --check +- nix build .#yoi --no-link + + ---