pub fn classify(
cache: &HashMap<String, CapabilityState>,
servers: Vec<String>,
size_bytes: u64,
) -> Vec<String>Expand description
Pure tier-classification (DB-free, unit-testable). Reorders into known-good → unknown → too-large → MIME-rejected, stable within tier.