pub fn route_job(
inputs: &RoutingInputs,
policy: &RoutingPolicy,
) -> RoutingDecisionExpand description
Decide where a curated job should run.
A pure function of (RoutingInputs, RoutingPolicy) implementing the privacy-first,
fail-closed ordering documented at the module level. See the module docs for the full
rule list and its rationale.