aboutsummaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'README.org')
-rw-r--r--README.org7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.org b/README.org
index f445c26..f8e5d8f 100644
--- a/README.org
+++ b/README.org
@@ -39,7 +39,12 @@ make list-languages # show available bundles
#+end_src
What gets installed:
-- =.claude/rules/*.md= — project-scoped rules (language-specific + verification)
+- =.claude/rules/*.md= — the language's own rules only. The generic rules in
+ =claude-rules/= are *not* copied per project: =make install= links them once
+ into =~/.claude/rules/=, where they load in every session on the machine.
+ Copying them here too loaded them twice, and project rules outrank user-level
+ ones, so a stale project copy silently overrode the fresh global rule.
+ =sync-language-bundle.sh= sweeps copies left by earlier installs.
- =.claude/hooks/= — PostToolUse validation scripts
- =.claude/settings.json= — permission allowlist + hook wiring
- =githooks/= — git hooks (activated via =core.hooksPath=)