Initialize walkback
walkback_initInitialize a time machine in your project directory to store snapshots and exclude them via gitignore, enabling checkpoint and rollback functionality. Run this once before starting checkpointing.
Instructions
Set up the walkback time machine in a project directory (and gitignore its snapshots). Run once before checkpointing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Project directory. Defaults to the server's working directory. |