~/.claude/settings.json에 attribution 내 항목을 비워두면 커밋/PR 시 co-authored-by가 자동으로 추가되지 않음

{
  "attribution": {
    "commit": "",
    "pr": ""
  }
}