pub async fn resolve_packages(
_skill_dir: &Path,
_compatibility: Option<&str>,
_language: &str,
_llm_client: Option<&LlmClient>,
_model: Option<&str>,
_allow_unknown: bool,
) -> Result<ResolvedDependencies>Expand description
Stub for non-async builds.