get_open_problems
List open technical problems and TODOs from your repository, sorted by severity, returned as Markdown.
Instructions
Returns currently open technical problems and TODOs sorted by severity as a Markdown string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | No | Optional absolute path to the repository to scope results. | |
| module | No | Optional relative path to filter problems by module. | |
| project | No | Optional project_id to scope results (alternative or complement to 'repo' — see `memex init --project-id`). |