aboutsummaryrefslogtreecommitdiff
path: root/CLAUDE.md
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-04-19 13:06:57 -0500
committerCraig Jennings <c@cjennings.net>2026-04-19 13:06:57 -0500
commitff747056a05792d6212ff05a9f5343fd804cbff0 (patch)
treee3cc76f7795c96ac34a590e95f24462eec83ae4f /CLAUDE.md
parent403aba33301f65a45d9ffe0af84400c8888368b4 (diff)
downloaddotemacs-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.md')
-rw-r--r--CLAUDE.md2
1 files changed, 1 insertions, 1 deletions
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