ReapResult
Defined in: src/tab-reaper.ts:69
Breakdown of one reconciliation sweep.
Properties
Section titled “Properties”closed
Section titled “closed”closed:
string[]
Defined in: src/tab-reaper.ts:71
Tab ids actually closed this sweep.
shellOnly
Section titled “shellOnly”shellOnly:
Set<string>
Defined in: src/tab-reaper.ts:77
Tab ids that were shell-only THIS sweep — feed back as prevShellOnly next sweep to debounce.
sparedError
Section titled “sparedError”sparedError:
number
Defined in: src/tab-reaper.ts:75
Helper panes spared because process-info threw OR was empty/undeterminable (fail-closed).
sparedLive
Section titled “sparedLive”sparedLive:
number
Defined in: src/tab-reaper.ts:73
Helper panes spared because their foreground held a non-shell proc (claude/node/etc.).