{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "cursor-rule-commits-convention",
  "title": "Cursor Rule: Commits Convention",
  "description": "Cursor rule file for commit conventions.",
  "dependencies": [],
  "registryDependencies": [],
  "files": [
    {
      "path": "registry/optics/cursor/rules/commits-convention.mdc",
      "content": "---\ndescription: Rules for Commit Convention\nglobs: *\nalwaysApply: false\n---\n# Commit Convention\n\nUse conventional commits.\n- `feat:` New feature.\n- `fix:` Bug fix.\n- `docs:` Documentation changes.\n- `style:` Code style changes (formatting, etc).\n- `refactor:` Code refactoring.\n- `test:` Adding tests.\n- `chore:` Maintenance Tasks.",
      "type": "registry:file",
      "target": "~/.cursor/rules/commits-convention.mdc"
    }
  ],
  "type": "registry:file"
}