docs: fix agents fallback example (#5396)

This commit is contained in:
Thibault Sottiaux
2025-10-22 11:32:35 -07:00
committed by GitHub
parent bac7acaa7c
commit dd59b16a17

View File

@@ -44,7 +44,6 @@ If the repository root contains `TEAM_GUIDE.md` and the `backend/` directory con
You can configure those fallbacks in `~/.codex/config.toml` (or another profile) like this:
```toml
[project]
project_doc_fallback_filenames = ["TEAM_GUIDE.md", ".agents.md"]
```