This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Topics
+14 more
Affected surfaces
Summary
AI summaryFixed 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
About Brooks-Lint
All releases →Related context
Related tools
Beta — feedback welcome: [email protected]