Background
Surfaced in the @claude review of #1655 (the #1575 stored-auth suite). --print-handoff currently emits an interim deep-link shape — a hardcoded transport: "http" plus a non-standard autoConnect query form — because the canonical deep-link format is owned by #1576 (Wave 4), which was not yet implemented when #1575 landed. The interim shape is marked with a TODO(#1576) in code.
Scope
Dependencies
References
Background
Surfaced in the
@claude reviewof #1655 (the #1575 stored-auth suite).--print-handoffcurrently emits an interim deep-link shape — a hardcodedtransport: "http"plus a non-standardautoConnectquery form — because the canonical deep-link format is owned by #1576 (Wave 4), which was not yet implemented when #1575 landed. The interim shape is marked with aTODO(#1576)in code.Scope
web: deep-link auto-connect ?serverUrl&transport&autoConnect + machine-readable connection status) lands its canonical deep-link/query format, update--print-handoffto emit exactly that format.transport: "http"assumption; derive transport from the resolved server.autoConnectform in favor of web: deep-link auto-connect (?serverUrl&transport&autoConnect) + machine-readable connection status #1576's canonical params.TODO(#1576)marker.Dependencies
References
TODO(#1576)in branchv2/1575-cli-stored-auth; declined/deferred item in cli: Wave 3 — programmatic review path (rollup of #1573–#1575) #1655 review.