Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions codex/AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
- Prefer an authenticated CLI over a connector when both can complete the task.
- Prefer non-forked subagents with self-contained assignments. Fork context only
when the task depends on prior history.
- Before recommending steering active work, name the observed deviation and the
behavior the new instruction would change. If it only repeats known
constraints or compensates for missing visibility, wait for the next
checkpoint.
- Keep plans, goals, and other working documents concise and complete enough to
understand as a whole. Draft freely, then prune before execution.
- Every line becomes maintenance. Delete, consolidate, or reuse before adding.
Expand Down