mneme_write
Append or replace H2 sections in a markdown vault file with atomic operations, ensuring path containment and 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. | |
| section | Yes | H2 heading text without `## `. | |
| content | Yes | Body content for the section. | |
| replace | No | ||
| frontmatter | No |