This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+13 more
Summary
AI summaryScoring penalties are now proportional to codebase size.
Full changelog
What's Changed
Fixed
- Scoring penalties are now proportional to codebase size — a single issue in a 200-file project no longer tanks the score the same as in a 2-file project (fixes #9)
- Add
smoothingto scoring config schema (was missing, causing TypeScript error) - Fix
calculateScoreto correctly passsourceFileCountandsmoothingas separate arguments - Compact
countParamsto keepcomplexity.tsunder the 400-line limit after biome formatting
Added
- 52 comprehensive scoring tests covering severity ordering, engine weights, edge cases, and density-aware scoring
- Configurable
scoring.smoothingoption (default: 10) for issue-density normalization - 285 total tests across 13 test files
Shoutout
Thanks to @yashrajoria for the density-aware scoring contribution in PR #12 and for identifying the config schema fix — your work laid the foundation for the proportional scoring in this release.
Full Changelog: https://github.com/heavykenny/aislop/compare/v0.1.2...v0.1.3
What's Changed
- fix(scoring): make single-issue penalties proportional by @yashrajoria in https://github.com/heavykenny/aislop/pull/12
- release: v0.1.2 — scoring fixes, formatting, comprehensive tests by @heavykenny in https://github.com/heavykenny/aislop/pull/15
- release: v0.1.3 by @heavykenny in https://github.com/heavykenny/aislop/pull/17
New Contributors
- @yashrajoria made their first contribution in https://github.com/heavykenny/aislop/pull/12
Full Changelog: https://github.com/heavykenny/aislop/compare/v0.1.2...v0.1.3
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About AISlop
All releases →Related context
Related tools
Beta — feedback welcome: [email protected]