aboutsummaryrefslogtreecommitdiff
path: root/CLAUDE.md
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-04-19 13:06:59 -0500
committerCraig Jennings <c@cjennings.net>2026-04-19 13:06:59 -0500
commite138c4564985cc239967199dd63d3c804a2d1245 (patch)
treeb2747f5337abf50ac6492be9d03411d2dd0f5a16 /CLAUDE.md
parent129b13f85ede90b50ac9e2131bddf30659fa57a9 (diff)
downloadchime-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.md')
-rw-r--r--CLAUDE.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/CLAUDE.md b/CLAUDE.md
index 9b95e4f..2562695 100644
--- a/CLAUDE.md
+++ b/CLAUDE.md
@@ -35,9 +35,11 @@ See rule files in `.claude/rules/`:
## Git Workflow
-- Conventional commit prefixes: `feat:`, `fix:`, `refactor:`, `test:`, `docs:`, `chore:`
-- Pre-commit hook in `githooks/` scans for secrets and runs `check-parens` on staged `.el` files
-- Activate on fresh clone: `git config core.hooksPath githooks`
+Commit conventions: see `.claude/rules/commits.md` (author identity,
+no AI attribution, message format).
+
+Pre-commit hook in `githooks/` scans for secrets and runs `check-parens` on
+staged `.el` files. Activate on fresh clone with `git config core.hooksPath githooks`.
## Problem-Solving Approach