---
description: Rules for Commit Convention
globs: *
alwaysApply: false
---
# Commit Convention
Use conventional commits.
- `feat:` New feature.
- `fix:` Bug fix.
- `docs:` Documentation changes.
- `style:` Code style changes (formatting, etc).
- `refactor:` Code refactoring.
- `test:` Adding tests.
- `chore:` Maintenance Tasks.npx shadcn@latest add @optics/cursor-rule-commits-conventionUsage varies by registry entry. Refer to the registry docs or source files below for details.