Start a drift evaluation
drift_startBegin a drift-evaluation run on Done tickets. Use 'sample' mode for a statistical estimate on a subset, or 'full' to evaluate all tickets.
Instructions
Begin a drift-evaluation run over a board's Done tickets. mode 'sample' evaluates a seeded random subset (fast statistical estimate); mode 'full' evaluates every Done ticket. Returns a runId + the tickets to score. Then, for each ticket, compare its scope/description/DoD + work log against the actual code it touched (use get_work_packet and the project's codeLocation) and call drift_record with a 0–100 fidelity score; finish with drift_report. Use the evaluate_drift prompt to run the whole loop.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | sample | |
| seed | No | Seed for reproducible sampling; one is chosen + returned if omitted. | |
| type | No | all | |
| project | Yes | ||
| sampleSize | No | How many Done tickets to sample (mode 'sample'). |