pub const DEFAULT_ADJUDICATION_CAP: u32 = 50;Expand description
Default per-run tier-3 adjudication cap (bundle plan 05-verify-sync-engine,
D1/D4). Dogfood-tuned against the live engine/graph binding (524 source
artifacts): a fully-drifted mem of that scale clears its adjudication backlog
in ~11 verify runs while each run’s asserted-drift work stays bounded and its
token cost predictable. 0 disables the cap (adjudicate every candidate).