record_problem
Log bugs or technical debt as a Problem node in your knowledge graph. Specify severity and affected module to track issues over time.
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. |