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: true
in their frontmatter should be followed for all code changes - Context-Specific Rules: Rules with
globs
patterns apply only when working with matching file types - General Rules: Rules without specific glob patterns apply based on their description and context