d1dc9e2f5c
A stage declaring no `produces` passed verifyProduces vacuously, letting an agent stage_complete with zero work. Gate on allowedTools: a produce-less stage with tools available must have >=1 ToolInvocationRequestedEvent scoped to its stageId, else Failure(retryable). Produce-less + no tools is exempt (only stage_complete is ever offered), so pure-reasoning stages aren't bricked.