v0.3.0 – AI Control, CI Integration & Structural Accuracy Upgrade
🚀 Reli v0.3.0
Reli v0.3 introduces performance-aware AI control,
improved CI integration, and enhanced structural analysis accuracy.
✨ Highlights
🧠 AI Usage Control
- New
--ai-limitoption (default: 5) - Limit AI calls to top findings
- Predictable execution time and API cost
🚦 CI & Workflow Support
--fail-on <severity>for CI quality gates--annotations githubfor inline PR annotations- Repo-relative path normalization
🔍 Structural Rule Improvements
- SwiftSyntax-based type analysis
- Reduced DI smell false positives (singleton allowlist)
- Enhanced async lifecycle detection
- Clearer GodType threshold reporting
📊 Smarter Reporting
- Ranked summary insights
- Top files by findings
- Top types by size
- Improved AI status messaging
🧹 Internal Improvements
- Refactored CLI structure
- Split large components
- Added inline documentation
⚡ Performance
Reli now limits AI analysis by default,
ensuring fast runs even on large codebases.