diff --git a/conf/template_claude_commands_commit.md b/conf/template_claude_commands_commit.md index 9ac2030..2dbf0e6 100644 --- a/conf/template_claude_commands_commit.md +++ b/conf/template_claude_commands_commit.md @@ -57,7 +57,7 @@ Then create an OCA/Odoo-compliant commit. Explain WHY the change was made (not what — the diff already shows that). Keep lines under 80 characters. -Generated by Claude Code {VERSION} model {MODEL} +Generated by Claude Code {VERSION} {MODEL} Co-Authored-By: Your Name ``` @@ -74,7 +74,7 @@ git add -A && git commit --author="Your Name " -m "[TAG] module: Explain WHY here. -Generated by Claude Code {VERSION} model {MODEL} +Generated by Claude Code {VERSION} {MODEL} Co-Authored-By: Your Name " ```