Record a decision
append_decisionAppend a confirmed decision to a project's Decisions note, preserving existing content, and return the note path and heading.
Instructions
Append a confirmed decision to a project's Decisions note, in the vault's Decision/Details format. Only record what the operator has actually confirmed. Writes to disk: it adds to the end of the note and never edits what is already there, so calling it twice records the decision twice. Returns the note path and the heading written; errors when the project or its Decisions note is missing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Short heading for the decision | |
| details | No | Optional supporting details | |
| project | Yes | Project name, id, or trigger word | |
| decision | Yes | The decision itself, one or two sentences |