diff options
| author | Craig Jennings <c@cjennings.net> | 2026-04-19 13:06:59 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-04-19 13:06:59 -0500 |
| commit | ad9ea80ffc77cda3b5c0456925f7b53477815aad (patch) | |
| tree | 7cd65ecf1ee5a66ecf51f98c712cfad637a8fbce /.claude/settings.json | |
| parent | 6d72c4eed04c7d28639ee31789e6201275e7d9b7 (diff) | |
| download | chime-ad9ea80ffc77cda3b5c0456925f7b53477815aad.tar.gz chime-ad9ea80ffc77cda3b5c0456925f7b53477815aad.zip | |
chore: sync bundle — add commits.md rule, attribution suppression
- New .claude/rules/commits.md: no AI attribution, conventional prefixes.
- settings.json: attribution.commit and attribution.pr empty strings.
- CLAUDE.md template refreshed to reference commits.md.
Diffstat (limited to '.claude/settings.json')
| -rw-r--r-- | .claude/settings.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.claude/settings.json b/.claude/settings.json index cca0eaa..9ab9f12 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -1,4 +1,8 @@ { + "attribution": { + "commit": "", + "pr": "" + }, "permissions": { "allow": [ "Bash(make)", |
