pub const DEFAULT_MAX_CONCURRENT: usize = 4;Expand description
P5-6 (resource bound, mirroring crate::subagents’s “max concurrent…
cap, fail-closed… configurable” precedent): the default maximum number
of background jobs this agent may have in flight at once.