From e138c4564985cc239967199dd63d3c804a2d1245 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 19 Apr 2026 13:06:59 -0500 Subject: chore: sync bundle — add commits.md rule, attribution suppression MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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. --- .claude/settings.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.claude/settings.json') 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)", -- cgit v1.2.3