append_to
Appends content to the end of a page, creating it if missing. If a pending proposal exists, new content stacks on top. Staged at proposed/ for review.
Instructions
Append content to the end of a page. If the page doesn't exist, it's created. If a pending proposal exists for the path, the append stacks on top of it. Result is staged at proposed/. If the user asks for final proposed content, read proposed/ after appending instead of inferring.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Page path relative to vault root. | |
| content | Yes | Content to append. A newline separator is added if needed. |