BRIDGE_MODE Feature Flag
- Entity ID:
ent-20260420-br13d0000nw - Type:
concept - Scope:
shared - Status:
active - Aliases: feature('BRIDGE_MODE'), CLAUDE_CODE_BRIDGE_MODE
Description
Build-time / env feature flag that gates the entire bridge subsystem. When false (default), bridge code paths are skipped: no imports, no init, CLI runs in terminal-only mode. Env var override: CLAUDE_CODE_BRIDGE_MODE.
Key claims
- Bridge subsystem is ~30 files gated by BRIDGE_MODE
Relations
- src/bridge/ Directory --[depends_on]--> BRIDGE_MODE Feature Flag