codegraph

Pre-indexed code knowledge graph for Claude Code — fewer tokens, fewer tool calls, 100% local

10 articles 2.8k View on GitHub ↗
10 articles
How CodeGraph Detects Circular Dependencies Using Depth-First Search

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-to-guide
May 17, 2026
How CodeGraph's Dead Code Detection Algorithm Identifies Unreferenced Symbols

Discover how CodeGraph's dead code detection algorithm finds unreferenced symbols by analyzing its knowledge graph for usage and filtering exports.

deep-dive
May 17, 2026
How CodeGraph's Context Builder Algorithm Selects Relevant Code Snippets

Uncover 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.

internals
May 17, 2026
CodeGraph Concurrent Indexing Strategies: Parallel Processing Without Blocking the UI

Discover CodeGraph's concurrent indexing strategies, including batched I/O parallelism and isolated workers, ensuring efficient background processing without UI blocking.

internals
May 17, 2026
How CodeGraph Framework-Specific Resolution Identifies React, Express, and Laravel Patterns

Discover 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...

deep-dive
May 17, 2026
SQLite Database Schema and FTS5 Configuration in CodeGraph

Discover the SQLite database schema and FTS5 configuration used by CodeGraph. Explore how relational tables and FTS5 enable efficient code intelligence search.

internals
May 17, 2026
CodeGraph Node and Edge Types: Complete Schema Reference

Explore CodeGraph's 22 node types like file, class, and function, plus 12 edge types including contains and calls. Understand your codebase's semantic structure.

api-reference
May 17, 2026
CodeGraph FileWatcher: How It Detects Changes and Manages Debouncing

Learn how CodeGraph's FileWatcher detects file changes using Node.js fs.watch. Discover its debouncing technique for efficient change management.

internals
May 17, 2026
How to Use CodeGraph as a Library in Node.js Applications

Integrate 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.

how-to-guide
May 17, 2026
Performance Differences Between Native SQLite and WASM Backends in CodeGraph

Discover native SQLite vs WASM backend performance in CodeGraph. Native SQLite runs 5-10x faster, offering superior efficiency over WASM for your technical needs.

performance
May 17, 2026

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:

Share the following with your agent to get started:
curl -s "https://instagit.com/install.md"

Works with
Claude Codex Cursor VS Code OpenClaw Any MCP Client

Maintain an open-source project? Get it listed too →