Skip to content

Brooks-Lint

v1.4.2 Bugfix

This release fixes issues for SREs watching stability and regressions.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ 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

breaking_upgrade

Summary

AI summary

Fixed duplicate skill entries in Codex CLI caused by manifest migration fallback.

Full changelog

Fixed

Duplicate skills on Codex CLI (#22)

After installing brooks-lint on Codex, the skill picker showed both the six native brooks-* skills and six generated source-command-brooks-* adapters. Codex's command-migration (openai/codex#33411) falls back to scanning a plugin's commands/ directory when the manifest does not declare commands, so it migrated the commands/brooks-*.md wrappers into standalone skills that duplicated the native ones — and bypassed a user's enabled = false on a native skill, since the migrated adapter has a different identity.

.codex-plugin/plugin.json now declares an explicit "commands": [], which Codex treats as authoritative and stops migrating the wrappers. Claude Code and Gemini do not read this manifest and are unaffected — commands/ is still consumed as-is by the Gemini extension.

Thanks to @grevgeny for the detailed diagnosis and proposed fix.

Upgrade

/plugin marketplace update
/plugin install brooks-lint@brooks-lint-marketplace

Codex users: reinstall/update from the brooks-lint marketplace to pick up the corrected manifest.

Full Changelog: https://github.com/hyhmrright/brooks-lint/compare/v1.4.1...v1.4.2

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

Track Brooks-Lint

Get notified when new releases ship.

Sign up free

About Brooks-Lint

All releases →

Related context

Beta — feedback welcome: [email protected]