Commit Graph

2 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
Timmy Foundation Ops
26f51bfd39 feat(ops): Rockachopa priority watcher for Gitea comments and mentions (#259)
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
2026-04-06 15:27:46 +00:00