레이어된 TOML, 프로파일로 swap 가능 default
Codex 의 config 가 레이어드: ~/.codex/config.toml (user), repo 의 .codex/config.toml (project, 신뢰될 때만), /etc/codex/config.toml (system, 항상 신뢰). 우선순위: CLI flag + -c key=value override → profile (--profile NAME) → project 파일 → user 파일 → system 파일 → 빌트인 기본.
프로파일이 config.toml 안 named 설정 그룹. --profile secure 가 빡빡한 default swap; --profile fast 가 신뢰 자동화 위해 느슨한 거 swap. 같은 config 파일, 여러 운영 모드.