save_decision
Log project decisions with details, status, and attribution to maintain a searchable record for future reference and continuity.
Instructions
Log a project decision. Appends to the decision log so future sessions can find it.
Args: title: Short decision title (e.g. 'Use JWT for auth') body: Full decision details — what was decided, why, alternatives considered status: Decision status — 'accepted', 'proposed', or 'superseded' (default 'accepted') agent: Optional writer attribution stored in frontmatter (e.g. 'codex')
Returns confirmation.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Short decision title | |
| body | Yes | Full decision details | |
| status | Yes | accepted, proposed, or superseded (default accepted) | |
| agent | No | Optional writer attribution (e.g. codex) |