Skip to content

Commit b79f6ce

Browse files
r1tsuuclaude
andcommitted
docs: add Claude Code co-author trailer rule
Document that commits created through Claude Code should include `Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>`, mirroring the existing Codex trailer convention in both README and SKILL.md. Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 28f03ab commit b79f6ce

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.agents/skills/craftvale/SKILL.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ task touches a feature area with an existing implementation plan.
7777
commit should include a body describing what changed.
7878
- Commits created through Codex should include the trailer
7979
`Co-authored-by: Codex <codex@openai.com>`.
80+
- Commits created through Claude Code should include the trailer
81+
`Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>`.
8082
- Prefer updating `plans/000N-*.md` when a feature meaningfully changes scope or
8183
architecture.
8284

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ Content authoring and generation now live in [`architecture.md`](./architecture.
145145
- Keep the subject short and action-oriented, for example `feat: add player-name profiles`.
146146
- Every commit should include a body that explains what changed and why.
147147
- Commits created through Codex should include `Co-authored-by: Codex <codex@openai.com>`.
148+
- Commits created through Claude Code should include `Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>`.
148149

149150
## Editor Setup
150151

0 commit comments

Comments
 (0)