memory_version_restore
Restore a memory to a prior version's content. The operation is non-destructive, creating a new versioned edit while preserving the previous state.
Instructions
Roll a memory back to a prior version's content. The restore is itself a versioned, re-embedded edit (the pre-restore state is snapshotted, the vault file re-mirrored) — never a destructive overwrite. Returns the restored memory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Memory ID | |
| version | Yes | Version number to restore content from | |
| changed_by | No | Who performed the restore |