From dd209b49b97f8473f9f7d4af3ac8e7e5e05745ce Mon Sep 17 00:00:00 2001 From: "Calvin A. Allen" Date: Sat, 3 Jan 2026 12:26:21 -0500 Subject: [PATCH] chore(docs): move CLAUDE.md to root, add missing rules --- .gitignore | 2 +- .claude/CLAUDE.md => CLAUDE.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) rename .claude/CLAUDE.md => CLAUDE.md (98%) 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