From 75054e869b032c47af0f85b12d29170dbbee55de Mon Sep 17 00:00:00 2001 From: weiqingy Date: Wed, 15 Jul 2026 21:20:16 -0700 Subject: [PATCH] [infra] Add CLAUDE.md importing AGENTS.md Claude Code reads CLAUDE.md, not AGENTS.md, so it currently picks up nothing from the repository guide. Add a one-line CLAUDE.md that imports AGENTS.md (@AGENTS.md), keeping a single source of truth while remaining portable to contributors on Windows, where a checked-in symlink degrades to a plain text file under core.symlinks=false. Exempt CLAUDE.md from Apache RAT alongside AGENTS.md, since a one-line import file cannot carry a license header. --- CLAUDE.md | 1 + tools/.rat-excludes | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 CLAUDE.md diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 000000000..43c994c2d --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1 @@ +@AGENTS.md diff --git a/tools/.rat-excludes b/tools/.rat-excludes index e58064b5f..dcd7de725 100644 --- a/tools/.rat-excludes +++ b/tools/.rat-excludes @@ -24,4 +24,5 @@ licenses/* skills/* .*\.yaml$ AGENTS.md -code_review.md \ No newline at end of file +code_review.md +CLAUDE.md \ No newline at end of file