palinode_rollback
Roll back a memory file to a prior commit. Each revert creates a new commit to preserve history, and dry runs show 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 |
|---|---|---|---|
| file | No | Deprecated alias for `file_path`; use `file_path` instead. | |
| 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 | No | Memory file path to rollback |