From cbf903151a749136b599095274f10c4cd3ad77ca Mon Sep 17 00:00:00 2001 From: Facundo Farias Date: Wed, 22 Jul 2026 07:12:01 +0200 Subject: [PATCH] chore: add AGENTS.md symlink to CLAUDE.md Adds AGENTS.md as a relative symlink to CLAUDE.md so agent tooling that follows the vendor-neutral AGENTS.md convention (Codex, Cursor, Zed, etc.) picks up the same instructions Claude Code reads from CLAUDE.md. Single source of truth, no duplicated content. Co-Authored-By: Claude Opus 4.8 (1M context) --- 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 0000000..681311e --- /dev/null +++ b/AGENTS.md @@ -0,0 +1 @@ +CLAUDE.md \ No newline at end of file