turingmind_get_decision_queue
Retrieves a prioritized list of high-priority gaps in your code graph, such as missing contracts or broken tests, sorted by blast radius severity to guide your next work item.
Instructions
Provides a prioritized Action Item queue for the IDE Agent. Call this tool to figure out what you should work on next. It returns a list of high-priority gaps in the graph (e.g. missing contracts, broken tests) sorted by blast radius severity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository (owner/repo) | |
| limit | No | Max items to return (default 10) |