Cursor Rules files for multi-project workspace

Hey, currently, codebase indexing doesn’t work fully for workspaces where the files are not within the same base folder!

We’re hoping to have better support for this soon, but for now, you may notice some decreased performance in workspaces like you hope to use.

Regarding project rules, the AI agent evaluates each rule and decides which ones to use. The globs are the most precise way to define this, but your description for each should be a statement the AI can use to decide if the rule is needed, such as:

“Always use this rule”
“Use this rule when creating frontend React files”
" Use this rule when planning a new feature"

With a bit of experimentation, you’ll find what works best for you!