From ff102aadb30601a70805d01ef8aec9ab54433b66 Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Sat, 27 Sep 2025 02:46:16 -0700 Subject: [PATCH] refactor(llm): rename LLMS.md to AGENTS.md for modern AI tools (#35314) Co-authored-by: Claude --- .github/copilot-instructions.md | 2 +- .rat-excludes | 1 + LLMS.md => AGENTS.md | 2 +- CLAUDE.md | 2 +- GEMINI.md | 2 +- GPT.md | 2 +- 6 files changed, 6 insertions(+), 5 deletions(-) rename LLMS.md => AGENTS.md (98%) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 3395d566a13..be77ac83a18 120000 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -1 +1 @@ -../LLMS.md \ No newline at end of file +../AGENTS.md \ No newline at end of file diff --git a/.rat-excludes b/.rat-excludes index 6d37fdd7a91..df7ac1d5979 100644 --- a/.rat-excludes +++ b/.rat-excludes @@ -82,6 +82,7 @@ intro_header.txt # for LLMs llm-context.md +AGENTS.md LLMS.md CLAUDE.md CURSOR.md diff --git a/LLMS.md b/AGENTS.md similarity index 98% rename from LLMS.md rename to AGENTS.md index 3b861ad7159..1b676b0157f 100644 --- a/LLMS.md +++ b/AGENTS.md @@ -68,7 +68,7 @@ superset/ ### Apache License Headers - **New files require ASF license headers** - When creating new code files, include the standard Apache Software Foundation license header -- **LLM instruction files are excluded** - Files like LLMS.md, CLAUDE.md, etc. are in `.rat-excludes` to avoid header token overhead +- **LLM instruction files are excluded** - Files like AGENTS.md, CLAUDE.md, etc. are in `.rat-excludes` to avoid header token overhead ### Code Comments - **Avoid time-specific language** - Don't use words like "now", "currently", "today" in code comments as they become outdated diff --git a/CLAUDE.md b/CLAUDE.md index f811a97b81a..47dc3e3d863 120000 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -1 +1 @@ -LLMS.md \ No newline at end of file +AGENTS.md \ No newline at end of file diff --git a/GEMINI.md b/GEMINI.md index f811a97b81a..47dc3e3d863 120000 --- a/GEMINI.md +++ b/GEMINI.md @@ -1 +1 @@ -LLMS.md \ No newline at end of file +AGENTS.md \ No newline at end of file diff --git a/GPT.md b/GPT.md index f811a97b81a..47dc3e3d863 120000 --- a/GPT.md +++ b/GPT.md @@ -1 +1 @@ -LLMS.md \ No newline at end of file +AGENTS.md \ No newline at end of file