fix(runtime): atomically repair terminal Run projections - #461
Open
AsperforMias wants to merge 1 commit into
Open
fix(runtime): atomically repair terminal Run projections#461AsperforMias wants to merge 1 commit into
AsperforMias wants to merge 1 commit into
Conversation
AsperforMias
requested review from
KurosawaGeeker,
Yevanchen and
samzong
as code owners
July 29, 2026 21:27
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #416
Summary
Why
A Driver can persist a terminal
session_runupdate and then be lost before the matching Session projection and terminal event are durably visible. That can leave a Session stuck inRUNNINGor omit the terminal receipt. This closes #416 without requiring a schema migration or Driver change.Verification
just tc-package @mosoo/apijust test-package @mosoo/api— 1,168 passing testsjust e2e deterministic session-logjust fmt-checkjust check— formatting, documentation links, lint, and workspace type checks passed; the test phase has one pre-existing macOS-only Driver assertion failure, tracked separately in test(acp): normalize file-change path expectation on macOS mosoo-agent-driver#93.Impact
Review
session_runstatus CAS, Session lifecycle projection, runtime maintenance, session-event idempotency, and D1 batch semantics.