Skip to content

Commit 3756689

Browse files
jgelukclaude
andcommitted
docs(dev): fix Angular commit types in CLAUDE.md
Remove chore from allowed types as it's not part of Angular convention. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent c0f7eb3 commit 3756689

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CLAUDE.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,11 @@ Navigation structure is defined by `.pages.yaml` files
7878
- **NEVER use `git merge`** - always use `git rebase` for linear history
7979
- Commit only when explicitly requested
8080
- Use Angular Conventional Commits: `<type>(<scope>): <subject>`
81-
- Types: feat, fix, docs, refactor, test, style, perf, build,
82-
ci, chore, revert
81+
- Types: `build`, `ci`, `docs`, `feat`, `fix`, `perf`, `refactor`,
82+
`revert`, `style`, `test`
83+
- Scope is required (e.g., `feat(parser):`, `fix(ui):`)
8384
- All lowercase, imperative mood, no period at end
85+
- Note: `chore` is NOT allowed in Angular convention
8486

8587
### Multi-line commit messages
8688

0 commit comments

Comments
 (0)