test(sdk): characterization baseline for the network layer refactor - #1518
Open
cyaiox wants to merge 1 commit into
Open
test(sdk): characterization baseline for the network layer refactor#1518cyaiox wants to merge 1 commit into
cyaiox wants to merge 1 commit into
Conversation
Phase T of the authoritative-server network refactor: pin current behavior before restructuring so the migration is provably invisible. - characterization-api/wire/flow specs: public API surface, golden-byte wire format (translation round-trips, 12KB chunking, engineToCrdt dumps, comms envelope), and 3-engine message flow incl. current quirks (echo-to-sender, any-peer hydration responder) - defects-red spec: 13 it.failing tests, one per known defect, each asserting the CORRECT behavior and confirmed failing today; phases flip them green as fixes land - shared utils: 3-engine harness extracted from the connectivity spec, convergence oracle (cross-engine networked-state equality), hex helper Claude-Session: https://claude.ai/code/session_01Kzo6zwrn1CA79S4RN1dgsU
Contributor
Test this pull request
|
This was referenced Aug 5, 2026
Draft
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.
Phase T of the authoritative-server network refactor: pin current
behavior before restructuring so the migration is provably invisible.
wire format (translation round-trips, 12KB chunking, engineToCrdt
dumps, comms envelope), and 3-engine message flow incl. current
quirks (echo-to-sender, any-peer hydration responder)
asserting the CORRECT behavior and confirmed failing today; phases
flip them green as fixes land
convergence oracle (cross-engine networked-state equality), hex helper
Claude-Session: https://claude.ai/code/session_01Kzo6zwrn1CA79S4RN1dgsU
🤖 Generated with Claude Code
https://claude.ai/code/session_01Kzo6zwrn1CA79S4RN1dgsU
📚 Stack (splits #1505 — merge top-down within each stack)
Network layer (each PR is one self-contained, independently-green commit):
sdk-commands (independent of the stack above):
After a parent squash-merges, the child needs
git rebase --onto origin/auth-server <old-parent> <child>— ping the session and it gets restacked.