You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Swift BrokerSocketBridge now requires a lifecycle RuntimeClientConfiguration and a distinct, nonempty handoffRole. The
lifecycle session performs only receipt and readiness preflight; a separate
persistent handoff session sends only daemon.broker-handoff.v1, pinned to
the exact ready-runtime receipt.
deployment.RuntimeStopControlStore returns the exact *proc.FileStore
consumed by holders, without an interface assertion.
Trust policies allow any exact, disjoint lifecycle role topology that fits
the server's configured session capacity; the lifecycle-specific two-role
ceiling is removed.
Removed
The single-role BrokerSocketBridge initializer and lifecycle-session
handoff path are removed. There is no compatibility API.