graph_supersede
Mark a knowledge node as stale and create a replacement that supersedes it. Use when decisions or facts change to preserve historical context while deprioritizing old information.
Instructions
Supersede an old node with a new one (Strategy B: Supersedes). Marks old node as stale, creates a new node with supersedes relation. Use when a decision or fact fundamentally changes — preserves history of why previous decision was made. The old node remains searchable but is marked stale and deprioritized in results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| old_id | Yes | ID of the node to supersede (will become stale) | |
| new_data | Yes | New JSON data for the replacement node |