Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface RemediationStep

    interface RemediationStep {
        action: string;
        amcCommand?: string;
        amcModule: string;
        dependsOn: number[];
        estimatedHours: number;
        order: number;
        priority: "low" | "high" | "critical" | "medium";
    }
    Index
    action: string
    amcCommand?: string
    amcModule: string
    dependsOn: number[]

    Dependencies on other steps

    estimatedHours: number
    order: number
    priority: "low" | "high" | "critical" | "medium"