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