palinode_rollback
Revert a memory file to a previous version, preserving the old version in history via a new commit. Defaults to dry run.
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 |