pub fn validate_warmstart_teacher_against_compiled_planner_run(
compiled: &CompiledPlannerRunSpec,
contract: &WarmStartExactJhTeacherContract,
) -> Result<(), WarmStartExactJhError>Expand description
Validates a parsed teacher contract against a compiled standalone PlannerRunSpec (CLI / asset loader).
This is the single authoritative check for filesystem-loaded teachers before runtime construction.