checkpoint_task
Store lightweight crash recovery state for multi-step coding tasks. Call after meaningful steps or before risky operations to preserve context and resume work.
Instructions
Store lightweight crash/context recovery state for a multi-step coding task. Call after meaningful steps or before risky/long operations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | ||
| tags | No | ||
| task | Yes | ||
| status | No | ||
| blockers | No | ||
| testsRun | No | ||
| nextSteps | No | ||
| artifactId | No | ||
| currentStep | No | ||
| avoidRedoing | No | ||
| filesChanged | No | ||
| evidenceQuote | No | ||
| completedSteps | No |