This repository was archived by the owner on Sep 21, 2026. It is now read-only.
v1.1.0
π 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-sqlite3for 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.