get_complexity_trend
Analyze cyclomatic complexity changes in code files over git history to identify whether complexity is increasing or decreasing across multiple historical snapshots.
Instructions
File complexity over git history: cyclomatic complexity at past commits. Shows if a file is getting more or less complex.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | File path to analyze | |
| snapshots | No | Number of historical snapshots (default: 5) |