get_test_impact
Identify which existing tests to run for a code change by tracing the reverse-import graph from changed files to directly or transitively affected tests.
Instructions
Which existing tests should be run for this change.
Walks the reverse-import graph from changed files to tests that cover them directly or transitively (up to 2 hops).
Returns: {tests: [...], by_test: {test: [reasons]}, notes: [...]}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base | No | ||
| head | No | ||
| repo | Yes |