diff --git a/.cursor/rules/00-agents-context.mdc b/.cursor/rules/00-agents-context.mdc new file mode 100644 index 0000000000..c59748352a --- /dev/null +++ b/.cursor/rules/00-agents-context.mdc @@ -0,0 +1,13 @@ +--- +description: Always load AGENTS.md context first +alwaysApply: true +globs: + - "**/*" +--- + +Always apply AGENTS context before taking actions. + +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.