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

    Function recoverPersistenceNamespaceLease

    • Recover one explicitly inspected orphan from the fixed parent-wide namespace. This is an operator-only wrapper over the same exact-host, proven-dead, unchanged-marker, and awaited-quiescence checks as family recovery; it never runs during acquisition and never steals by age.

      Parameters

      Returns Promise<PersistenceLeaseInspectableMarker>

      Metadata for the one exact namespace marker removed.

      If the namespace or marker changed.

      await recoverPersistenceNamespaceLease({
      parentPath: "/tmp/enquire",
      markerId: snapshot.leases[0]?.id ?? "",
      assertQuiescent: async (context) => independentlyVerifyQuiescence(context.scope)
      });