rewind
Restore your knowledge graph to a previous state by reverting git commits. Enables fast undo with a complete audit trail preserved in git.
Instructions
Rewind graph to a previous state using git. Fast undo, audit trail in git only. For audit-preserving restore, use restore_state_at() instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| steps | No | Go back N commits that touched mnemograph.db | |
| to_commit | No | Or specify exact commit hash |