Part of the fleet milestone (#1 §4).
Gap
The kill switch is implicit. fleet_dispatch.py defaults to --dry-run
(good), but there's no single documented command to halt an in-flight --execute
run across both accounts if something misbehaves.
Do
Acceptance
A documented, tested abort path; running it mid-flight leaves no half-written
state.
Part of the fleet milestone (#1 §4).
Gap
The kill switch is implicit.
fleet_dispatch.pydefaults to--dry-run(good), but there's no single documented command to halt an in-flight
--executerun across both accounts if something misbehaves.
Do
flag the workers poll).
--abortthat stops launching, lets in-flight sessions endcleanly (or cancels them), and leaves branches/ledger consistent.
Acceptance
A documented, tested abort path; running it mid-flight leaves no half-written
state.