This release adds 2 notable features for engineering teams evaluating rollout.
Published 3mo
Developer Productivity
✓ No known CVEs patched
✓ No known CVEs patched in this version
Topics
ai-code-review
architecture-review
auto-fix
claude
claude-code
claude-code-plugin
+14 more
clean-architecture
code-health
code-quality
code-review
code-smells
codex-cli-plugin
developer-tools
gemini-cli-extension
llm
refactoring
skills
static-analysis
tech-debt
test-quality
Affected surfaces
auth
Summary
AI summaryFixed config reference from T3 to T5, made session-start hook read version dynamically, and added repository validation script plus CI gate.
Full changelog
What's Fixed
- Risk code T3 → T5 — coverage-related config examples incorrectly referenced
T3(Test Duplication) instead ofT5(Coverage Illusion). Fixed acrossskills/_shared/common.md,.brooks-lint.example.yaml, andREADME.md. - Hardcoded version in session-start hook —
hooks/session-startnow reads the version dynamically frompackage.jsoninstead of hardcoding it. Upgrading the plugin no longer leaves a stale sentinel path that blocks command wrapper refresh. - SECURITY.md placeholder — added contact email and updated the scope description to reflect the multi-platform nature of the project.
What's Added
- Repository validation script
scripts/validate-repo.mjs— verifies that all five manifest files, the README badge, and the CHANGELOG stay in sync withpackage.json; also checks risk-code consistency in config examples and validates hook JSON output. Run withnpm run validate. - CI consistency gate — GitHub Actions now runs the validation script before the Codex plugin scanner, so version drift is caught before any release artifact is published.
What's Changed
CLAUDE.mdandCONTRIBUTING.mdupdated to documentpackage.jsonas the single source of truth for versioning.- Local testing steps in
CONTRIBUTING.mdnow includenode scripts/validate-repo.mjs.
Full Changelog: https://github.com/hyhmrright/brooks-lint/compare/v0.8.2...v0.8.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 Brooks-Lint
All releases →Related context
Related tools
Beta — feedback welcome: [email protected]