Setup Cursor Rules Configuration
Description: Create comprehensive Cursor rules to establish coding standards and context for the Resume Matcher project. This will enable better AI-assisted development by providing clear guidelines and project context. Acceptance Criteria:
- Create .cursorrules file in project root
- Define project overview and architecture
- Establish coding standards (Python/JavaScript style guides)
- Set up file structure conventions
- Include resume matching domain-specific context
- Define preferred libraries and frameworks
- Add unit tests
- Add examples of good code patterns for this project
Why this matters: Cursor rules will provide consistent context to AI coding assistants, ensuring code quality and maintaining project conventions across all development sessions.
I would include (unit)testing in there as well
Yes thanks @Moosdijk
The .cursorrules file will be deprecated soon. Should we create the .projectrules instead?
I mean this is just for our development and we can always make edits to the file name. @rupinder-bhatty
sure thanks, i added the added to my already open PR, kindly review