jambavan_memory_forget
Retire or delete memories by ID, or wipe an entire scope. Invalidate mode marks superseded memories while keeping history; delete mode permanently removes them.
Instructions
Retire a memory. mode=invalidate (the default) marks it superseded but keeps the document for temporal history; mode=delete permanently removes it. Provide id for one memory, or scope with delete_scope: true to wipe a scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | OKF concept ID, e.g. "general/old-decision". | |
| mode | No | Defaults to invalidate, which is reversible. Pass delete only to destroy the document. | |
| scope | No | Scope to wipe (requires delete_scope: true). | |
| reason | No | Reason appended to the body when mode=invalidate. | |
| delete_scope | No | Set true to delete all memories in scope. |