Skip to content

SDL-MCP v0.11.6

Latest

Choose a tag to compare

@GlitterKill GlitterKill released this 15 Jun 20:11
· 5 commits to main since this release

Fixed

  • Native Go parser stability: Updated the native Rust tree-sitter runtime and Go grammar to the 0.25 line so valid Go files parse through the native addon instead of returning tree-sitter parse returned None or risking stale grammar crashes. Added Rust and Node-level dependency regressions for the native Go parser path.
  • Provider-first Go SCIP normalization: Skipped scip-go's synthetic empty-path package document, normalized backtick-wrapped Go import-path descriptors before SCIP kind/name mapping, and made shadow finalization honor freshly staged unresolved/external symbol classifications when copying active edges, symbol versions, metrics, and parity counts. This prevents fake . files, import-path-shaped Go symbol names, and stale active provider metadata rows from blocking provider-first shadow activation.
  • Stable derived-state startup recovery: Skipped canonical Cluster and Process row rewrites when computed derived-state topology is unchanged, avoiding LadybugDB FTS access violations from no-op searchText updates while still repairing missing Cluster FTS indexes.

Security

  • Dependency audit cleanup: Raised the transitive tar override to 7.5.16 and refreshed Babel lockfile entries to patched 7.29.7 releases, restoring a clean npm audit --audit-level=moderate gate.

4 commits from 1 contributor