palinode_rollback
Revert a memory file to a previous version while preserving old history. Use dry run to preview changes before applying.
Instructions
Revert a memory file to a previous version. Safe: creates a new commit preserving the old version in history. Defaults to dry run.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| commit | No | Target commit hash (from palinode_history). Default: previous version. | |
| dry_run | No | If true (default), show what would change without applying. | |
| file_path | Yes | Memory file path to rollback |