handoff-revive
Save the minimum state needed to continue work later, so the next session can start fresh (NOT via --resume / -c) and reload only a small file.
Why not claude --resume
--resume and -c replay the entire prior transcript into context. For a typical session this costs tens of thousands of tokens (often 100k+ for long sessions) before the user even asks anything. A handoff file costs 1,000–3,000 tokens. Always prefer the handoff file when one exists.
[Description truncada. Veja o README completo no GitHub.]