mneme_write
Append or replace a markdown section in a vault file with enforced path containment. Supports optional frontmatter for new files.
Instructions
Atomically append or replace a markdown section in a vault file. Enforces assertWithinVault path containment. Optional frontmatter applies to newly created files only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path relative to vault root. | |
| content | Yes | Body content for the section. | |
| replace | No | ||
| section | Yes | H2 heading text without `## `. | |
| frontmatter | No |