get_known_traps
Retrieve past decisions that were proven wrong along with corrected rules and severity. Use this to avoid repeating known mistakes on a project.
Instructions
Return decisions proven wrong on this project + the corrected rule.
Read these BEFORE acting so you do not repeat a known mistake. Newest first; each carries the corrected_rule (the lesson), severity, and evidence_refs.
Returns
list of dicts with keys: decision_id, statement, outcome,
corrected_rule, severity, evidence_refs, marked_at.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_key | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |