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

    Interface DiagnosticEvidenceReadiness

    interface DiagnosticEvidenceReadiness {
        claimBoundary: string;
        claimEligible: boolean;
        label: string;
        nextStep: string;
        reasonCodes: EvidenceReadinessReasonCode[];
        schemaVersion: "2026-07-10";
        status: EvidenceReadinessStatus;
        thresholds: { insufficientIntegrityBelow: 0.4; readyIntegrity: 0.6 };
    }
    Index
    claimBoundary: string
    claimEligible: boolean
    label: string
    nextStep: string
    schemaVersion: "2026-07-10"
    thresholds: { insufficientIntegrityBelow: 0.4; readyIntegrity: 0.6 }