aboutsummaryrefslogtreecommitdiff
path: root/languages
diff options
context:
space:
mode:
Diffstat (limited to 'languages')
-rw-r--r--languages/elisp/CLAUDE.md8
-rw-r--r--languages/elisp/claude/settings.json4
2 files changed, 9 insertions, 3 deletions
diff --git a/languages/elisp/CLAUDE.md b/languages/elisp/CLAUDE.md
index 9b95e4f..2562695 100644
--- a/languages/elisp/CLAUDE.md
+++ b/languages/elisp/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
diff --git a/languages/elisp/claude/settings.json b/languages/elisp/claude/settings.json
index cca0eaa..9ab9f12 100644
--- a/languages/elisp/claude/settings.json
+++ b/languages/elisp/claude/settings.json
@@ -1,4 +1,8 @@
{
+ "attribution": {
+ "commit": "",
+ "pr": ""
+ },
"permissions": {
"allow": [
"Bash(make)",