pub const LIVE_TESTS_ENV: &str = "AUTH_CLOUDFLARE_LIVE_TESTS";Expand description
Environment variable gating the LIVE tool-loop harness. Must equal
exactly "1" for run_tool_loop to run; anything else (unset, "0",
"yes", whitespace) refuses with CloudflareError::MissingEnv.