checkpointA
Keep a durable work-in-progress checkpoint live in your project so any session can be paused and resumed cold without losing detail. Runs in two modes. Ambient (default): the moment a session crosses the significance line (a decision is made, a file is created or substantially edited, a multi-step task is underway, or analysis has accumulated that isn't yet saved), initialize a checkpoint and refresh it each round the resumable state changes, without being asked. Explicit: also fire on "check...
ai-agentsgoshell