fn is_valid_namespace(s: &str) -> bool
Check whether a string is a valid namespace: starts with lowercase letter, contains only lowercase alphanumeric + underscores.