plan_supersede
Invalidate a memory bitemporally by superseding it with another, preserving audit queryability without applying the change. Returns a plan_id for apply_plan.
Instructions
Preview superseding memory A with B — bitemporal invalidation (stamps valid_until, keeps A queryable for audit) WITHOUT applying. Returns a plan_id for apply_plan.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| new_id | Yes | Memory that supersedes the old one. | |
| old_id | Yes | Memory being superseded (kept, marked invalid). |