record_drift_outcome
Record your judgment on detected drifts to improve priority-scoring weights. Actionable, noise, or deferred outcomes update the knowledge graph for smarter future detection.
Instructions
Record the host's judgment ('actionable' | 'noise' | 'deferred') for a previously-detected drift. Outcomes feed back into priority-scoring weights via the knowledge graph (ADR-012 Phase 4, Issue #114).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Absolute path to the project root. Must match the path used during drift detection so the outcome lands on the right project node. | |
| driftId | Yes | The driftId returned alongside a PrioritizedDriftResult. Without this anchor the outcome can't be attributed to a specific factor snapshot. | |
| outcome | Yes | User judgment: 'actionable' (drift was real, doc update needed), 'noise' (false positive, dismiss), or 'deferred' (revisit later — neutral signal). | |
| notes | No | Optional free-form notes from the host (why the drift was actionable/noise, link to PR, etc.). |