record_problem
Create a Problem node to log bugs or technical debt, with optional severity, repo, and module details for tracking in the graph.
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). |