Maniflight v0.2.0 adds baseline-aware readiness tracking for CI and repository reviews.
Highlights:
- compares a current report with an explicit local baseline using stable rule IDs
- classifies regressions, improvements, evidence changes, added or removed rules, and unchanged checks
- writes a versioned comparison.json artifact and renders an accessible, responsive "Changes from baseline" view
- adds baseline-report and fail-on-regression Action inputs plus regressions and comparison-path outputs
- fails only on newly introduced regressions when the regression gate is enabled
- validates baseline size, schema, finite metric bounds, UTF-8, path containment, and symlink safety without echoing untrusted report contents
- dogfoods the Action on pull requests and publishes the tracker in the live demo
The v0 Action tag points to this tested release. For production workflows, pin the full commit SHA after review.
Baseline reports are local-only by design; automatic remote fetching and hosted storage remain out of scope.