get_velocity_trends
Track velocity trends by analyzing git commit activity over time intervals.
Instructions
Track velocity trends over time
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_path | Yes | Path to git repository | |
| since | Yes | Start date (YYYY-MM-DD) | |
| until | No | End date (YYYY-MM-DD), optional | |
| interval | No | week or month, default week |