@pwngh/economy-lab
    Preparing search index...

    Type Alias InstanceSweepReport

    One manager pass over due scopes: what settled, and what failed and stays for retry.

    type InstanceSweepReport = {
        failed: ReadonlyArray<{ code: string; scope: string }>;
        settled: ReadonlyArray<{ report: InstanceSettleReport; scope: string }>;
    }
    Index
    failed: ReadonlyArray<{ code: string; scope: string }>

    These scopes' lanes are retained; the next sweep retries them.

    settled: ReadonlyArray<{ report: InstanceSettleReport; scope: string }>