You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug Report: Non-existent Rule Files Can Still Be Referenced
Description
When attempting to reference a deleted rule file (@004-rule-creation.mdc), Cursor still recognizes and attempts to reference it, despite the file no longer existing in the filesystem. This suggests a caching issue where deleted files are still being tracked in Cursor's internal cache.
Steps to Reproduce
Create a rule file (e.g., 004-rule-creation.mdc)
Delete the rule file
Try to reference the deleted file using @004-rule-creation.mdc
Observe that Cursor still recognizes the reference
Expected Behavior
References to non-existent files should fail or show an error
Cursor should not recognize references to deleted files
Actual Behavior
Cursor continues to recognize and attempt to reference the deleted file
The reference @004-rule-creation.mdc still works despite the file being deleted
Environment
Cursor Version:0.47
Operating System: macOS
Project Type: Cursor Workspace
Additional Context
This issue persists even after:
Clearing all Cursor caches
Removing workspace settings
Restarting the application
Creating new workspace configurations
Impact
This bug could lead to confusion and potential issues in rule management, as it becomes unclear which rules actually exist and which are just cached references.
The text was updated successfully, but these errors were encountered:
Bug Report: Non-existent Rule Files Can Still Be Referenced
Description
When attempting to reference a deleted rule file (
@004-rule-creation.mdc
), Cursor still recognizes and attempts to reference it, despite the file no longer existing in the filesystem. This suggests a caching issue where deleted files are still being tracked in Cursor's internal cache.Steps to Reproduce
004-rule-creation.mdc
)@004-rule-creation.mdc
Expected Behavior
Actual Behavior
@004-rule-creation.mdc
still works despite the file being deletedEnvironment
Additional Context
Impact
This bug could lead to confusion and potential issues in rule management, as it becomes unclear which rules actually exist and which are just cached references.
The text was updated successfully, but these errors were encountered: