enquire-mcp API reference - v4.0.0-rc.7
    Preparing search index...

    Interface HnswPublicationReceipt

    Exact immutable HNSW generation candidate for a meta-last pointer. Callers may retain this receipt across asynchronous DB revalidation and later request conditional cleanup without treating receipt possession as proof that publication committed. Cleanup independently admits the live pointer and its DB authority under the publisher lease.

    interface HnswPublicationReceipt {
        binFile: string;
        binSha256: string;
    }
    Index
    binFile: string

    Strict same-directory immutable-generation basename.

    binSha256: string

    SHA-256 bound into the meta pointer for that generation.