From f36088b7241708b61e956a63e9cb1f7bf28b0178 Mon Sep 17 00:00:00 2001 From: bneradt Date: Thu, 19 Mar 2026 15:55:47 -0500 Subject: [PATCH] AGENTS.md has to be at the root of the repo I thought Codex would use .codex/AGENTS.md, but it actually only checks for the repo root AGENTS.md. --- .codex/AGENTS.md => AGENTS.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .codex/AGENTS.md => AGENTS.md (100%) diff --git a/.codex/AGENTS.md b/AGENTS.md similarity index 100% rename from .codex/AGENTS.md rename to AGENTS.md