This project uses Cursor rules for consistent code quality and documentation standards. When working on this codebase, review and apply the relevant rules from .cursor/rules/:
- Always Apply Rules: Rules with alwaysApply: truein their frontmatter should be followed for all code changes
- Context-Specific Rules: Rules with globspatterns apply only when working with matching file types
- General Rules: Rules without specific glob patterns apply based on their description and context
Check the .cursor/rules/ directory for current rules. Each rule file contains:
- YAML frontmatter with description,globs, andalwaysApplyfields
- Detailed requirements and examples
- Critical rules that must be followed
Before making changes, scan the rules directory to understand which rules apply to your current work.