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 | e138c4564985cc239967199dd63d3c804a2d1245 (patch) | |
| tree | b2747f5337abf50ac6492be9d03411d2dd0f5a16 /.claude/settings.json | |
| parent | 129b13f85ede90b50ac9e2131bddf30659fa57a9 (diff) | |
| download | chime-e138c4564985cc239967199dd63d3c804a2d1245.tar.gz chime-e138c4564985cc239967199dd63d3c804a2d1245.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)", |
