# CASAN Plan-20 Codex config fragment (.codex/config.toml). # Merge these keys into the target repo's .codex/config.toml. This enables the # project hooks in hooks.template.json after Codex trust review. # # For ENTERPRISE enforcement, the managed policy path pins hooks so a member # cannot disable them (Spike-20 §4.2, Plan-20 Wave 3.3). In that deployment set # CASAN_AGENTIC_INTEGRATION_MODE=managed_hook via managed environment/MDM, not # in this committed file. [hooks] enabled = true # project-local hooks load only after the user accepts the trust prompt. project_hooks = true [casan] # Bridge feature flags — safe defaults (observe first, then enforce per Plan-20 §9). enforcement_mode = "observe" # observe | enforce integration_mode = "project_hook"