checkpoint
Record durable progress markers, commit WIP work, and journal each step so interrupted agents resume without restarting.
Instructions
Record a durable checkpoint for a dispatched agent's progress. Commits any uncommitted work in the story's worktree as a WIP commit and appends an entry to the story's journal (plan.story.journal.json). Call this after completing each idempotent step of a story so a killed agent can resume from the last checkpoint instead of starting over.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| step | Yes | ||
| summary | Yes | ||
| next_hint | No | ||
| plan_name | Yes | ||
| story_key | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||