pub fn normalize_task_class(task_class: &str) -> StringExpand description
Normalize a task-class string for comparison: trimmed and ASCII-lowercased
— the SAME normalization the hardcoded floor
(crate::config::task_class_to_tier) applies, so a table rule matches
exactly the strings the literal floor would have.