Skip to main content

install_coding_omp_v1

Function install_coding_omp_v1 

Source
pub fn install_coding_omp_v1(
    tools: &ToolRegistry,
    cwd: &Path,
    allow: Option<&[String]>,
    disabled_tools: &[String],
) -> Option<BehaviorComposition>
Expand description

Install coding-omp-v1 into tools, overwriting the legacy instances of the same names with pack-constructed equivalents.

allow mirrors the --tools filter (already split and trimmed): pack tools not named are host-disabled. disabled_tools mirrors the --no-*/settings disable list. Returns None on resolution/install failure — the legacy builtin composition keeps running (logged loudly).