03
Session Glue
Checkpoint a coding-agent session into a verified handoff, then resume with fresh context and no lost work.
In short
Long coding sessions get slow and forgetful. Session Glue saves the useful state into a small repo-local handoff, then lets a fresh agent continue without replaying the whole chat.
Product details
- Each checkpoint saves a validated repo-local handoff with the current goal, decisions, evidence, open work, and an exact resume prompt.
- Incomplete handoffs fail validation instead of quietly saving a vague summary that the next agent cannot trust.
- The CLI works across coding agents with no daemon, server, database, or network dependency in the default workflow.
Where it landed
It is published on PyPI and is now part of my own day-to-day agent workflow.