Skip to content

Commit 18362a2

Browse files
cdeustclaude
andcommitted
release: v0.6.0 — dependency-scope indexing + clustering/resolver fixes
Features: tri-tier DependencyScope (replaces the include_dependencies bool) to index a full corpus with dependencies, Louvain phase-2 community detection with file-containment adjacency, bulk-path edge/node inserts. Fixes: idempotent cluster_graph, bounded glob-import resolution, Kuzu CrossProduct avoidance, zero-warning build, and banner/README synced to real scope (10 languages). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_013NkxreafqWnvPCwrL6KJEs
1 parent a3cee4a commit 18362a2

3 files changed

Lines changed: 4 additions & 4 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.5.0"
9+
"version": "0.6.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.5.0",
16+
"version": "0.6.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.5.0",
4+
"version": "0.6.0",
55
"author": {
66
"name": "Clement Deust",
77
"email": "admin@ai-architect.tools"

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ members = [".", "benches/harness", "crates/zera"]
99

1010
[package]
1111
name = "ai-architect-mcp"
12-
version = "0.5.0"
12+
version = "0.6.0"
1313
edition = "2021"
1414
description = "Stage-by-stage rewrite of the ai-architect pipeline as an MCP server. One tool per stage. Grown by zetetic + genius agents."
1515

0 commit comments

Comments
 (0)