Build Loop

Launch the isolated build-until-green loop for a forge project. Run when .forge/state.json shows phase=armed, after /plugin-forge:arm-evals. Walks the preconditions checklist (trust dialog, hooks enabled, MCP OAuth preflight for live servers, worktree base ref, permissions.allow for a long unattended run), then starts bin/forge-build in background Bash: a git worktree seeded with the frozen suite plus a headless /goal session that iterates until forge-eval prints the FORGE_EVAL scoreboard line with RESULT=PASS without touching evals/. Tails progress, applies the StopFailure resume-not-respawn recipe on rate_limit/overloaded, and on PASS hands off to /plugin-forge:verify. Use forge-build --no-goal when hooks are disabled.

aznatkoiny a2fd9f2 13.2 KB Updated

File contents

aznatkoiny/claude-dev-toolkit/tree/main/plugins/plugin-forge/skills/build-loop commit a2fd9f24cf

Frequently asked questions

npx skillmds@latest add aznatkoiny/build-loop