pub fn resolve(
capabilities: &BTreeMap<String, CapabilityConfig>,
base_model: &str,
) -> ResolutionExpand description
Resolve [capabilities.model_catalog] against base_model (typically
the already-computed core.model / CLI --model/config value).
Consulted regardless of capabilities.model_catalog.enabled — matching
the resolver’s existing D-9 check (configfile::validate_modules),
which already reads model_catalog.small_model unconditionally: these
are data a caller resolves against, not an activation switch.