Is it possible to add a toggle for user rules, or to share rules across multiple projects?

Sometimes, I need to apply the same rules to multiple projects. Currently, apart from copying and pasting dependencies, the only option is to set global user rules. Although multiple user rules can now be configured, there’s no way to toggle them on or off—they can only be deleted. This makes it no different from using just a single user rule. I hope this can be improved.

Hi,
there are global rules, and there are project rules.

Older description, but might guide you.

There is of course another trick,
You place some global rule files in a common place i.e. docs folder, wherever, and symlink those you want into the rules folder of your specific project.

This way will save you time and you can share rules between cursor and vscode and whatever else.

You can get cursor to create a script which does that for you and also makes sure they get included in .gitignore if they already are not included by some grep stuff.