graph_impact
Identify affected callers, dependents, and test files by tracing symbols changed in a git diff.
Instructions
What a diff can break: callers, dependents and test files reaching the changed symbols. Walks only stated-fact edges, never a same-name guess, and reports the guesses refused. Runs git diff for the rev.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| diff | Yes | Git rev to diff HEAD against, e.g. `HEAD~1`. | |
| depth | No | Hop limit. | |
| untested_only | No | Instead return changed symbols no test imports. |