aries_incident_report
File an incident report for mistakes, bugs, or rule violations encountered while using Alkanes/Subfrost. Approved submissions help future sessions learn.
Instructions
Record a mistake, bug, rule violation, or pitfall you hit while working with Alkanes/Subfrost, so future sessions can learn from it. File one whenever you make an error worth not repeating, hit a surprising behaviour, or learn a non-obvious gotcha — contributing makes Aries smarter for every user. Submissions enter a review queue and become searchable once an operator approves them. SECURITY: never include secrets, API keys, seed phrases, private keys, local file paths, or hostnames — reports are treated as shareable; use placeholders like . (Inputs are also auto-sanitized on the way in.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Comma-separated keywords for search, e.g. "simulate,opcode,decode" | |
| title | Yes | Short title describing the incident | |
| agent_id | No | Reporting agent identifier | |
| bad_code | No | Offending snippet (auto-sanitized before storage) | |
| category | Yes | ||
| severity | Yes | ||
| correction | Yes | What SHOULD have been done instead | |
| root_cause | Yes | WHY it happened — root-cause analysis | |
| description | Yes | What happened | |
| affected_files | No | Comma-separated file paths | |
| rules_violated | No | Comma-separated rules that were violated |