get_historical_impact
Discover files historically co-changed with a given file, including frequency and confidence, using only git history. Helps assess change impact without requiring code connection.
Instructions
Git-history-only evidence for one file: which files have changed alongside it before, how often, and with what confidence. No code connection required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | ||
| since | No | ||
| repo_path | Yes | ||
| min_support | No | ||
| min_confidence | No |