ObsidianCdpTransportOptions.shouldSweepLeftovers?
ObsidianCdpTransportOptions › shouldSweepLeftovers?
Type: boolean
Whether the harness removes the temporary directories earlier runs leaked.When
true (the default), each run sweeps at start and at end for temp-vault-* staging directories and owned userdata-* instance profiles older than leftoverMaxAgeInMilliseconds. A run killed mid-flight never reaches its own cleanup, so without this the temp directory grows without bound.