fn autonomy_level_to_string(level: &AutonomyLevel) -> &'static strExpand description
Converts an AutonomyLevel into its canonical lowercase string representation. Kept as a local helper because AutonomyLevel is defined in cellstate_core.
fn autonomy_level_to_string(level: &AutonomyLevel) -> &'static strConverts an AutonomyLevel into its canonical lowercase string representation. Kept as a local helper because AutonomyLevel is defined in cellstate_core.