We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38bd742 commit 8dbbc54Copy full SHA for 8dbbc54
CLAUDE.md
@@ -149,5 +149,8 @@ log.fatal('fatal message')
149
## Git Guidelines
150
151
- Use conventional commit messages per [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/)
152
+- `feat:` is ONLY for end-user features (e.g., `feat: add code completion`)
153
+ - CI/internal features use `chore(ci):` (e.g., `chore(ci): enable debug logs`)
154
+ - Build/tooling features use `chore(build):`, `chore(test):`, etc.
155
- Never append "generated by AI" message
156
- Split unrelated changes into separate commits
0 commit comments