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

    Interface SessionSpillRange

    interface SessionSpillRange {
        contentBase64: string;
        contentSha256: string;
        eventIds: readonly string[];
        locator: string;
        nextOffset: number | null;
        offset: number;
        returnedBytes: number;
        sessionIds: readonly string[];
        storage: "encrypted-v2" | "legacy-plaintext-v1";
        totalBytes: number;
        verification: {
            expectedMonitorFingerprint: string | null;
            fullContentVerified: true;
            history: "supplied-references-only";
        };
    }
    Index
    contentBase64: string
    contentSha256: string
    eventIds: readonly string[]
    locator: string
    nextOffset: number | null
    offset: number
    returnedBytes: number
    sessionIds: readonly string[]
    storage: "encrypted-v2" | "legacy-plaintext-v1"
    totalBytes: number
    verification: {
        expectedMonitorFingerprint: string | null;
        fullContentVerified: true;
        history: "supplied-references-only";
    }