File tree Expand file tree Collapse file tree
packages/runtime-host/src/protocol Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -91,7 +91,11 @@ export const RUNTIME_HOST_REGISTRATION_SCHEMA_VERSION = 1 as const;
9191export const RUNTIME_HOST_PROTOCOL_VERSION = 0 as const ;
9292// Increment when the same protocol version no longer guarantees safe Client-Host
9393// interoperability. Mismatches are rejected before domain commands are admitted.
94- export const RUNTIME_HOST_COMPATIBILITY_EPOCH = 48 as const ;
94+ export const RUNTIME_HOST_COMPATIBILITY_EPOCH = 49 as const ;
95+ // 49: Session continuity snapshots advance to schema 5 with the durable
96+ // steering message echo. Older peers reject the unknown schemaVersion at
97+ // admission, so mixed peers must fail the handshake before either side
98+ // renders a steering message.
9599// 48: Session branch creation accepts an explicit Side Conversation intent.
96100// Older peers reject the strict input shape or cannot apply its snapshot semantics.
97101// 47: Project registration can carry an explicit location preference. Epoch-46
You can’t perform that action at this time.
0 commit comments