get_coupling_trend
Analyze file coupling trends over git history to determine if a module is stabilizing or destabilizing, using Ca/Ce/instability metrics at past commits.
Instructions
File coupling over git history: Ca/Ce/instability at past commits. Shows if a module is stabilizing or destabilizing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | File path to analyze | |
| since_days | No | Analyze last N days (default: 90) | |
| snapshots | No | Number of historical snapshots (default: 6) |