Rewind everything
walkback_rollbackReverse all changes since a checkpoint, restoring files exactly and listing network/shell effects. Failed steps keep the journal intact for safe retry.
Instructions
Reverse every change made since a checkpoint (the latest one by default). Files, directories, and symlinks are restored exactly; network/shell effects are listed for manual handling. If any step fails, the journal is left intact so you can safely retry. Use walkback_redo to reverse a rollback.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Project directory. Defaults to the server's working directory. | |
| checkpoint | No | Checkpoint id to rewind to. Defaults to the most recent. |