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

    Interface FactSimBoundaryReport

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

    boundaryScore: number

    Boundary integrity sub-score (6.11-6.17)

    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

    writebackScore: number

    Writeback governance sub-score (6.37-6.42)