-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Description
What is the type of issue?
Documentation is incorrect
What is the issue?
The readme states:
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:
~/.codex/AGENTS.md
- personal global guidanceAGENTS.md
at repo root - shared project notesAGENTS.md
in the current working directory - sub-folder/feature specifics
This is incorrect. Personal global guidance is pulled from ~/.codex/instructions.md
.
Documentation should be fixed first, but this makes it pretty clear that instruction file naming convention should be unified across all levels. They should probably either all be instructions.md
or all be AGENTS.md
.
Where did you find it?
https://github.com/openai/codex/blob/main/README.md#memory--project-docs
Metadata
Metadata
Assignees
Labels
No labels