correlate_code_changes
Match changed files against failing tests to identify which failures are directly caused by commit changes. Returns a correlation mapping for triage.
Instructions
Match a list of changed files against failing tests to determine which failures are directly caused by the code changes in this commit. Returns a correlation mapping.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| failures | Yes | Failures to correlate against | |
| changedFiles | Yes | List of file paths changed in this commit/PR | |
| affectedTests | No | Optional: test names already known to be affected (e.g. from ast-impact-mapper-mcp) |