log_issue
Log a bug as a new active issue with a one-line summary and optional file:line location to track it before writing fix code.
Instructions
Open a new issue and mark it active. Call BEFORE writing fix code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | Yes | One-line bug description. | |
| location | No | file:line or component, e.g. 'src/auth.py:42'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |