215a951b52f4f4e7600278b1b3cd6f2c879e1f2f
Bring the work graph into the agent loop: - task_ready (T1): lists tasks ready to work now (TODO, all dependencies satisfied) so an agent looking for work can pick one and claim it. Surfaces work; never assigns (honouring the rejected /tasks/next). Registered in TaskTools — left unwired in the request-driven example workflows, where it would be noise; it belongs in an autonomous work-pull workflow. - claim guard: task_update action=claim appends a WARNING naming any unmet blockers, so an agent knows when it has jumped a dependency. Surfaced, not hard-blocked — status is derived, so we don't fight the reducer. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
fix: workflow inference chain — surface llama-server errors, user-turn-last, bundle-relative prompts
Description
No description provided
Languages
Kotlin
88.4%
Go
11.4%
Python
0.2%