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

    Interface RequestSourceResolution

    interface RequestSourceResolution {
        failure: RequestSourceFailure | null;
        notes: readonly string[];
        projectionDigest: string;
        request: EncodableRequest | null;
        sourceEventIds: readonly string[];
    }
    Index
    failure: RequestSourceFailure | null
    notes: readonly string[]

    Facts that do not stop assembly but should not go unmentioned — chiefly a blob whose content no longer hashes to its row's payload_sha256. Assembly continues so the caller still gets bytes to compare, and the note says where to look when that comparison fails.

    projectionDigest: string

    Digest over the projected history at the cutoff, including its provenance.

    request: EncodableRequest | null

    Null exactly when failure is set.

    sourceEventIds: readonly string[]

    Ordered ids of every row the request was assembled from.