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

    Interface WhyCapReason

    interface WhyCapReason {
        description: string;
        effortLevel: "low" | "high" | "medium";
        flag: string;
        label: string;
        riskReduction: number;
        unlockAction: string;
    }
    Index
    description: string
    effortLevel: "low" | "high" | "medium"
    flag: string
    label: string
    riskReduction: number
    unlockAction: string