diff --git a/.gitignore b/.gitignore index a380d17..b57e642 100644 --- a/.gitignore +++ b/.gitignore @@ -33,4 +33,4 @@ test-output.log CLAUDE.local.md -.claude/settings.local.json +.claude/ diff --git a/.claude/CLAUDE.md b/CLAUDE.md similarity index 98% rename from .claude/CLAUDE.md rename to CLAUDE.md index 7d4cfa6..cdcbedb 100644 --- a/.claude/CLAUDE.md +++ b/CLAUDE.md @@ -28,6 +28,9 @@ Guidance for Claude Code when working with the dtvem codebase. 9. **Working an issue** - When working an issue, always create a new branch from an updated main branch 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` 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. +12. **No co-authors** - Do not add any co-author information on commits or pull requests +13. **No "generated by" statements** - Do not add generated-by statements on pull requests + --- ## Quick Reference