Releases: MakerXStudio/verify
Releases · MakerXStudio/verify
Release list
v1.2.0
v1.1.0
1.1.0 (2026-07-09)
Features
- add opt-in comment-block check with AI pushback (94cf2d8)
- add opt-in comment-block check with AI pushback (842b4e7)
- configurable external checks via -- passthrough and verifyx eject (2bdbd1c)
- configurable external checks via -- passthrough and verifyx eject (8411fd0)
- init offers "run everything with defaults" as an up-front choice (e52b697)
- init teaches knip to ignore the tools verifyx runs (no consumer setup) (5618ad9)
- merge comment-block + block-comments into one
commentscheck (7dae650) - name the tool + command + docs when an external check fails (512c8ea)
- orchestrate multiple checks with a convention-based verify CLI (6075410)
- run only defined verify:* scripts by default; add
verifyx all(8d16593) - run verifyx all in parallel; --measure prints only its table (87ae112)
- ship a verify skill + CLAUDE.md/AGENTS.md pointer instead of a slash command (cfdeccd)
- silent on success — gate orchestrator chatter behind --verbose/--measure (89b2c3b)
- support verify:<name>:fix override variants (c958bcd)
- transform complexity-verifier into @makerx/verify (multi-check verifier) (5d1385d)
- verifyx all is silent on success and runs custom verify:* scripts (413bdbb)
- verifyx runs tests by convention, with --no-tests to opt out (a2b5d3a)
Bug Fixes
- address PR review — CI diff base for new-comments + config ignores (1341a57)
- auto-fix locally and check-only in CI; call built-ins from verify:* scripts (327f2ee)
- rename CLI binary to verifyx and deny the native watcher install script (28ca3ee)
- verifyx all now honours run flags passed after the subcommand (4545177)