Arguments for validateNoteProposal.
Pre-write validator — never mutates disk regardless of mode. The mode only controls how the validator reports path collisions.
mode
Full proposed markdown content including any frontmatter block.
Optional
"create" (default) → fail if path exists. "overwrite" / "append" → ok if exists.
Vault-relative path the LLM intends to write to (e.g. "Inbox/idea.md").
Arguments for validateNoteProposal.
Pre-write validator — never mutates disk regardless of
mode. The mode only controls how the validator reports path collisions.