1 مستودع
Systems for streaming source code changes and diffs into a persistent structural graph.
Distinct from Repository Synchronization: Syncs code content into a graph representation rather than just synchronizing local and remote repository states.
Explore 1 awesome GitHub repository matching development tools & productivity · Code Graph Synchronization. Refine with filters or upvote what's useful.
This project is a static code analysis tool and local-first code indexer that builds a persistent dependency graph of functions, classes, and imports. It functions as an AI context optimizer and codebase dependency graph, designed to reduce token usage by providing AI assistants with only the most relevant code fragments and impact analysis for a given change. The system implements a Model Context Protocol server that exposes code intelligence and architectural graph queries to external AI coding tools. It distinguishes itself by computing the change blast radius and risk scores of modificati
Ships a streaming system for importing source files and pull request diffs to keep the local structural map current.