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

    Interface EffectAutoAgentReplayCiReceipt

    interface EffectAutoAgentReplayCiReceipt {
        agentId: string;
        aggregateScoreDelta0to1: number | null;
        corpusId: string;
        corpusVersion: string;
        effectAutoAgentReplayRowCount: number;
        failClosed: boolean;
        failedEffectAutoAgentReplayRowIds: string[];
        fixtureHash: string;
        gateMode: EffectAutoAgentReplayGateMode;
        generatedAt: string;
        manifestHash: string;
        passed: boolean;
        receiptId: string;
        recommendation: string;
        rowHashes: Record<string, string>;
    }
    Index
    agentId: string
    aggregateScoreDelta0to1: number | null
    corpusId: string
    corpusVersion: string
    effectAutoAgentReplayRowCount: number
    failClosed: boolean
    failedEffectAutoAgentReplayRowIds: string[]
    fixtureHash: string
    generatedAt: string
    manifestHash: string
    passed: boolean
    receiptId: string
    recommendation: string
    rowHashes: Record<string, string>