Skip to content

Releases: lambda-alpha-labs/Graphenium

v0.19.2 — Gemini/Vertex MCP schema compatibility fix

Choose a tag to compare

@lambda-alpha-labs lambda-alpha-labs released this 12 Jul 13:56

Graphenium 0.19.2

  • AST extraction for 9 languages
  • MCP server with 13 graph tools
  • Query CLI with keyword-scored traversal
  • Louvain community detection
  • AST-only and semantic extraction modes
  • Watch and incremental update support
  • gm doctor diagnostic command
  • gm setup for Claude/Cursor/CodeWhale

Install

cargo install graphenium

v0.19.1

Choose a tag to compare

@github-actions github-actions released this 12 Jul 13:22

Zero-Drift Gating (Topological Entropy Guardrails)

This release introduces a configuration-free invariant gate that rejects agent plans which mathematically degrade repository modularity.

Added

  • Topological Delta Core (src/analyze/delta.rs) — partitions physical and virtual subgraphs, computes Louvain modularity deltas (ΔQ), profiles surprise edges, and detects community drift
  • evaluate_delta_gate MCP tool — in-memory modularity delta checks and surprise analysis for real-time design validation
  • gm check --delta — CLI topological entropy gate with --plan, --mod-tolerance (default: -0.02), and --surprise-threshold (default: 5.0)
  • Zero-config fallback in validate_plan — runs explicit .graphenium/policy.json rules when present, then Dynamic Delta Gating as invariant fallback
  • Policy gates banner in graph_info — reports active containment layers at handshake

Changed

  • validate_plan (MCP) now runs policy rules and dynamic delta gating in sequence
  • Agent skill updated with evaluate_delta_gate guidance and topological delta failure resolution
  • install.sh installs the Claude Code skill on Unix installs
  • Documentation updated across CLI, MCP, CI, architecture, trust model, and onboarding guides

Install

cargo install graphenium --version 0.19.1

Or download a prebuilt binary for your platform below.

v0.19.0 — Datalog stdlib, pre-flight architecture policy, and MCP hardening

Choose a tag to compare

@lambda-alpha-labs lambda-alpha-labs released this 11 Jul 06:55

Graphenium 0.19.0

  • AST extraction for 9 languages
  • MCP server with 13 graph tools
  • Query CLI with keyword-scored traversal
  • Louvain community detection
  • AST-only and semantic extraction modes
  • Watch and incremental update support
  • gm doctor diagnostic command
  • gm setup for Claude/Cursor/CodeWhale

Install

cargo install graphenium

v0.18.0 — Working cross-file resolution

Choose a tag to compare

@lambda-alpha-labs lambda-alpha-labs released this 03 Jul 12:50

Graphenium 0.18.0

  • AST extraction for 9 languages
  • MCP server with 13 graph tools
  • Query CLI with keyword-scored traversal
  • Louvain community detection
  • AST-only and semantic extraction modes
  • Watch and incremental update support
  • gm doctor diagnostic command
  • gm setup for Claude/Cursor/CodeWhale

Install

cargo install graphenium

Graphenium v0.17.0: All 5 enhancements, documentation restructuring, scoped resolution

Choose a tag to compare

@lambda-alpha-labs lambda-alpha-labs released this 03 Jul 00:23

Graphenium 0.17.0

  • AST extraction for 9 languages
  • MCP server with 13 graph tools
  • Query CLI with keyword-scored traversal
  • Louvain community detection
  • AST-only and semantic extraction modes
  • Watch and incremental update support
  • gm doctor diagnostic command
  • gm setup for Claude/Cursor/CodeWhale

Install

cargo install graphenium

Graphenium v0.16.1: Audit fixes — Stack Graphs wiring, Datalog exposure, hub filtering

Choose a tag to compare

@lambda-alpha-labs lambda-alpha-labs released this 02 Jul 17:34

v0.16.1 fixes 6 reachability issues identified in the post-launch audit:

  • Stack Graphs wiring: resolve_cross_file_calls() now runs during gm run (not just tests), creating real cross-file edges with 4 types (TRANSITIVE_CALL, EXPORT_MAPPING, IMPORT_SYMBOL, CROSS_MODULE_CALL)
  • Datalog exposure: run_datalog MCP tool registered + --datalog CLI flag added to gm query
  • OpenTelemetry CLI: observe subcommand with trace import and overlay
  • Version: Bumped from 0.15.5 to 0.16.1
  • Namespace hub filtering: god_nodes and architecture_summary now filter out aggregation hubs
  • PCH hub suppression: ratio and diversity heuristics in hub detection

Full audit: Graphenium-v0.16.0-Reachability-Audit.md
363 tests pass, 0 clippy errors, formatting clean.

Graphenium v0.16.0: All 5 enhancements — Stack Graphs, OpenTelemetry, Salsa, Datalog, Hybrid Retrieval

Choose a tag to compare

@lambda-alpha-labs lambda-alpha-labs released this 02 Jul 16:43

Graphenium 0.16.0

  • AST extraction for 9 languages
  • MCP server with 13 graph tools
  • Query CLI with keyword-scored traversal
  • Louvain community detection
  • AST-only and semantic extraction modes
  • Watch and incremental update support
  • gm doctor diagnostic command
  • gm setup for Claude/Cursor/CodeWhale

Install

cargo install graphenium

Graphenium v0.15.5: Hub detection phase-3, ratio heuristics, high-fan-in override

Choose a tag to compare

@lambda-alpha-labs lambda-alpha-labs released this 02 Jul 10:27

Graphenium 0.15.5

  • AST extraction for 9 languages
  • MCP server with 13 graph tools
  • Query CLI with keyword-scored traversal
  • Louvain community detection
  • AST-only and semantic extraction modes
  • Watch and incremental update support
  • gm doctor diagnostic command
  • gm setup for Claude/Cursor/CodeWhale

Install

cargo install graphenium

Graphenium v0.15.4: Hub detection fix, path disambiguation, installer hardening

Choose a tag to compare

@lambda-alpha-labs lambda-alpha-labs released this 02 Jul 09:11

Graphenium 0.15.4

  • AST extraction for 9 languages
  • MCP server with 13 graph tools
  • Query CLI with keyword-scored traversal
  • Louvain community detection
  • AST-only and semantic extraction modes
  • Watch and incremental update support
  • gm doctor diagnostic command
  • gm setup for Claude/Cursor/CodeWhale

Install

cargo install graphenium

Graphenium v0.15.3: Delta safety, degree-based disambiguation, hub detection

Choose a tag to compare

@lambda-alpha-labs lambda-alpha-labs released this 02 Jul 08:01

Graphenium 0.15.3

  • AST extraction for 9 languages
  • MCP server with 13 graph tools
  • Query CLI with keyword-scored traversal
  • Louvain community detection
  • AST-only and semantic extraction modes
  • Watch and incremental update support
  • gm doctor diagnostic command
  • gm setup for Claude/Cursor/CodeWhale

Install

cargo install graphenium