session-lifecycle isResume+isHandoff branch passes the handoff prompt as a positional arg to claude --resume <id>. Pre-merge code deliberately delivered handoff context via a post-reconnect notification ('claude --resume does not accept a prompt'). If interactive --resume still ignores the positional, the handoff context is silently lost. Needs one end-to-end check.
session-lifecycle isResume+isHandoff branch passes the handoff prompt as a positional arg to
claude --resume <id>. Pre-merge code deliberately delivered handoff context via a post-reconnect notification ('claude --resume does not accept a prompt'). If interactive --resume still ignores the positional, the handoff context is silently lost. Needs one end-to-end check.