pub fn valid_label_id(id: &str) -> boolExpand description
A label id must be a filesystem-safe lowercase slug: it is used as a map key
in YAML and shown as a chip. Same character class as valid_fleet_name, so
a hand-edited ../evil can never enter the registry.