Skip to content

Commit 200bd26

Browse files
committed
v2.0.5
1 parent b260b67 commit 200bd26

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.claude-plugin/marketplace.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
},
77
"metadata": {
88
"description": "Multi-layer codebase analysis tools",
9-
"version": "2.0.4"
9+
"version": "2.0.5"
1010
},
1111
"plugins": [
1212
{
1313
"name": "codebase-analyzer",
1414
"description": "Multi-layer codebase analysis with Gemini AI. 4 agents, 5 commands, 3 skills for architecture analysis, pattern detection, and dataflow tracing.",
15-
"version": "2.0.4",
15+
"version": "2.0.5",
1616
"author": {
1717
"name": "Jake Correa",
1818
"url": "https://github.com/jaykaycodes"

.claude-plugin/plugin.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codebase-analyzer",
3-
"version": "2.0.4",
3+
"version": "2.0.5",
44
"description": "Multi-layer codebase analysis with Gemini AI. 4 agents, 5 commands, 3 skills for architecture analysis, pattern detection, and dataflow tracing.",
55
"author": {
66
"name": "Jake Correa",
@@ -21,7 +21,10 @@
2121
"codebase-analyzer": {
2222
"type": "stdio",
2323
"command": "npx",
24-
"args": ["-y", "codebase-analyzer-mcp"]
24+
"args": [
25+
"-y",
26+
"codebase-analyzer-mcp"
27+
]
2528
}
2629
}
2730
}

0 commit comments

Comments
 (0)