record_problem
Record a software problem, bug, or technical debt in the knowledge graph. Specify description, severity, and optional repository or module.
Instructions
Creates a Problem node in the graph. Call this when discovering bugs or technical debt. Returns a status string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | No | Optional absolute path to the repository. | |
| text | Yes | The problem description (min 10 chars). | |
| module | No | Optional relative path to the affected module. | |
| severity | No | Problem severity: critical, high, medium, low (default: medium). |