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

    Interface PersistenceLeaseInspection

    Read-only snapshot of the authoritative markers in one scope.

    interface PersistenceLeaseInspection {
        candidates: readonly PersistenceLeaseCandidateMarker[];
        gate: PersistenceLeaseMarker | null;
        leases: readonly PersistenceLeaseMarker[];
        scope: PersistenceLeaseScope;
    }
    Index
    candidates: readonly PersistenceLeaseCandidateMarker[]

    Non-authoritative crash staging artifacts; never removed automatically.

    gate: PersistenceLeaseMarker | null

    Current short gate owner, if one exists.

    leases: readonly PersistenceLeaseMarker[]

    Current shared and exclusive lifetime markers.

    Canonical scope that was inspected.