Expand description
Production transport adapter for connection lifecycle commands.
Login, session-key refresh, and WebTCP-short requests are stateful channel
primitives rather than ordinary business commands. They share command-spec
identity and execution reporting, but use ConnectionLifecycleRuntime so
ordinary CommandRuntime cannot accidentally own reconnect/auth behavior.