claudex-setup 1.14.0 → 1.14.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +8 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "claudex-setup",
|
|
3
|
-
"version": "1.14.
|
|
4
|
-
"description": "Score your repo's Claude Code setup against
|
|
3
|
+
"version": "1.14.1",
|
|
4
|
+
"description": "Score your repo's Claude Code setup against 84 checks. See gaps, apply fixes selectively with rollback, govern hooks and permissions, and benchmark impact — without breaking existing config.",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"bin": {
|
|
7
7
|
"claudex-setup": "bin/cli.js"
|
|
@@ -27,7 +27,12 @@
|
|
|
27
27
|
"productivity",
|
|
28
28
|
"audit",
|
|
29
29
|
"setup",
|
|
30
|
-
"cli"
|
|
30
|
+
"cli",
|
|
31
|
+
"agentic-dx",
|
|
32
|
+
"governance",
|
|
33
|
+
"mcp",
|
|
34
|
+
"hooks",
|
|
35
|
+
"workflow"
|
|
31
36
|
],
|
|
32
37
|
"author": "CLAUDEX Project",
|
|
33
38
|
"license": "MIT",
|