From f5b0a2fd12f940cb552c4db54b4857642f606c21 Mon Sep 17 00:00:00 2001 From: Weilin Du Date: Tue, 15 Sep 2026 18:14:24 +0800 Subject: [PATCH 1/2] [skip ci] Import AGENTS.md to CLAUDE.md Load the shared instructions through an @ import and remove the redundant heading. --- .claude/CLAUDE.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.claude/CLAUDE.md b/.claude/CLAUDE.md index 410c0f9b7cd9..dba71e970eb2 100644 --- a/.claude/CLAUDE.md +++ b/.claude/CLAUDE.md @@ -1,3 +1 @@ -# Claude - -Go read `../AGENTS.md`. +@../AGENTS.md From 821e3f9f4c64177acd5ea2ab78e9e5c048a28dde Mon Sep 17 00:00:00 2001 From: Weilin Du Date: Tue, 15 Sep 2026 20:55:54 +0800 Subject: [PATCH 2/2] [skip ci] Move CLAUDE.md to root Place CLAUDE.md alongside AGENTS.md to clarify relative file references. Update the import to @AGENTS.md. --- .claude/CLAUDE.md | 1 - CLAUDE.md | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 .claude/CLAUDE.md create mode 100644 CLAUDE.md diff --git a/.claude/CLAUDE.md b/.claude/CLAUDE.md deleted file mode 100644 index dba71e970eb2..000000000000 --- a/.claude/CLAUDE.md +++ /dev/null @@ -1 +0,0 @@ -@../AGENTS.md diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 000000000000..43c994c2d361 --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1 @@ +@AGENTS.md