pub fn parse_saved_roster(settings_json: &str) -> Vec<String>Expand description
Parse launcher.roster from a persisted CodeSwarm settings document.
Each non-empty line is one identity. Parsing failures, missing settings, and values of the wrong type are treated as an empty saved roster; startup must remain safe when a user has a truncated or hand-edited settings file.