Hey Cursor Team!
I love that I am able to provide Markdown documentation in the rules directory that will then be considered by the chat and edit functionality.
We are using that to teach the LLM about usage pattern in our application code, like how to open popovers, how to enforce permissions, how to translate strings, etc. and it works reasonably well bringing the generated code a lot closer to working out-of-the-box.
However, most of the time, we use the Cursor Tab, while it’s rather rare to interact with the code via Cmd-K or the chat. Since Cursor Tab doesn’t consider rules, we are missing out the same quality of generated code.
It would be great to get at least some kind of rules support in Cursor Tab. I think it could potentially be a lot more selective about the rules it chooses. I would also be okay with providing very compact dedicated docs for Cursor Tab.
For us, Cursor Tab is the most used feature and I think we would greatly benefit from it considering more of the general patterns in our codebase.
Thanks for your great product!