What problem does it solve? Answering questions like "what calls this function", "what breaks if I change this", or "how does this module work" requires tracing call chains, dependencies, and documentation across large codebases, which is slow and error-prone when done by manual search. ## Core Features & Use Cases - GitNexus operational layer: AST-precise code graph with 15 MCP tools for symbol context, blast-radius impact analysis, multi-file rename, route mapping, and cross-repo contract bridging across 14 languages. - Graphify semantic layer: Multimodal graph covering code, docs, PDFs, images, and video, with PR triage, merge-conflict risk detection, god-node analysis, and exports to HTML, SVG, GraphML, Neo4j, and Obsidian. - Use Case: Before renaming a shared utility function, run an impact query to see every upstream caller grouped by depth and confidence, then check the PR dashboard to confirm no open pull request touches the same graph communities. ## Quick Start Ask the assistant to show the blast radius and callers of a specific function in the current repository using the graph intelligence tools.