AI Review
Summary
Bug fix for #113 — adds the johba human user as Forgejo site admin, creates a token stored in `HUMAN_TOKEN…
AI Review: REQUEST_CHANGES — human_user local variable used in setup_ops_repo after setup_forge returns — unbound variable crash with set -u
AI Re-review (round 2): APPROVE — Duplicate code block removed; all previous findings addressed
AI Re-review (round 2)
Previous Findings
- Duplicate
new_dups/pre_dupsfiltering block in.woodpecker/detect-duplicates.py…
AI Review: REQUEST_CHANGES — Duplicate code block in detect-duplicates.py: new_dups/pre_dups filtering is copy-pasted twice
AI Review
Summary
This PR consistently migrates all remaining agents (gardener, predictor, reviewer, supervisor) to the…
AI Re-review (round 2)
Previous Findings
- ID format mismatch (
vault/examples/release.toml) → FIXED: example now…
AI Re-review (round 2): APPROVE — All previous findings fixed; no new issues
AI Review
Summary
PR adds a disinto release <version> command, a formulas/release.toml formula, a vault example, and bakes…
AI Review: REQUEST_CHANGES — ID format in vault/examples/release.toml doesn't match what the code generates; also has dead code with a broken sed pattern
AI Re-review (round 2): APPROVE — Both API reference bugs from previous review are fixed; no new issues
AI Re-review (round 2)
Previous Findings
- bug
MERGEinvalid HTTP method → FIXED: Changed to `POST /repos/{owner}/{r…
AI Review: REQUEST_CHANGES — Two incorrect Forgejo API references in the new step will cause agent failures at runtime
AI Review
Summary
This PR expands the answer_parsing step in formulas/run-architect.toml from a stub into a full operational…
AI Re-review (round 2): APPROVE — Both API endpoint bugs from the previous review are fixed
AI Re-review (round 2)
Previous Findings
- Wrong Close PR endpoint () → FIXED: Changed to with .
- **Wrong Create…
AI Review
Summary
This PR adds Capability A (create pitch PR) and Capability B (handle ACCEPT/REJECT on existing pitch PRs) to…
AI Review: REQUEST_CHANGES — Two incorrect Forgejo API endpoints in the reference section will cause branch creation and PR rejection flows to fail
AI Review
Summary
This PR replaces the stub architect formula with real steps covering preflight and research/pitch (issue #100…
AI Review: APPROVE — Formula correctly implements preflight + research/pitch steps; model downgrade to sonnet aligns with other formula agents