checkpoint
Save a durable progress checkpoint with summary and git state to maintain task continuity across sessions, updating status and next actions.
Instructions
Save a durable progress checkpoint under .agentpack/checkpoints, capturing summary and git state (branch, commit, diff) and updating the pack-level status and next actions that seed the next session's load_context. Call after meaningful progress, before ending a session, or before risky changes — not after every small step.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Current overall status line, replacing the previous one. | |
| summary | No | What was accomplished and decided since the last checkpoint. | |
| nextActions | No | Concrete next steps, replacing the previous list when non-empty. |