From 1310f6f3949f594b46f2e3abb3e32e6f3b4988e2 Mon Sep 17 00:00:00 2001 From: cschantz Date: Mon, 10 Nov 2025 22:25:37 -0500 Subject: [PATCH] Update git commit format - remove Claude signatures IMPORTANT: All future commits should NOT include: - Claude Code attribution - Co-Authored-By: Claude - Any AI-related signatures Commits should be clean and professional without AI attribution. --- REFDB_FORMAT.txt | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/REFDB_FORMAT.txt b/REFDB_FORMAT.txt index b105e53..d030470 100644 --- a/REFDB_FORMAT.txt +++ b/REFDB_FORMAT.txt @@ -396,23 +396,21 @@ commit: c559bfe check_status: git status add_all: git add -A commit_format: | - git commit -m "$(cat <<'EOF' - Brief summary (50 chars max) - + git commit -m "Brief summary (50 chars max) + Changes: - Change 1 - Change 2 - + Tested: ✓ Test 1 - ✓ Test 2 - - 🤖 Generated with Claude Code - https://claude.com/claude-code - - Co-Authored-By: Claude - EOF - )" + ✓ Test 2" + +IMPORTANT: NEVER add Claude/AI signatures to commits + - NO "Generated with Claude Code" + - NO "Co-Authored-By: Claude" + - NO AI attribution of any kind + - Keep commits clean and professional push: git push origin main