aboutsummaryrefslogtreecommitdiff
path: root/.claude/rules/commits.md
Commit message (Collapse)AuthorAgeFilesLines
* chore: symlink claude rules to rulesets canonicalCraig Jennings2026-05-071-66/+1
| | | | | | The .claude/rules/ files (commits.md, testing.md, verification.md) were local copies that drifted from the canonical at ~/code/rulesets. I replaced them with absolute symlinks pointing at the canonical files. This repo now picks up rule updates automatically. The symlinks are absolute. Cloning this repo on a new machine needs ~/code/rulesets at the same path. Otherwise the symlinks dangle.
* chore: sync bundle — add commits.md rule, attribution suppressionCraig Jennings2026-04-191-0/+66
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.