Skip to content
This repository was archived by the owner on Sep 21, 2026. It is now read-only.

v1.1.0

Choose a tag to compare

@Rogercode97 Rogercode97 released this 04 Jun 22:17
· 72 commits to main since this release

πŸš€ Performance & Architecture

  • Antifragile Wasm Core: Eliminated Wasm/FFI bottlenecks by migrating row-by-row updates to SQLite Temp Tables and Bulk Inserts.
  • Circuit Breakers: Added strict context timeouts in the AST parser to prevent Termux OOM kills on massive repositories.
  • Zero-CGO SQLite: Upgraded to ncruces/go-sqlite3 for native, highly performant WebAssembly SQLite execution.

🧠 MCP Integration

  • TruthEngine Decoupling: Segregated the legacy God Object into modular interfaces (IndexerService, ImpactAnalyzer).
  • Presenter Adapter: Extracted Hakai and ZON output formatting completely out of the MCP handlers.
  • Seamless Integrations: MCP index and impact endpoints are now robust enough to digest thousands of files instantly.