Skip to content

Commit ddd578c

Browse files
authored
chore(docs): move CLAUDE.md to root, add missing rules (#179)
1 parent 28c3735 commit ddd578c

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ test-output.log
3333

3434
CLAUDE.local.md
3535

36-
.claude/settings.local.json
36+
.claude/

.claude/CLAUDE.md renamed to CLAUDE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ Guidance for Claude Code when working with the dtvem codebase.
2828
9. **Working an issue** - When working an issue, always create a new branch from an updated main branch
2929
10. **Branch Names** - Always use the conventional commit `type` from the issue title as the first prefix, and the `scope` as the second, then a very short description, example `feat/ci/integration-tests`
3030
11. **Check branch status before pushing** - ALWAYS verify the remote tracking branch still exists before pushing. If a PR was merged/deleted, create a new branch from main instead of trying to push to the old one.
31+
12. **No co-authors** - Do not add any co-author information on commits or pull requests
32+
13. **No "generated by" statements** - Do not add generated-by statements on pull requests
33+
3134
---
3235

3336
## Quick Reference

0 commit comments

Comments
 (0)