aboutsummaryrefslogtreecommitdiff
path: root/CLAUDE.md
diff options
context:
space:
mode:
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