memory_archive
Archive a memory to exclude it from recall and searches while keeping it recoverable. Use when a memory may need future restoration instead of permanent deletion.
Instructions
Soft-retire a memory: move it to the archive tier with a tombstone instead of deleting it. Archived memories are excluded from recall, list, audit, and find_similar but remain fully recoverable via memory_restore. Use this instead of forget when the memory may need to be recovered or audited later.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | Memory reference for single archive | |
| note | No | Tombstone note: why this memory is being retired | |
| title | No | Title of specific memory to archive | |
| category | No | Category (used with title) |