pub fn normalize_id(value: &str) -> String
Canonical (uppercase) form of an artifact ID (Python strip().upper()).
strip().upper()