get_health_trends
Track if a software module is improving or degrading by retrieving historical bug score, complexity, coupling, and churn data.
Instructions
Time-series health metrics for a file or module: bug score, complexity, coupling, churn over time. Populated by predict_bugs runs. Use to track if a module is improving or degrading. Read-only. Returns JSON: { dataPoints: [{ date, bugScore, complexity, coupling, churn }] }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max data points (default: 50) | |
| module | Yes | Module path prefix to check | |
| file_path | Yes | File path to check |