v0.12.0 — openswarm fix (CI/test gate fan-out auto-fix)
Added
openswarm fix— bringsreview --max's fan-out to the objective checks. Runs the project's checks (lint / typecheck / build / test frompackage.json;--checksto subset), groups failures by file into areas, fans a fix-worker out over each area, then re-runs the checks until green (or the--roundsbudget, default 3). Edits land in the working tree — you review the diff. Unlikereview --max --fix, the deterministic checks let the loop verify its own work and converge; it stops on no-progress and exits non-zero while red.--concurrency <n>,--adapter <name>. (INT-2267)
npm i -g @intrect/openswarm@0.12.0