From ff747056a05792d6212ff05a9f5343fd804cbff0 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 19 Apr 2026 13:06:57 -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 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. --- CLAUDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CLAUDE.md') diff --git a/CLAUDE.md b/CLAUDE.md index d9edf168..e987f59a 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -39,7 +39,7 @@ See rule files in `.claude/rules/`: - Single-user repo, commits go to `main` - Conventional prefixes: `feat:`, `fix:`, `refactor:`, `test:`, `docs:`, `chore:` -- Commits are authored as Craig — never add Claude/Anthropic attribution (see `docs/protocols.org`) +- Commit conventions and attribution rules: see `.claude/rules/commits.md` - Pre-commit hook scans for secrets and runs `make validate-parens` ## Problem-Solving Approach -- cgit v1.2.3