From 9ad24d7fa58096fdfbfd56b74ef44e8fc054d978 Mon Sep 17 00:00:00 2001 From: kevin zhao Date: Mon, 27 Oct 2025 18:18:00 -0700 Subject: [PATCH] provide visibility that review threads ignore AGENTS.MD --- docs/agents_md.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/agents_md.md b/docs/agents_md.md index ff2243a0ca..c53c0899b4 100644 --- a/docs/agents_md.md +++ b/docs/agents_md.md @@ -21,6 +21,8 @@ When you work inside a project, Codex builds on those global instructions by col Before Codex gets to work, the instructions are ingested in precedence order: global guidance from `~/.codex` comes first, then each project doc from the repository root down to your current directory. Guidance in deeper directories overrides earlier layers, so the most specific file controls the final behavior. +**Note:** `/review` launches a fresh review thread that ignores `AGENTS.md` + ### Priority Summary 1. Global `AGENTS.override.md` (if present), otherwise global `AGENTS.md`.