pub fn planner_shadow_check(
inputs: &PlannerInputs,
) -> Result<AdmissionOutcome, AdmissionDivergence>Expand description
Run both paths over the same normalized planner inputs and return the
authoritative outcome, or a typed AdmissionDivergence on disagreement.
ยงErrors
AdmissionDivergence if the shadow circuit disagrees with the reference, or
fails to compile/evaluate.