Are there any references / best practices to get the most out of this new feature?
.cursorrules: You can write down repo-level rules for the AI by creating a .cursorrules file in the root of your repository. You might use this to give for context on what you’re building, style guidelines, or info on commonly-used methods.
My use case is that I want to tell AI that when it writes code related to UI / widgets, it should use custom widgets present at a shared_ui folder, and styles presents in a styles.dart file