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

    Interface SleeperDetectionReport

    interface SleeperDetectionReport {
        applicable?: boolean;
        consistencyScore: number;
        contextSwitchTests: {
            baselineScore: number;
            context: string;
            delta: number;
            suspicious: boolean;
            switchedScore: number;
        }[];
        gaps: string[];
        level: number;
        notApplicableReason?: string;
        passK: { k: number; rate: number }[];
        score: number;
        triggerPatterns: string[];
    }
    Index
    applicable?: boolean

    False when the scanned directory is not an AMC source checkout.

    This report comes from scanning for AMC's own source modules, so outside an AMC checkout the score reflects the absence of AMC rather than any property of the target. Consumers must not present it as a finding.

    consistencyScore: number

    Behavioral consistency score across contexts (0-100)

    contextSwitchTests: {
        baselineScore: number;
        context: string;
        delta: number;
        suspicious: boolean;
        switchedScore: number;
    }[]

    Context-switching detection results

    gaps: string[]

    Gaps

    level: number

    Maturity level

    notApplicableReason?: string
    passK: { k: number; rate: number }[]

    pass^k reliability metric (probability of k consecutive successes)

    score: number

    Overall score 0-100

    triggerPatterns: string[]

    Trigger pattern analysis