memory_supersede
Replace a stale memory with a corrected one. The old row is marked superseded and excluded from future reads; the new row becomes the current version. Use for corrections; use memory_forget for pure deletions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| old_id | Yes | UUID of the memory to replace. | |
| session_id | No | ||
| written_by | No | ||
| new_content | Yes | New content that supersedes the old memory. |