What problem does it solve?
Pilot needs to decide how to respond when intended (governed) Kubernetes state diverges from live cluster state, and it must choose the right action based on who/what caused the field change rather than guesswork.
Core Features & Use Cases
- Deterministic drift evidence intake: Uses cub-scout’s structured field attribution outputs (cause, managerHint, gitSource, and optional bindingSource) to classify drift deterministically.
- Decision support for policy actions: Helps Pilot determine whether to ACCEPT, REVERT, QUARANTINE, ACCEPT-AS-CANONICAL, or ASK a human based on the evidence.
- Drift loop fit & safety boundary: Provides classification and recommendations only; it explicitly avoids being used for discovery or any mutating/reconciliation path performed outside cub-scout.
Quick Start
Ask Pilot to classify the drift on a specific Deployment field by reading cub-scout three-way compare evidence and returning an action verdict for the audit or next workflow step.