apply_note_update
Apply a confirmed update to a note by verifying its hash, preventing accidental overwrites. Requires user confirmation and the hash of the reviewed version.
Instructions
Apply a confirmed note update. Requires confirmed=true and expected_hash to prevent accidental overwrites.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Relative .md path inside the vault | |
| backup | No | Create a backup under 00_Meta/AI-System/backups (default true) | |
| confirmed | Yes | Must be true after user confirmation | |
| new_content | Yes | New markdown body without YAML frontmatter | |
| expected_hash | Yes | Hash of the version the user reviewed |