Skip to content

Commit 4e596f7

Browse files
authored
Merge pull request #8 from cdeust/chore/align-manifests-0.5.0
2 parents 262702d + 337b72d commit 4e596f7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
},
77
"metadata": {
88
"description": "automatised-pipeline — Rust MCP that indexes ANY codebase (every file type: source in 10 languages with full AST, plus docs/config/binaries as File nodes) into a LadybugDB property graph and exposes 24 tools (index_codebase, query_graph, get_impact, get_context, semantic-diff) to agents.",
9-
"version": "0.4.0"
9+
"version": "0.5.0"
1010
},
1111
"plugins": [
1212
{
1313
"name": "automatised-pipeline",
1414
"source": "./",
1515
"description": "24 MCP tools · all-file indexing (every file is a File node; .js→Imports, Markdown→References) · LadybugDB property graph · Leiden communities · BM25+TF-IDF+RRF search",
16-
"version": "0.4.0",
16+
"version": "0.5.0",
1717
"author": {
1818
"name": "Clement Deust",
1919
"email": "admin@ai-architect.tools"

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "automatised-pipeline",
33
"description": "Rust MCP server that indexes ANY codebase into a LadybugDB property graph — source in 10 languages with full AST, plus docs/config/binaries as File nodes (.js→Imports, Markdown→References). Resolves imports and call chains, detects communities via Leiden, traces execution flows from entry points, and exposes 24 MCP tools to agents — index_codebase, query_graph, get_symbol, get_impact, get_context, semantic_diff, and more.",
4-
"version": "0.4.0",
4+
"version": "0.5.0",
55
"author": {
66
"name": "Clement Deust",
77
"email": "admin@ai-architect.tools"

0 commit comments

Comments
 (0)