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

    Interface SimulationValidityReport

    interface SimulationValidityReport {
        applicable?: boolean;
        evidenceFound: string[];
        gaps: string[];
        level: number;
        notApplicableReason?: string;
        questionScores: Record<string, number>;
        score: number;
    }
    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.

    evidenceFound: string[]

    Evidence artifacts found

    gaps: string[]

    Specific gaps and recommendations

    level: number

    Maturity level L0-L5

    notApplicableReason?: string
    questionScores: Record<string, number>

    Per-question scores (0-1) keyed by question ID

    score: number

    Overall score 0-100