refactor(llm): rename LLMS.md to AGENTS.md for modern AI tools (#35314)
Co-authored-by: Claude <noreply@anthropic.com>
diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md
index 3395d56..be77ac8 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 6d37fdd..df7ac1d 100644
--- a/.rat-excludes
+++ b/.rat-excludes
@@ -82,6 +82,7 @@
# 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 3b861ad..1b676b0 100644
--- a/LLMS.md
+++ b/AGENTS.md
@@ -68,7 +68,7 @@
### 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 f811a97..47dc3e3 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 f811a97..47dc3e3 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 f811a97..47dc3e3 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