self_error_log
Log errors and failures to enable pattern analysis, automatically identifying recurring issues and suggesting insights for resolution.
Instructions
Log an error/failure for pattern analysis. Call AUTOMATICALLY when: bash command fails, wrong assumption discovered, API returns error, config issue found, loop detected, or any mistake occurs. System detects patterns (3+ same category) and suggests insights.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fix | No | How it was fixed (empty if unresolved) | |
| tags | No | ||
| context | No | What was being done when error occurred | |
| project | No | general | |
| category | Yes | Error category for pattern grouping | |
| severity | No | medium | |
| description | Yes | What went wrong: symptom, expectation vs reality |