record_gotcha
Record a project pitfall or gotcha to preserve it for future recall. Optionally include rationale to explain decisions.
Instructions
Record a GOTCHA / pitfall just discovered for a project, so it persists in the project's memory and future recall. Omit project to use the current repo.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | What to remember (one concrete sentence). | |
| project | No | Project-path substring to attach it to; omit to use the repo the server runs in. | |
| rationale | No | For a decision, WHY it was made (the rationale). Surfaced by check_decision later. |