supersede
Mark an outdated memory as replaced by a newer capture so it no longer appears in normal search results. Provide old and new memory IDs to update the record.
Instructions
Mark an old memory as superseded by a newer one. The old memory's superseded_by field is set, and it will be filtered out of search results (unless explicitly requested). Use when a fact has changed (e.g. 'database is MySQL' → 'database is PostgreSQL').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| new_id | Yes | The ID of the new/replacement capture. | |
| old_id | Yes | The ID of the old/outdated capture. |