pub fn slugify(title: &str) -> String
Turn a task title into a slug for branch naming. “Fix login bug!” → “fix-login-bug”