📦 deps(thirdparty): update snapshots
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
{
|
||||
"name": "brooks-lint",
|
||||
"description": "AI code reviews grounded in twelve classic engineering books — decay risk diagnostics with book citations, severity labels, and six analysis modes (PR review, architecture audit, tech debt, test quality, health dashboard, full-sweep auto-fix)",
|
||||
"version": "1.4.1",
|
||||
"version": "1.4.2",
|
||||
"source": "./",
|
||||
"author": {
|
||||
"name": "hyhmrright",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "brooks-lint",
|
||||
"description": "AI code reviews grounded in twelve classic engineering books — decay risk diagnostics with book citations, severity labels, and six analysis modes (PR review, architecture audit, tech debt, test quality, health dashboard, full-sweep auto-fix)",
|
||||
"version": "1.4.1",
|
||||
"version": "1.4.2",
|
||||
"author": {
|
||||
"name": "hyhmrright",
|
||||
"email": "hyhmrright@gmail.com"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "brooks-lint",
|
||||
"version": "1.4.1",
|
||||
"version": "1.4.2",
|
||||
"description": "AI code reviews grounded in twelve classic engineering books — decay risk diagnostics with book citations, severity labels, and six analysis modes (PR review, architecture audit, tech debt, test quality, health dashboard, full-sweep auto-fix)",
|
||||
"author": {
|
||||
"name": "hyhmrright",
|
||||
@@ -20,6 +20,7 @@
|
||||
"test-quality"
|
||||
],
|
||||
"skills": "./skills/",
|
||||
"commands": [],
|
||||
"interface": {
|
||||
"displayName": "Brooks Lint",
|
||||
"shortDescription": "AI code reviews grounded in twelve classic engineering books",
|
||||
|
||||
@@ -29,3 +29,8 @@ docs/superpowers/
|
||||
|
||||
# brooks-harness orchestrator run notes (runtime artifacts, not the plugin)
|
||||
_workspace/
|
||||
|
||||
# Maintainer-local CLI tooling artifacts (not part of the plugin)
|
||||
.agents/
|
||||
.antigravitycli/
|
||||
.codex/
|
||||
|
||||
@@ -4,6 +4,27 @@ All notable changes to brooks-lint are documented here.
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [1.4.2] - 2026-07-24
|
||||
|
||||
### Fixed
|
||||
|
||||
- **Duplicate skills on Codex CLI** ([#22]) — after installing 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 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.
|
||||
|
||||
[#22]: https://github.com/hyhmrright/brooks-lint/issues/22
|
||||
[openai/codex#33411]: https://github.com/openai/codex/commit/2cd6ed750940fd4493298b4e602e2cae9a5a2afb
|
||||
[@grevgeny]: https://github.com/grevgeny
|
||||
|
||||
## [1.4.1] - 2026-07-18
|
||||
|
||||
### Fixed
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
<img src="https://img.shields.io/badge/version-1.4.1-blue.svg" alt="Version">
|
||||
<img src="https://img.shields.io/badge/version-1.4.2-blue.svg" alt="Version">
|
||||
<img src="https://img.shields.io/badge/license-MIT-green.svg" alt="MIT License">
|
||||
<img src="https://img.shields.io/badge/Claude_Code-Plugin-blueviolet.svg" alt="Claude Code Plugin">
|
||||
<img src="https://img.shields.io/badge/Codex_CLI-Skill-orange.svg" alt="Codex CLI Skill">
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
<img src="https://img.shields.io/badge/version-1.4.1-blue.svg" alt="Version">
|
||||
<img src="https://img.shields.io/badge/version-1.4.2-blue.svg" alt="Version">
|
||||
<img src="https://img.shields.io/badge/license-MIT-green.svg" alt="MIT License">
|
||||
<img src="https://img.shields.io/badge/Claude_Code-Plugin-blueviolet.svg" alt="Claude Code Plugin">
|
||||
<img src="https://img.shields.io/badge/Codex_CLI-Skill-orange.svg" alt="Codex CLI Skill">
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# Source
|
||||
|
||||
- Repo: https://github.com/hyhmrright/brooks-lint
|
||||
- Ref: 141f45ebb70bfa5a67e0dc8ee33b56e40067836d
|
||||
- Ref: 7ffa7de4d7d355b96a8b0811ab857b043c45fa34
|
||||
- Remove-Paths:
|
||||
- Snapshot: 2026-07-18
|
||||
- Snapshot: 2026-07-29
|
||||
- Sync-Mode: copy_skill_dirs
|
||||
- Notes: vendored into playbook branch thirdparty/skill
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "brooks-lint",
|
||||
"version": "1.4.1",
|
||||
"version": "1.4.2",
|
||||
"description": "AI code reviews grounded in twelve classic engineering books — decay risk diagnostics with book citations, severity labels, and six analysis modes (PR review, architecture audit, tech debt, test quality, health dashboard, full-sweep auto-fix)",
|
||||
"author": "hyhmrright",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "brooks-lint",
|
||||
"version": "1.4.1",
|
||||
"version": "1.4.2",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"bump": "node scripts/bump-version.mjs",
|
||||
|
||||
Reference in New Issue
Block a user