Commit Graph

1 Commits

Author SHA1 Message Date
7650a76a34 feat(tools): add audit-backed dispatch router for agent-to-task routing
Force-multiplier PR: routes tasks to agents based on historical merge
rates and category strengths from the Perplexity contribution audit.

Key data points baked in:
- Timmy: 95% merge rate, 1.1 avg iterations (CI/CD, infra, security, hotfix)
- Gemini: 88% merge rate, feature architecture + sovereign design
- Allegro: 100% merge rate, best reviewer, infra + docs
- Rockachopa: 44% merge rate, sovereign design in fleet-ops
- Claude: 82% merge rate, frontend 3D + features (nexus only)

Usage: python dispatch_router.py "fix: broken CI pipeline" fleet-ops
Outputs JSON with recommended agent, score, reviewer, and all candidates.
2026-04-11 00:40:52 +00:00