Record a drift score
drift_recordRecord a fidelity score (0-100) for a ticket in a drift run to measure implementation alignment with intent. Optionally document gaps and inspected files.
Instructions
Record a 0–100 fidelity score for one ticket in a drift run (verdict is derived: >=80 aligned, 50–79 partial, <50 drift — or pass your own). Provide a short gap explaining any shortfall, and optionally the files you checked. Upserts by ticket.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gap | No | What drifted / what's missing (for partial/drift). | |
| files | No | Files/paths inspected for this ticket. | |
| runId | No | Drift run id (defaults to the latest run). | |
| score | Yes | Fidelity 0–100 of implementation vs the ticket's intent. | |
| ticket | Yes | ||
| project | Yes | ||
| verdict | No |