github hyhmrright/brooks-lint v0.8.3
v0.8.3 — Repo Health & Consistency Validation

latest releases: v1.3.0, v1.2.3, v1.2.2...
one month ago

What's Fixed

  • Risk code T3 → T5 — coverage-related config examples incorrectly referenced T3 (Test Duplication) instead of T5 (Coverage Illusion). Fixed across skills/_shared/common.md, .brooks-lint.example.yaml, and README.md.
  • Hardcoded version in session-start hookhooks/session-start now reads the version dynamically from package.json instead 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 with package.json; also checks risk-code consistency in config examples and validates hook JSON output. Run with npm 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.md and CONTRIBUTING.md updated to document package.json as the single source of truth for versioning.
  • Local testing steps in CONTRIBUTING.md now include node scripts/validate-repo.mjs.

Full Changelog: v0.8.2...v0.8.3

Don't miss a new brooks-lint release

NewReleases is sending notifications on new releases.