Clarify commit msg footer change when patch is human

claudy_writes_ruff_conf
Gud Boi 2026-03-04 14:11:04 -05:00
parent 55ad3ee573
commit 0a36b63a9f
1 changed files with 8 additions and 3 deletions

View File

@ -174,11 +174,16 @@ Common in piker commits (33.0% use colons):
- `.accounting: description` - `.accounting: description`
### Claude-code Footer ### Claude-code Footer
When commits assisted by claude-code, include: When written patch was assisted by claude-code, include:
``` ```
(this patch was generated in some part by (this patch was generated in some part by [`claude-code`][claude-code-gh])
[`claude-code`][claude-code-gh]) [claude-code-gh]: https://github.com/anthropics/claude-code
```
when only the commit msg was written by claude-code, use:
```
(this commit msg was generated in some part by [`claude-code`][claude-code-gh])
[claude-code-gh]: https://github.com/anthropics/claude-code [claude-code-gh]: https://github.com/anthropics/claude-code
``` ```