This repository has no description
pi-rnd v0.2.3
Fix: /rnd-doctor round-trip probe now sets bypassQueue: true in its spawn options. Without it, the doctor's general-purpose probe gets queued behind existing background agents (maxConcurrent default = 4) and stays queued indefinitely if no other agent completes. The doctor probe is a one-shot test; bypassing the queue is correct.
Source reference: @tintinweb/pi-subagents agent-manager.ts:135 — queueing logic; schedule.ts uses bypassQueue:true for the same reason.