Commit Conventions
Conventional Commits style. The full list of types and common scopes used across the project.
Commit Types
Section titled “Commit Types”- feat: New features, icons, components, user-facing additions
- fix: Bug fixes, build errors, broken functionality
- refactor: Code restructuring, modernization, architectural changes
- security: Security updates, vulnerability fixes
- deps: Package updates, dependency management
- chore: Maintenance, build improvements, tooling
- perf: Performance improvements, optimizations
Common Scopes
Section titled “Common Scopes”icons— Font Awesome related changesbuild— Webpack, Babel, build systemdeps— Package dependency updatesui— User interface componentscrm— CRM-specific functionalitywww— WWW site functionality
Format
Section titled “Format”<type>(<scope>): <description>
<body>
<footer>Examples
Section titled “Examples”feat(icons): add 13 missing Font Awesome 7 iconssecurity(deps): update deprecated Babel pluginsrefactor(quote-builder): modernize from FA6 CSS to FA7 HTMLfix(build): resolve webpack compilation errorsCoding conventions
Section titled “Coding conventions”Coding conventions live in the skills system, not here. See .agents/skills/ (also
linked from CLAUDE.md) for canonical guidance on Ruby/Rails patterns,
forms, view components, background jobs, etc.