When agents don't wait for you — how approval gates silently fail in production
!= 200 for the fail path. Whitelist exact success codes. Anything outside that set — including 202, 204, 301, or 500 — is an explicit denial.on_timeout="deny" and surface a visible error. Never continue_on_timeout.except: pass with explicit handling that raises an ApprovalRequiredException. Never swallow exceptions in security-critical paths.