record_problem
Record bugs or technical debt as a Problem node in the knowledge graph, with optional severity, module, and repository context.
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 |
|---|---|---|---|
| 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). | |
| repo | No | Optional absolute path to the repository. |