From 7cc4bcfd100dccc5403db2a233736e15cfa439be Mon Sep 17 00:00:00 2001 From: Kenzie Davisson Date: Tue, 14 Apr 2026 13:07:24 -0700 Subject: [PATCH] Use the standard AGENTS.md file for AI rules --- .cursor/rules/ai_rules.mdc | 8 -------- AI_RULES.md => AGENTS.md | 0 CLAUDE.md | 2 +- GEMINI.md | 3 --- 4 files changed, 1 insertion(+), 12 deletions(-) delete mode 100644 .cursor/rules/ai_rules.mdc rename AI_RULES.md => AGENTS.md (100%) delete mode 100644 GEMINI.md diff --git a/.cursor/rules/ai_rules.mdc b/.cursor/rules/ai_rules.mdc deleted file mode 100644 index fe23837c5f3..00000000000 --- a/.cursor/rules/ai_rules.mdc +++ /dev/null @@ -1,8 +0,0 @@ ---- -description: Apply rules from AI_RULES.md to all interactions. -globs: "*" -alwaysApply: true ---- -# AI Rules - -Follow the rules defined in [AI_RULES.md](../../AI_RULES.md). diff --git a/AI_RULES.md b/AGENTS.md similarity index 100% rename from AI_RULES.md rename to AGENTS.md diff --git a/CLAUDE.md b/CLAUDE.md index b0302788f6d..ba90b7b7e46 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -1,3 +1,3 @@ # Claude Code Guidelines -Refer to the shared [AI Rules](AI_RULES.md) for guidelines when working in this repository. +Before starting any work in this repository, you MUST read and follow the instructions in the `AGENTS.md` file. diff --git a/GEMINI.md b/GEMINI.md deleted file mode 100644 index 6efc612c6a2..00000000000 --- a/GEMINI.md +++ /dev/null @@ -1,3 +0,0 @@ -# Gemini Guidelines - -Refer to the shared [AI Rules](AI_RULES.md) for guidelines when working in this repository.