Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
am writing to report a regression regarding the “User Rules” functionality (Settings > General > Rules and Commands). Previously, rules added here were global and applied to all projects. Since the latest update, these rules appear to be isolated to the specific project where they were created.
This has caused two major issues:
Data Loss: My previous global rules seemed to disappear upon updating.
Safety Violation: I rely on a global rule stating “Do not push or commit to git until explicitly mentioned” (as seen in my screenshot). Because this rule is not propagating to other projects, Agent Mode is now executing git pushes without permission in new projects because it cannot see the global restriction.
Steps to Reproduce
teps to Reproduce
Open Project A.
Go to Cursor Settings > General > Rules and Commands.
Add a specific User Rule (e.g., “Do not use git push”).
Switch to/Open Project B.
Check the same Settings page; the rule is missing.
Trigger Agent Mode in Project B; it will fail to respect the safety rule created in step 3 (e.g., it executes the git push).
Expected Behavior
Expected Behavior I expect “User Rules” defined in the Global Settings to apply universally to all projects, not just the active one. It is extremely difficult to manually copy-paste critical safety rules and coding standards into every single project I open.
Could you please clarify if this change to make rules project-specific was intended? If so, is there a way to restore global functionality?
Operating System
MacOS
Current Cursor Version (Menu → About Cursor → Copy)
Version: 2.1.50 (Universal)
VSCode Version: 1.105.1
Commit: 56f0a83df8e9eb48585fcc4858a9440db4cc7770
Date: 2025-12-06T23:39:52.834Z
Electron: 37.7.0
Chromium: 138.0.7204.251
Node.js: 22.20.0
V8: 13.8.258.32-electron.0
OS: Darwin arm64 25.0.0
Does this stop you from using Cursor
Sometimes - I can sometimes use Cursor