get_ready_tasks
Retrieves all tasks with resolved dependencies, sorted by priority (high to low), to identify next actionable work items. Empty result indicates all complete or blocked.
Instructions
CALL AFTER EVERY update_task: Returns all tasks whose dependencies are fully resolved, sorted by priority (high → medium → low). These are the tasks you should work on next. Empty list means either all done or everything is blocked.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||