diff_doc_health_radar
Compare documentation health radar payloads from two time points to get per-axis deltas, grade changes, and regression/improvement lists for assessing documentation quality trends.
Instructions
Diff two doc_health_radar payloads. Pure function — pass the radar sub-field from two doc_health_radar responses (e.g. yesterday vs today). Returns per-axis deltas, composite delta, grade change, regression and improvement lists (threshold: 3 points), one-line verdict.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| baseline | Yes | Baseline radar payload. | |
| current | Yes | Current radar payload. |