Append a decision
append_decisionRecord architectural decisions with rationale in a project's shared memory. Use after making a non-obvious or architectural decision to log the decision and why.
Instructions
Append a dated bullet under '## Decisions' in a project's AGENTS.md (auto-loaded memory). Call this PROACTIVELY right after a non-obvious or architectural decision is made — don't wait to be asked — then tell the user in one line what you recorded. For concise, durable decisions and WHY; not bugs (use log_issue) and not trivia.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | One line: the decision and WHY, not just what. | |
| project | Yes |