Multi-agent code factory. GitHub Issues that write their own code. Claude Code + Codex + Gemini with 3 AI reviewers per PR.
Stars
6
Forks
0
Watchers
6
Open Issues
5
Overall repository health assessment
No package.json found
This might not be a Node.js project
105
commits
docs: add Paperclip → OpenClaw → Foundry full stack section
955fb85View on GitHubfix: disable ANSI colors when stdout is not a terminal (prevents leaking into TG messages)
720b31dView on GitHubfix: prevent empty and duplicate Telegram notifications
ed75a23View on GitHubchore: add markdown formatting instructions to Claude review prompt
26e761aView on GitHubfix: don't skip reconciliation when no active tasks exist
2058b97View on GitHubrefactor: eliminate .done file races with registry-based agent-done state
bde2af6View on GitHubfeat: combined fix cycle (return 7) when Codex/Claude + Gemini findings exist simultaneously
f043132View on GitHubfix: only set geminiAddressed on explicit Gemini fix cycle (pr_result==6), not on Codex/Claude fixes
ee17933View on GitHubfix: orchestrator only writes .done file, check.bash handles all status transitions
153f442View on GitHubfix: discover PR via gh pr list before setting completed (agent creates PR but registry has no PR yet)
6ed60dbView on GitHubfix: use regex instead of json.load for keychain token extraction (handles control chars)
deb494cView on GitHubchore: disable Gemini summary comment, keep inline findings only
3aa4d6fView on GitHubfix: only set geminiAddressed when actual findings exist (handles Gemini two-pass comments)
851152eView on GitHubfix: set geminiAddressed on every review-fix cycle (agent gets all findings in one prompt)
579cbcdView on GitHub