Skip to content

v0.12.0 — openswarm fix (CI/test gate fan-out auto-fix)

Choose a tag to compare

@unohee unohee released this 01 Jul 04:17
· 230 commits to main since this release
7843991

Added

  • openswarm fix — brings review --max's fan-out to the objective checks. Runs the project's checks (lint / typecheck / build / test from package.json; --checks to subset), groups failures by file into areas, fans a fix-worker out over each area, then re-runs the checks until green (or the --rounds budget, default 3). Edits land in the working tree — you review the diff. Unlike review --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