ai-dlc-config
Configure AI-DLC workflow behavior, depth levels, approval gates, and agent 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.yamlis 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
drzero-config
Configure DrZero using the shared Claude-compatible drzero.yml format and activate Codex agents
Owner: epic-platform-sre
ai-dlc-construction
Execute the AI-DLC Construction phase with functional design and code generation for each unit of work
Owner: epic-platform-sre
ai-dlc-fix
Fast-path bug fix workflow with TDD-first approach for well-understood bugs that do not need the full inception-construction pipeline
Owner: epic-platform-sre
ai-dlc-inception
Execute the AI-DLC Inception phase to plan and architect a software project with requirements gathering, workflow planning, and application design
Owner: epic-platform-sre
ai-dlc-methodology
Comprehensive reference for the AI-Driven Development Lifecycle methodology, a post-Agile framework combining systematic planning with AI-augmented execution
Owner: epic-platform-sre
ai-dlc-status
Check AI-DLC workflow status, current phase, stage progress, and pending approvals
Owner: epic-platform-sre

