get_health_trends
Retrieve time-series health metrics for a file or module to track changes in bug score, complexity, coupling, and churn over time. Use to monitor code quality trends.
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 |
|---|---|---|---|
| file_path | Yes | File path to check | |
| module | Yes | Module path prefix to check | |
| limit | No | Max data points (default: 50) |