Suggestion: Include a mechanism to run triage and tdd agents automatically
OpenCode has a great extensibility layer and it would be really nice to see an orchestrator plugin/agent or something added to this setup so we can do things like...
- Have something that polls for new needs-triage issues and triages them
- Have something that polls for new ready-for-agent issues and starts /tdd working on them once they have the agent brief.
For the ready-for-agent issues it should work through them one session/context per issue. This would be more token efficient than the traditional ralph-loop trying to loop them all because the traditional loop it tends to try to do multiple in one session.
The orchestrator would also need to understand the order in which to implement things based on blockers, and to ignore PRD issues when they've been broken into smaller issues already with /to-issues.
2 条评论