UCX CodeGraph
Use CodeGraph on a best-effort basis:
- From the repository root, check whether
.codegraphexists. - If it exists and
codegraph_exploreis available, use the tool before text search or direct source reads. Inspect relevant definitions, call paths, dependents, and blast radius. - If CodeGraph reports that its index is out of date, run
codegraph syncfrom the repository root and retry once. - If
.codegraphis absent, CodeGraph is unavailable, or the retry fails, fall back torgand direct file reads without blocking the task.