Remember or go back
checkpointSave the current project state under a label, then revert to that saved point later. Reverting preserves original IDs, and saved states persist across saves.
Instructions
Name where the plan is now, and come back to it. {label} (action checkpoint, the default) remembers this point; action=revert {label} undoes back down to it, keeping every id — which duplicating a version cannot do, since a copy renumbers. A checkpoint lives with the project and survives saving; the checkpoints tool lists them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | The checkpoint's name; required by both actions | |
| action | No | `checkpoint` (remember here, the default) or `revert` (go back) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| v | No | Plan version written to, when there are several | |
| ok | Yes | Always true | |
| ids | No | Ids created or touched | |
| rev | No | Plan revision | |
| text | Yes | The reply as written |