mark_note_status
Update a note's frontmatter status field and sync it to the database, tracking lifecycle changes like proposed, accepted, or superseded without rewriting the whole file.
Instructions
Update the frontmatter status field of a note and sync to DB.
Use this to track note lifecycle without rewriting the whole file — including a decision note's proposed → accepted → superseded progression.
Args: path: Relative path from vault root, e.g. '30-resources/my-note.md' status: active | completed | archived (general / project notes), proposed | accepted | superseded (decision / ADR), or consolidated | archive_backup (normally written by consolidate_tool / vault_sleep, accepted here for repairs).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| status | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |