Log a bug/issue
log_issueRecord bugs and issues encountered during development to a project's persistent issue tracker.
Instructions
Append a structured bug/issue to /issues.jsonl (high-volume memory, NOT auto-loaded). Call this PROACTIVELY whenever you resolve (or get blocked by) a non-trivial bug — don't wait to be asked — then tell the user in one line what you logged. Skip trivial/transient issues.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fix | No | How it was fixed, if resolved. | |
| tags | No | ||
| cause | No | Root cause, if known. | |
| files | No | ||
| status | No | Defaults to 'resolved' if a fix is given, else 'open'. | |
| project | Yes | ||
| symptom | Yes | What went wrong / the observable failure. |