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

    Interface DiagnosticEvalReplayCorpusBoundary

    interface DiagnosticEvalReplayCorpusBoundary {
        allowedSurfaces: AMCSurfaceName[];
        blockedSurfaces: AMCSurfaceName[];
        evidenceSummary: {
            ciReceiptHash: string;
            failedRowIds: string[];
            fixtureHash: string;
            manifestHash: string;
            scoreDelta0to1: number;
            signedEvidenceRefCount: number;
        };
        failClosed: boolean;
        reason: string;
        score: DiagnosticEvalReplaySurfaceStatus;
        shield: DiagnosticEvalReplaySurfaceStatus;
        source: "diagnostic-eval-replay-corpus-boundary";
        watch: DiagnosticEvalReplaySurfaceStatus;
    }
    Index
    allowedSurfaces: AMCSurfaceName[]
    blockedSurfaces: AMCSurfaceName[]
    evidenceSummary: {
        ciReceiptHash: string;
        failedRowIds: string[];
        fixtureHash: string;
        manifestHash: string;
        scoreDelta0to1: number;
        signedEvidenceRefCount: number;
    }
    failClosed: boolean
    reason: string
    source: "diagnostic-eval-replay-corpus-boundary"