Codex

Codex CLI integration for SWAL code generation and review

iberi22 Updated

File contents

Codex CLI - SWAL Configuration

Basic Usage

# One-shot execution
codex exec "Your coding task"

# With auto-approve
codex exec --full-auto "Your task"

# Yolo mode (no sandbox)
codex --yolo "Your task"

Model

Default: gpt-5.2-codex (configured in ~/.codex/config.toml)

SWAL Context

  • Use for code generation and review
  • Always work in a git repo
  • For parallel execution, use git worktrees
  • Coordinate with Xavier2 for context

See Also

  • coding-agent skill for multi-agent orchestration
  • xavier2-context for central memory

iberi22/swal-skills/tree/main/skills/codex commit 1eb614800f

Frequently asked questions

npx skillmds@latest add iberi22/codex