Check quality drift
check_driftDetect gradual eval performance decline across runs by analyzing .evalgate/history.jsonl. Reports per-series delta and slope to catch slow drifts that per-PR regression gates miss.
Instructions
Analyze .evalgate/history.jsonl for slow decline the per-PR regression gate cannot see. A case sliding a little each run passes every individual gate by construction. Reports per-series delta and slope. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| window | No | Most recent N runs to consider. | |
| threshold | No | Decline over the window that counts as drift. Defaults to evalgate’s own. | |
| historyPath | Yes | Path to .evalgate/history.jsonl. |