isQueueDrifted
isQueueDrifted(
q):boolean
Defined in: src/build-queue-reminder.ts:43
Pure drift test. A queue is “drifted” when it’s approved with work outstanding but no step
is signalled in-progress: at least one pending step and zero active steps. A
well-behaved agent keeps the current step active while working and ends with no pending
steps, so settled-idle-with-pending-but-nothing-active is the drift window.
Parameters
Section titled “Parameters”Returns
Section titled “Returns”boolean