What problem does it solve?
It helps you quickly understand why an error happens by tracing symptoms to the responsible functions, execution flows, and call relationships in a codebase indexed by GitNexus.
Core Features & Use Cases
- Execution-flow discovery (gitnexus_query): Find processes and symbols related to an error message, endpoint failure, or suspicious behavior.
- Call-context reconstruction (gitnexus_context): Identify likely callers, callees, and external dependencies for a suspect function or symbol.
- Graph-based custom tracing (gitnexus_cypher): Run targeted call-chain queries when the default traces are not enough, including follow-up analysis for performance, intermittent failures, and regressions.
Quick Start
Ask the AI to debug a failing endpoint by running gitnexus_query on the error text, then using gitnexus_context on the most relevant suspect symbol, and finally tracing the execution flow by reading the corresponding gitnexus:// repo process resource.