What problem does it solve? Understanding large or unfamiliar codebases with grep and manual reading is slow and error-prone, especially when assessing what breaks before editing a symbol or tracing execution flows across multiple repositories. ## Core Features & Use Cases - Knowledge Graph Indexing: Builds a Tree-sitter AST-based graph with import/call/type resolution, community detection, and execution-flow tracing for any git repo. - MCP Tool Workflow: Exposes query, context, impact, detect_changes, and rename tools to AI editors like Claude Code, Cursor, and OpenCode for call-graph-aware exploration and refactoring. - Multi-Repo Workspace Support: Indexes every repo under a workspace root and groups them for cross-service queries and cross-repo blast-radius analysis. - Use Case: Before renaming a shared function in a microservices workspace, run an impact query to see every upstream caller across all repos, then perform a call-graph-aware rename instead of find-and-replace. ## Quick Start Ask the agent to install GitNexus and index this repository so you can query its code knowledge graph and run impact analysis before making changes.