pub(crate) fn to_kebab_case(s: &str) -> String
Convert a PascalCase string to kebab-case (InProgress → in-progress).
InProgress
in-progress