Skip to content

ai-dlc-config

Configure AI-DLC workflow behavior, depth levels, approval gates, and agent preferences

experimental
IDE:
codex
Version:
0.1.0
Owner:epic-platform-sre
ai-dlc
config
settings
preferences

AI-DLC Configuration

View and modify AI-DLC workflow settings.

Configurable Settings

Workflow Depth

  • depth: minimal | standard | comprehensive
  • Controls how many stages execute and level of detail
  • Default: determined by workflow-planner based on complexity

Approval Gates

  • skip_approvals: true | false
  • When true, auto-approve all gates (for automation/testing)
  • Default: false (always wait for user approval)

Audit Trail

  • audit_file: path to audit log
  • Default: aidlc-docs/audit.md

Agent Preferences

  • default_model: Model for agents (o3, o4-mini, etc.)
  • reasoning_effort: low | medium | high
  • Default: o3 with stage-appropriate reasoning effort

Configuration File

Settings stored in .codex/config.yaml under ai-dlc section:

Note: .codex/config.yaml is user-created. If it does not exist, default values are used.

ai-dlc:
  depth: standard
  skip_approvals: false
  audit_file: aidlc-docs/audit.md
  default_model: o3
  reasoning_effort: high

Usage

  • View current config: Show all settings and their values
  • Modify setting: Update specific configuration value
  • Reset to defaults: Restore all settings to defaults

Related Assets