Create a checkpoint
walkback_checkpointCreate a recoverable checkpoint in your project before making changes, enabling you to rewind to this exact state if needed.
Instructions
Mark a point in time you can rewind to. Call this BEFORE you start making changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Project directory. Defaults to the server's working directory. | |
| label | Yes | A short description, e.g. 'before refactor'. |