From 6245706ea3c7809e3f90059753b2d1bf3f4fec28 Mon Sep 17 00:00:00 2001 From: simon Date: Wed, 18 Feb 2026 23:36:43 +0100 Subject: [PATCH 1/3] Add always-on Cursor rule for CLAUDE context. Ensure agents consistently load the nearest CLAUDE instructions for every task. Co-authored-by: Cursor --- .cursor/rules/00-claude-context.mdc | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .cursor/rules/00-claude-context.mdc diff --git a/.cursor/rules/00-claude-context.mdc b/.cursor/rules/00-claude-context.mdc new file mode 100644 index 0000000000..65ac697c8e --- /dev/null +++ b/.cursor/rules/00-claude-context.mdc @@ -0,0 +1,13 @@ +--- +description: Always load CLAUDE.md context first +alwaysApply: true +globs: + - "**/*" +--- + +Always apply CLAUDE context before taking actions. + +1. If `/CLAUDE.md` exists, read and follow it for every task in this workspace. +2. When working in a subdirectory, check for a closer `CLAUDE.md` in that path and follow it as an override. +3. If multiple `CLAUDE.md` files apply and conflict, the most specific (closest) one wins. +4. Keep these instructions active even for small or routine requests. From 9d9656c05535b5bc8f927ab6c802d5b8f80768cb Mon Sep 17 00:00:00 2001 From: simon Date: Thu, 19 Feb 2026 08:23:09 +0100 Subject: [PATCH 2/3] Update context loading from CLAUDE.md to AGENTS.md --- .cursor/rules/00-claude-context.mdc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.cursor/rules/00-claude-context.mdc b/.cursor/rules/00-claude-context.mdc index 65ac697c8e..c59748352a 100644 --- a/.cursor/rules/00-claude-context.mdc +++ b/.cursor/rules/00-claude-context.mdc @@ -1,13 +1,13 @@ --- -description: Always load CLAUDE.md context first +description: Always load AGENTS.md context first alwaysApply: true globs: - "**/*" --- -Always apply CLAUDE context before taking actions. +Always apply AGENTS context before taking actions. -1. If `/CLAUDE.md` exists, read and follow it for every task in this workspace. -2. When working in a subdirectory, check for a closer `CLAUDE.md` in that path and follow it as an override. -3. If multiple `CLAUDE.md` files apply and conflict, the most specific (closest) one wins. +1. If `/AGENTS.md` exists, read and follow it for every task in this workspace. +2. When working in a subdirectory, check for a closer `AGENTS.md` in that path and follow it as an override. +3. If multiple `AGENTS.md` files apply and conflict, the most specific (closest) one wins. 4. Keep these instructions active even for small or routine requests. From 3a11d0737d6ac030ad0c96780c00aca7d1ead6b9 Mon Sep 17 00:00:00 2001 From: simon Date: Thu, 19 Feb 2026 08:23:29 +0100 Subject: [PATCH 3/3] Rename 00-claude-context.mdc to 00-agents-context.mdc --- .cursor/rules/{00-claude-context.mdc => 00-agents-context.mdc} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .cursor/rules/{00-claude-context.mdc => 00-agents-context.mdc} (100%) diff --git a/.cursor/rules/00-claude-context.mdc b/.cursor/rules/00-agents-context.mdc similarity index 100% rename from .cursor/rules/00-claude-context.mdc rename to .cursor/rules/00-agents-context.mdc