get_co_changes
Identify files that change together in git history to detect temporal coupling patterns and dependencies between code components.
Instructions
Find files that frequently change together in git history (temporal coupling).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | File path to analyze | |
| min_confidence | No | Minimum confidence threshold (default 0.3) | |
| min_count | No | Minimum co-change count (default 3) | |
| window_days | No | Git history window in days (default 180) | |
| limit | No | Max results (default 20) |