queue
assrt queue inspects and manages the local run queue. The CLI uses the queue to coordinate parallel workers and to persist runs across crashes.
bash
assrt queue status # what is running, what is pending
assrt queue drain # wait for in-flight runs to finish
assrt queue clear # discard pending runs (does not stop in-flight)