From 72594eb3a2e0ce92e1723d18494a57403e1d13fc Mon Sep 17 00:00:00 2001 From: Rahim Date: Mon, 19 Jan 2026 20:14:02 +1100 Subject: [PATCH] docs(claude): add no co-author trailer rule --- .claude/skills/git/references/commit.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.claude/skills/git/references/commit.md b/.claude/skills/git/references/commit.md index b8269974..2efa2b86 100644 --- a/.claude/skills/git/references/commit.md +++ b/.claude/skills/git/references/commit.md @@ -53,6 +53,10 @@ test(html): add slider interaction tests Commits starting with `wip` (case-insensitive) bypass commitlint validation. Use sparingly for work-in-progress that will be squashed. +## No Co-Author Trailers + +Do NOT add `Co-Authored-By` trailers to commit messages. The commit author is sufficient attribution. + ## Authoritative Source See `commitlint.config.js` for the enforced scope list.