From dd59b16a17f9a55f8c27af1bb16f74f6f6e22840 Mon Sep 17 00:00:00 2001 From: Thibault Sottiaux Date: Wed, 22 Oct 2025 11:32:35 -0700 Subject: [PATCH] docs: fix agents fallback example (#5396) --- docs/agents_md.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/agents_md.md b/docs/agents_md.md index e3949d6b..ff2243a0 100644 --- a/docs/agents_md.md +++ b/docs/agents_md.md @@ -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"] ```