diff options
| author | Craig Jennings <c@cjennings.net> | 2026-04-19 13:06:57 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-04-19 13:06:57 -0500 |
| commit | ff747056a05792d6212ff05a9f5343fd804cbff0 (patch) | |
| tree | e3cc76f7795c96ac34a590e95f24462eec83ae4f /CLAUDE.md | |
| parent | 403aba33301f65a45d9ffe0af84400c8888368b4 (diff) | |
| download | dotemacs-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
