revise
Supersede an existing memory with a new version, preserving the predecessor for audit and adding a supersedes link.
Instructions
Create a new durable memory that explicitly supersedes an older record.
The predecessor remains available for audit. The bridge adds an exact supersedes
edge and records the revision receipt instead of silently mutating content in place.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Exact durable memory id that the new revision supersedes. | |
| tags | No | Optional tags for the new revision. Defaults to compatible predecessor tags. | |
| actor | No | Optional identity responsible for the revision. | |
| title | No | Optional title for the new revision. Defaults to the predecessor title. | |
| reason | No | Optional compact reason stored with the predecessor/successor audit link. | |
| provenance | No | Optional provenance overrides for the new revision. | |
| replacement_content | Yes | Complete replacement content for the new auditable memory revision. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||