署名みたいな記述とは、
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
や
Generated with [Claude Code](https://claude.com/claude-code)
みたいなやつのこと。
調べてみたところ、 https://code.claude.com/docs/en/settings#attribution-settings によると ~/.claude/settings.json に次のように書けば良いらしい。
{ "attribution": { "commit": "", "pr": "" } }
includeCoAuthoredBy は非推奨になっていた。