Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .cursor/rules/00-agents-context.mdc
Original file line number Diff line number Diff line change
@@ -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.