From f301ee4df3c308c64f45b19ed17771bea47cfecb Mon Sep 17 00:00:00 2001 From: "Moe Charm (CI)" Date: Sun, 14 Dec 2025 16:30:32 +0900 Subject: [PATCH] chore: fix FastLane default comment --- core/box/front_fastlane_box.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/box/front_fastlane_box.h b/core/box/front_fastlane_box.h index 6ff618ed..b2d0af88 100644 --- a/core/box/front_fastlane_box.h +++ b/core/box/front_fastlane_box.h @@ -29,7 +29,7 @@ // - Fail-fast: Any uncertainty → return not-handled // // Safety: -// - ENV-gated (default OFF) +// - ENV-gated (default ON, opt-out) // - Single fallback boundary (FastLane → ColdFallback) // - Reversible (ENV toggle) //