GitNexus Overview Build client-side code knowledge graphs that run entirely in the browser — no server required. Parse code with tree-sitter WASM, construct a graph of files, functions, classes, and dependencies, visualize it with force-directed layouts, and query it with Graph RAG for natural-language code exploration. Instructions When a user asks to build a code knowledge graph, browser-based code explorer, or Graph RAG for code: 1. Set up tree-sitter WASM — Load language grammars for the target languages 2. Parse the codebase — Extract AST nodes (functions, classes, imports, exports) 3. B…