Has anyone noticed that the Cursor Agent is no longer using/referencing any of your RULES? I’m getting slop, and when I show the Agent the rule, it didn’t apply; it can confirm it is not using them at all. (MDC version of RULES)
What is interesting is that if I create a new agent and ask it, “What are your RULES?” It lists all the rules by Always-Applied Workspace Rules and Agent-Requested Rules.
The issue is that Privacy mode blocks access to the Request ID for debugging.
While the team is digging into this, here’s what you can try:
What you can try:
Check Cursor Settings > Rules. Do your .mdc files show up as “Always Applied”?
Try temporarily turning off Privacy mode (Cursor Settings > Privacy), run a test Agent request, and share the new Request ID. This will give the team more data.
What’s confirmed:
You do have alwaysApply: true in the frontmatter
The Agent can see the rules when you ask directly, but it doesn’t apply them during the task
Let me know what you find if you try the steps above. It’ll help with debugging.
I’m currently specifying in AGENTS.md that she needs to read my rules structure and tell me which rules she read.I’m currently specifying in AGENTS.md that she needs to read my rules structure and tell me which rules she read.
We checked your Request IDs, the rules are loaded into the context, and technically everything works correctly.
There are two points here:
Irrelevant rules: for the task “Review all README.MD files”, rules like python-development, database-connection, and qa-quality just don’t apply. The agent can see them, but won’t use them because they’re not related to the task. This is expected behavior.
Relevant rules (research-rigour, teammate-mindset): the agent admitted it skipped them and fell into the “Helpful Assistant” trap. This is an LLM limitation. Rules in context don’t guarantee 100% adherence. These models are probabilistic.
What you can try:
Make critical rules shorter and more specific
Add an explicit “ALWAYS follow for ANY task including documentation”
For important tasks, remind it in the prompt which rules to apply
So it’s not a bug in rule loading, but I’ll pass the adherence feedback to the team.