From 4a25e5742b9ee5bea5f47dc7bb67dc594bc44ea9 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Sat, 7 Mar 2026 18:55:05 +0000 Subject: [PATCH] Try and get Claude to skip the Co-Authored-By mention --- docs/project-conventions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/project-conventions.md b/docs/project-conventions.md index a9993a07..cac593ae 100644 --- a/docs/project-conventions.md +++ b/docs/project-conventions.md @@ -7,7 +7,7 @@ Rules extracted from commit history that are specific to this project and not al - Imperative present tense, single-line, under 60 characters - Describe intent/behavior, not implementation details - Reverts use `Revert "Original message"` convention -- NEVER ADD a co-authored by reference in the message body +- NEVER ADD a "Co-Authored-By" reference in the message body - If you're working on a GitHub issue, make sure to include the issue ID in the commit message body. Specifies if the commit closes the issue. ## Architecture