diff options
| author | Craig Jennings <c@cjennings.net> | 2026-04-19 13:06:59 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-04-19 13:06:59 -0500 |
| commit | e138c4564985cc239967199dd63d3c804a2d1245 (patch) | |
| tree | b2747f5337abf50ac6492be9d03411d2dd0f5a16 /CLAUDE.md | |
| parent | 129b13f85ede90b50ac9e2131bddf30659fa57a9 (diff) | |
| download | chime-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.md | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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 |
