devops/debug-mode

debug mode Shipped

What this lens looks for

Debug-only configuration panel (not in release builds) with feature flag overrides, analytics event log, A/B test variant picker, and environment info (version, build, OS, device); access method appropriate to platform (shake gesture, debug menu, /debug route, keyboard shortcut); guarded by DEBUG compile flag or NODE_ENV check

What its verifier checks

Debug panel absent from release/production builds; panel includes flag overrides, analytics log, variant picker, and environment info; access method matches platform convention; guard condition verified