supersede
Mark an old note as replaced by a new one without deleting it, updating frontmatter to record the supersession relationship.
Instructions
Mark an OLD note as replaced by a NEW one, WITHOUT deleting it (invalidate-don't-delete: the file stays, its frontmatter records superseded_by/valid_to/status). Call this AFTER you have adjudicated that NEW genuinely replaces OLD (e.g. from a list_conflicts candidate). OLD/NEW are note stems, slugs, or paths.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| new | Yes | the current note that replaces it | |
| old | Yes | the superseded note (stem/slug/path) | |
| reason | No | optional audit note | |
| reverse | No | also stamp replaces: on NEW |