From 5164c08fe493d3ae6db3d763f68f4e0187562e05 Mon Sep 17 00:00:00 2001 From: Kaiyi Date: Mon, 6 Jul 2026 16:14:58 +0800 Subject: [PATCH] chore: symlink CLAUDE.md to AGENTS.md for compatibility Some agent tooling looks for a CLAUDE.md at the repo root. Add a symlink to the canonical AGENTS.md so both filename conventions resolve to the same instructions, avoiding any duplicated content. --- CLAUDE.md | 1 + 1 file changed, 1 insertion(+) create mode 120000 CLAUDE.md diff --git a/CLAUDE.md b/CLAUDE.md new file mode 120000 index 0000000000..47dc3e3d86 --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1 @@ +AGENTS.md \ No newline at end of file