source
Codex Agent Instructions
Codex should follow the [Shared Agent Contract](shared.md), plus the
Codex should follow the Shared Agent Contract , plus the Codex-specific rules below.
First Action
./scripts/conductor-bootstrap.sh
Then read:
.context/ARDUR_CONTEXT.md.context/ardur-graph.mdAGENTS.mddocs/engineering-standards.md
Codex-Specific Rules
- Use
rgfor search andapply_patchfor manual edits. - Do not write files with shell heredocs when
apply_patchis 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.