From 3e9ed3c29dfa31db6bd7d701b45b152bea22f3e8 Mon Sep 17 00:00:00 2001 From: Kim Morrison <477956+kim-em@users.noreply.github.com> Date: Sat, 18 Apr 2026 16:48:05 +1000 Subject: [PATCH] chore: add AGENTS.md symlink to CLAUDE.md (#13461) This PR adds an `AGENTS.md` symlink to `.claude/CLAUDE.md` so Codex-style repository instructions can resolve to the same checked-in guidance Claude Code already uses. This keeps the repository's agent-facing instructions in one place instead of maintaining separate copies for different tools. Previous Codex runs did not automatically pick up the existing `.claude/CLAUDE.md` guidance, which caused avoidable drift in PR formatting and workflow behavior. --- AGENTS.md | 1 + 1 file changed, 1 insertion(+) create mode 120000 AGENTS.md diff --git a/AGENTS.md b/AGENTS.md new file mode 120000 index 0000000000..ac55cbdc9c --- /dev/null +++ b/AGENTS.md @@ -0,0 +1 @@ +.claude/CLAUDE.md \ No newline at end of file