Feature Flag Environment Variable Namespace
- Entity ID:
ent-20260420-b01a00000016 - Type:
concept - Scope:
shared - Status:
active - Aliases: CLAUDE_CODE_* env flags, runtime feature env vars
Description
Environment-variable namespace with CLAUDE_CODE_ prefix that toggles feature flags when using the bun:bundle runtime shim (src/shims/bun-bundle.ts). Values '1' or 'true' enable; anything else falls back to the shim's hard-coded default. Known vars: CLAUDE_CODE_PROACTIVE, CLAUDE_CODE_KAIROS, CLAUDE_CODE_BRIDGE_MODE, CLAUDE_CODE_DAEMON, CLAUDE_CODE_VOICE_MODE, CLAUDE_CODE_AGENT_TRIGGERS, CLAUDE_CODE_MONITOR_TOOL, CLAUDE_CODE_COORDINATOR_MODE, CLAUDE_CODE_DUMP_SYSTEM_PROMPT, CLAUDE_CODE_BG_SESSIONS.
Key claims
- Eleven feature flags gate runtime behavior in the bun:bundle shim
Relations
- Feature Flag Environment Variable Namespace --[configures]--> bun:bundle Runtime Shim