12 lines
515 B
TOML
12 lines
515 B
TOML
# Optional CASAN Plan-20 Codex config fragment (.codex/config.toml).
|
|
# Hooks are enabled by default in current Codex; this explicit feature flag is
|
|
# useful only when an organization wants the project intent visible in TOML.
|
|
#
|
|
# 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.
|
|
|
|
[features]
|
|
hooks = true
|