memory_checkout
Restore project memory to a specific past version by reverting the current handoff state to a historical snapshot. Recovers earlier context like Git revert while advancing version numbers 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). |