The Conventional Commits Standard
Format every commit message as `<type>[optional scope]: <description>`: - `feat(auth): add OAuth2 refresh token rotation` - `fix(checkout): resolve race condition in inventory decrement` - `perf(db): add compound index on user_id and created_at` - `docs(readme): add docker compose local development guide` - `test(api): add integration tests for payment webhook`