memory_archive
Soft-retire memories to an archive tier with a tombstone, keeping them recoverable but excluding them from active recall. Use instead of deletion when future recovery or audit may be needed.
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) |