Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1023 Bytes

File metadata and controls

34 lines (25 loc) · 1023 Bytes

Codex Agent Instructions

Codex should follow the Shared Agent Contract, plus the Codex-specific rules below.

First Action

./scripts/conductor-bootstrap.sh

Then read:

  1. .context/ARDUR_CONTEXT.md
  2. Graph artifacts only when its Generated Graph status is available
  3. When its graph status is unavailable, use the live source and applicable workflow files; missing graph artifacts are optional in this path
  4. AGENTS.md
  5. docs/engineering-standards.md

Codex-Specific Rules

  • Use rg for search and apply_patch for manual edits.
  • Do not write files with shell heredocs when apply_patch is appropriate.
  • Do not revert unrelated user changes.
  • Treat .context/ as generated/local state. Regenerate it with scripts rather than editing generated files by hand.
  • Keep final responses self-contained: what changed, what was validated, and what remains blocked.

PR Target

  • Normal work: dev.
  • Release-only work: main, only when explicitly requested.