fix(ci): sync catalog counts, registry, and package files for react track

- .claude-plugin/{plugin,marketplace}.json: bump description counts to 62/235/78
- docs/COMMAND-REGISTRY.json: regenerate to include quality-gate and react commands
- package.json: add skills/react-{patterns,performance,testing}/ to files allowlist so npm-publish-surface aligns with install-modules manifest
This commit is contained in:
AlexisLeDain
2026-05-20 18:23:27 +02:00
parent efc85762ca
commit f5372f29eb
4 changed files with 31 additions and 25 deletions
+26 -23
View File
@@ -624,6 +624,15 @@
],
"path": "commands/python-review.md"
},
{
"command": "quality-gate",
"description": "Run the ECC quality pipeline for a file or project scope and report remediation steps.",
"type": "general",
"primaryAgents": [],
"allAgents": [],
"skills": [],
"path": "commands/quality-gate.md"
},
{
"command": "react-build",
"description": "Fix React build failures (Vite, webpack, Next.js, CRA, Parcel, esbuild, Bun) incrementally — JSX/TSX compile errors, hydration mismatches, server/client component boundary failures, missing types. Invokes the react-build-resolver agent for minimal, surgical fixes.",
@@ -635,8 +644,8 @@
"react-build-resolver"
],
"skills": [
"react-patterns",
"frontend-patterns"
"frontend-patterns",
"react-patterns"
],
"path": "commands/react-build.md"
},
@@ -645,16 +654,17 @@
"description": "Comprehensive React/JSX code review for hook correctness, render performance, server/client component boundaries, accessibility, and React-specific security. Invokes the react-reviewer agent (and typescript-reviewer alongside on TSX/JSX changes).",
"type": "testing",
"primaryAgents": [
"react-reviewer"
"react-reviewer",
"typescript-reviewer"
],
"allAgents": [
"react-reviewer",
"typescript-reviewer"
],
"skills": [
"accessibility",
"react-patterns",
"react-testing",
"accessibility"
"react-testing"
],
"path": "commands/react-review.md"
},
@@ -665,20 +675,13 @@
"primaryAgents": [],
"allAgents": [],
"skills": [
"accessibility",
"e2e-testing",
"react-testing",
"tdd-workflow"
],
"path": "commands/react-test.md"
},
{
"command": "quality-gate",
"description": "Run the ECC quality pipeline for a file or project scope and report remediation steps.",
"type": "general",
"primaryAgents": [],
"allAgents": [],
"skills": [],
"path": "commands/quality-gate.md"
},
{
"command": "refactor-clean",
"description": "Safely identify and remove dead code with verification after each change.",
@@ -854,7 +857,7 @@
"planning": 2,
"refactoring": 1,
"review": 9,
"testing": 47
"testing": 50
},
"topAgents": [
{
@@ -903,6 +906,14 @@
"skill": "continuous-learning-v2",
"count": 6
},
{
"skill": "tdd-workflow",
"count": 4
},
{
"skill": "accessibility",
"count": 3
},
{
"skill": "flutter-dart-code-review",
"count": 3
@@ -911,10 +922,6 @@
"skill": "rust-patterns",
"count": 3
},
{
"skill": "tdd-workflow",
"count": 3
},
{
"skill": "cpp-coding-standards",
"count": 2
@@ -934,10 +941,6 @@
{
"skill": "golang-testing",
"count": 2
},
{
"skill": "kotlin-patterns",
"count": 2
}
]
}