Handoff Capture conversation state to so a later session resumes with full context. Three ops: save, load, clear. Workflow Triggers - Save ("save context", "dump conversation", "checkpoint this", "session handoff", "save handoff") → save.md - Load ("resume session", "load handoff", "continue from last") → load.md - Clear ("clear handoff", "reset handoff") → see Clear below Clear Write empty content to . Do not delete the file — an empty file is treated as missing on next load, and writing avoids a Bash permission prompt. Silent no-op when the file is already absent. Guidelines - Append snapsh…