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

    Interface WhyCapView

    interface WhyCapView {
        capReasons: WhyCapReason[];
        confidence: number;
        currentLevel: number;
        evidenceCount: number;
        gap: number;
        layerName: LayerName;
        nextLevelRequirements: string[];
        questionId: string;
        questionTitle: string;
        targetLevel: number | null;
        unlockScore: number;
    }
    Index
    capReasons: WhyCapReason[]
    confidence: number
    currentLevel: number
    evidenceCount: number
    gap: number
    layerName: LayerName
    nextLevelRequirements: string[]
    questionId: string
    questionTitle: string
    targetLevel: number | null
    unlockScore: number