Compare commits

...

15 Commits

Author SHA1 Message Date
pap-openai
5d196941b2 Merge branch 'main' into fix-readme-agents-md 2025-08-06 19:12:07 +01:00
pap-openai
0baf67cecf Merge branch 'main' into fix-readme-agents-md 2025-08-04 17:48:51 +01:00
pap-openai
5ed2df2fa7 Merge branch 'main' into fix-readme-agents-md 2025-08-04 12:02:32 +01:00
pap-openai
dd2d8efaba Merge branch 'main' into fix-readme-agents-md 2025-08-03 15:39:27 +01:00
pap-openai
e219c4db65 Merge branch 'main' into fix-readme-agents-md 2025-08-03 00:42:55 +01:00
pap-openai
c1bcb3de65 Merge branch 'main' into fix-readme-agents-md 2025-08-01 01:49:07 +01:00
pap-openai
be1367be5b Merge branch 'main' into fix-readme-agents-md 2025-08-01 01:15:49 +01:00
pap-openai
9d8e3ad199 Merge branch 'main' into fix-readme-agents-md 2025-07-31 22:31:31 +01:00
pap-openai
006e6f932d Merge branch 'main' into fix-readme-agents-md 2025-07-31 13:08:25 +01:00
pap-openai
f1dd2fcfb9 Merge branch 'main' into fix-readme-agents-md 2025-07-30 20:01:59 +01:00
pap-openai
0c1975ee62 Merge branch 'main' into fix-readme-agents-md 2025-07-30 18:10:04 +01:00
pap-openai
8ec8df312d Merge branch 'main' into fix-readme-agents-md 2025-07-30 17:56:07 +01:00
pap-openai
d50579f7ea Merge branch 'main' into fix-readme-agents-md 2025-07-29 22:28:59 +01:00
pap
875d6a2691 agents.md are actually found recursively 2025-07-29 22:02:52 +01:00
pap
fcfcf310e1 agents.md behavior doc fix 2025-07-29 21:49:31 +01:00

View File

@@ -295,11 +295,7 @@ Key flags: `--model/-m`, `--ask-for-approval/-a`.
## Memory & project docs
You can give Codex extra instructions and guidance using `AGENTS.md` files. Codex looks for `AGENTS.md` files in the following places, and merges them top-down:
1. `~/.codex/AGENTS.md` - personal global guidance
2. `AGENTS.md` at repo root - shared project notes
3. `AGENTS.md` in the current working directory - sub-folder/feature specifics
You can provide Codex with additional instructions by adding an `AGENTS.md` file. Codex first checks your current working directory, and if no file is found, it searches upward through parent directories until it reaches the root of your Git repository.
---