pub fn validate_opencode_agents_legacy(
fallback: &FallbackConfig,
catalog: &ApiCatalog,
) -> Result<(), String>Expand description
Validate all OpenCode agent references from the legacy fallback config.
This compatibility wrapper exists at the config boundary only.
ยงErrors
Returns error if the operation fails.