codegraph
Pre-indexed code knowledge graph for Claude Code — fewer tokens, fewer tool calls, 100% local
CodeGraph uses depth-first search and recursion stack monitoring to detect circular dependencies in your code graph, preventing complex import issues and improving maintainability.
How CodeGraph's Dead Code Detection Algorithm Identifies Unreferenced SymbolsDiscover how CodeGraph's dead code detection algorithm finds unreferenced symbols by analyzing its knowledge graph for usage and filtering exports.
How CodeGraph's Context Builder Algorithm Selects Relevant Code SnippetsUncover how CodeGraph's context builder algorithm precisely selects relevant code snippets using hybrid search and graph traversal. Discover symbol extraction, BFS expansion, and constraint enforcement.
CodeGraph Concurrent Indexing Strategies: Parallel Processing Without Blocking the UIDiscover CodeGraph's concurrent indexing strategies, including batched I/O parallelism and isolated workers, ensuring efficient background processing without UI blocking.
How CodeGraph Framework-Specific Resolution Identifies React, Express, and Laravel PatternsDiscover how CodeGraph framework-specific resolution identifies React, Express, and Laravel patterns using its Detect, Extract, and Resolve pipeline. Understand project metadata, AST symbols, and directory-aware heuristics to r...
SQLite Database Schema and FTS5 Configuration in CodeGraphDiscover the SQLite database schema and FTS5 configuration used by CodeGraph. Explore how relational tables and FTS5 enable efficient code intelligence search.
CodeGraph Node and Edge Types: Complete Schema ReferenceExplore CodeGraph's 22 node types like file, class, and function, plus 12 edge types including contains and calls. Understand your codebase's semantic structure.
CodeGraph FileWatcher: How It Detects Changes and Manages DebouncingLearn how CodeGraph's FileWatcher detects file changes using Node.js fs.watch. Discover its debouncing technique for efficient change management.
How to Use CodeGraph as a Library in Node.js ApplicationsIntegrate CodeGraph's repository indexing, graph queries, and AI context into your Node.js apps. Utilize the `@colbymchenry/codegraph` npm package for a robust programmatic API.
Performance Differences Between Native SQLite and WASM Backends in CodeGraphDiscover native SQLite vs WASM backend performance in CodeGraph. Native SQLite runs 5-10x faster, offering superior efficiency over WASM for your technical needs.
Have a question about this repo?
These articles cover the highlights, but your codebase questions are specific. Give your agent direct access to the source. Share this with your agent to get started:
curl -s "https://instagit.com/install.md" Maintain an open-source project? Get it listed too →