memory_invalidate
Mark a fact as invalid at a specific time (bi-temporal update). History is preserved, and the correction appears in subsequent memory checkouts.
Instructions
Mark a fact as invalid at a given time (bi-temporal update). History is preserved; the correction surfaces in later memory_checkout (front door) results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_name | Yes | ||
| entity_type | Yes | ||
| invalid_at | Yes | ISO-8601 timestamp | |
| admin_token | No | Admin token if configured |