pub fn validate_runtime_driver_contracts(
provider_id: &str,
expected: &str,
observed: &[String],
) -> Result<String>Expand description
Enforce that Atlas exposes exactly the lifecycle Driver selected by the package manifest. This check runs before INIT, so config can never be sent to a missing, mismatched, or ambiguous runtime service.