memory_checkout
Restore a project's memory to a specific historical version. Overwrites current state with the snapshot, advancing the version number forward without data loss.
Instructions
Time travel! Restores the project's memory to a specific past version. This overwrites the current handoff state with the historical snapshot, like a Git revert — the version number moves forward (no data is lost). Call memory_history first to find the correct target_version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | Project identifier to revert. | |
| target_version | Yes | The version number to restore from history (get this from memory_history). |