Conversation
Split StorageState construction out of Worker::new into StorageState::new_guest, which takes the internal command channel endpoints from the caller: the native storage worker wires them to its sequencer dataflow, a foreign host wires them to its own sequencing channel. Split the target-state application out of Worker::reconcile into the public reconcile_commands, and expose the response-reporting methods a host loop needs. No behavior change for the storage server. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
antiguru
added this pull request to stack #38887
September 15, 2026 21:26
This was referenced Sep 15, 2026
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.
Split
StorageStateconstruction out ofWorker::newintoStorageState::new_guest, which takes the internal command channel endpoints from the caller: the native storage worker wires them to its sequencer dataflow, a foreign host wires them to its own sequencing channel. Split the target-state application out ofWorker::reconcileinto the publicreconcile_commands, and expose the response-reporting methods a host loop needs. No behavior change for the storage server.Design: #38881.
🤖 Generated with Claude Code