refactor(runtime)!: enforce durable protocol v3 boundaries - #585
Draft
WH-2099 wants to merge 2 commits into
Draft
Conversation
WH-2099
requested review from
KurosawaGeeker,
Yevanchen and
samzong
as code owners
August 28, 2026 21:44
|
All contributors on this pull request have signed the CLA. |
Member
Author
|
I have read the CLA Document and I hereby sign the CLA |
8 tasks
WH-2099
marked this pull request as draft
August 28, 2026 21:48
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.
Summary
Upstream checkpoint
The Driver has advanced to 3439bed72ad18ee6c295668117f88a66219ba45f in langgenius/mosoo-agent-driver#112.
That checkpoint updates Codex to 0.152.0, Claude Agent SDK to 0.3.257, Anthropic SDK to 0.123.0, and the strict contract wire grammar to protocol version 3.
This Mosoo branch still pins 5e661259e853663e561fed167aa495e792450045.
The previous Mosoo validation therefore does not cover the latest Driver checkpoint.
Before this PR can leave Draft, it must rebase current Mosoo main, pin the latest durable Driver commit, adapt every protocol version 3 boundary, and rerun the full repository check.
Production blocker
This PR remains Draft and must not be deployed to production.
Cloudflare Sandbox 0.12.9 does not expose an atomic writer freeze or forbidden-path backup primitive.
Repository code cannot prove that an active writer cannot recreate transient credentials between validation and backup capture.
No Driver workaround should weaken this safety boundary.
Historical validation
Merge order
Driver PR #112 may merge first after its own CI is green.
This Mosoo PR must then pin the resulting durable Driver commit and revalidate the integration.
This Mosoo PR must not merge until the Cloudflare backup blocker is resolved and final CI is green.
Related work