From 1a6968c8fdc0effdd0bb0d896080ba69a78f6d3f Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 21 Jul 2026 05:16:37 +0000 Subject: [PATCH] Add CLAUDE.md with git conventions for AI-assisted commits --- CLAUDE.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 CLAUDE.md diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 000000000..cde3904c5 --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1,6 @@ +# Repository guidance for Claude + +## Git conventions + +- Do not add `Co-Authored-By` or other AI attribution trailers to commit messages. +- Do not use `claude/` (or otherwise Claude-named) branch names; use conventional prefixes like `feat/`, `fix/`, `chore/`.