I'm using npm workspaces in a monorepo managed by turborepo. It would be nice if the CLI was able to scan all nested package.json files, and figure out the rules to be put at the root of the repo.
Right now I have to cd into each app or package, run the script, and if it finds rules (they will be placed in the wrong place), copy them down to the root .cursor folder.
Just a nice to have!
I'm using npm workspaces in a monorepo managed by turborepo. It would be nice if the CLI was able to scan all nested package.json files, and figure out the rules to be put at the root of the repo.
Right now I have to cd into each app or package, run the script, and if it finds rules (they will be placed in the wrong place), copy them down to the root .cursor folder.
Just a nice to have!