diff options
| author | Craig Jennings <c@cjennings.net> | 2026-04-19 13:06:57 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-04-19 13:06:57 -0500 |
| commit | ff747056a05792d6212ff05a9f5343fd804cbff0 (patch) | |
| tree | e3cc76f7795c96ac34a590e95f24462eec83ae4f /.claude/settings.json | |
| parent | 403aba33301f65a45d9ffe0af84400c8888368b4 (diff) | |
| download | dotemacs-ff747056a05792d6212ff05a9f5343fd804cbff0.tar.gz dotemacs-ff747056a05792d6212ff05a9f5343fd804cbff0.zip | |
chore: sync bundle — add commits.md rule, attribution suppression
Picks up upstream bundle changes:
- New .claude/rules/commits.md: no AI attribution, conventional prefixes.
- settings.json: attribution.commit and attribution.pr empty strings
(suppresses Claude Code default attribution).
- CLAUDE.md: Git Workflow references commits.md instead of the
(gitignored) docs/protocols.org.
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 cca0eaa1b..9ab9f12be 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -1,4 +1,8 @@ { + "attribution": { + "commit": "", + "pr": "" + }, "permissions": { "allow": [ "Bash(make)", |
