pub fn resolve_coordination_branch_settings(merged: &Value) -> (bool, String)Expand description
Configuration loading and schema helpers. Resolve coordination branch settings from merged config JSON.
Falls back to documented defaults when the merged value cannot be
deserialized into types::ItoConfig.