Under the hood
Failed 'fork conversation' remote-control attempts now log dedicated telemetry and a clear error
What
A new function handles a failed attempt to fork a conversation via remote control, logging rc_fork_conversation telemetry and returning a structured result: {forked: false, error: 'fork failed', reason: 'fork_failed'}.
Why
This gives failed conversation-fork attempts a clear, trackable error instead of an unhandled or ambiguous failure.