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

    Interface EmbedSourceReceipt

    Exact persisted-source authority tuple used by final egress validation.

    const [hit] = db.searchWithReceipts(queryVector, 1);
    if (hit) db.currentSourceReceiptMask([hit]);
    interface EmbedSourceReceipt {
        indexed_mtime_ms: number;
        indexed_revision: number;
        kind: EmbedChunkKind;
        rel_path: string;
    }
    Index
    indexed_mtime_ms: number

    Source-state mtime selected with the persisted bytes.

    indexed_revision: number

    Monotonic source authority revision selected with the persisted bytes.

    Content-source kind.

    rel_path: string

    Vault-relative source path.