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.
Adds tools/rockachopa_priority_watcher.py: - Scans all accessible repos for new comments by Rockachopa - Scans for @Timmy mentions in recent comments - Deduplicates via JSON state file - Designed for 3-5 minute cron execution