aboutsummaryrefslogtreecommitdiff
path: root/.claude/rules
Commit message (Collapse)AuthorAgeFilesLines
* chore(claude): sync validate-el.sh JSON channel + pairwise rule from rulesetsCraig Jennings40 hours1-0/+20
|
* chore: sync testing rules — pyramid, overmocking, ↵Craig Jennings44 hours2-0/+130
| | | | refactor-for-testability, interactive/internal split
* chore: sync elisp-testing.md (testutil pattern generalized)Craig Jennings44 hours1-3/+3
|
* chore: sync bundle — add commits.md rule, attribution suppressionCraig Jennings44 hours1-0/+66
| | | | | | - 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.
* chore: add Claude Code ruleset via ~/code/rulesets install-elispCraig Jennings45 hours4-0/+351
Installs the Elisp ruleset from the rulesets repo: - CLAUDE.md (project instructions template) - .claude/rules/ (testing, verification, elisp, elisp-testing) - .claude/hooks/validate-el.sh (check-parens + byte-compile + run matching tests on every .el edit via PostToolUse) - .claude/settings.json (permission allowlist + hook wiring) - githooks/pre-commit (secret scan + staged-file paren check) core.hooksPath set to githooks/ so the pre-commit activates automatically. Hooks use \$CLAUDE_PROJECT_DIR with a script-relative fallback, so a fresh clone works without path edits. .gitignore extended with personal-override entries (settings.local.json, .cache/) and byte-compile artifacts (*.elc, *.eln).