You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CLAUDE.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,3 +28,4 @@ Before scanning the codebase, read the architecture map and KB index:
28
28
-**`def` vs `defn`** — several key helpers are `def`s (partials/data), not `defn`s. Won't appear in `defn` greps
29
29
-**Shared helper deps dictate placement** — if a shared helper calls X, X must stay shared too, even if X looks domain-specific
30
30
-**`.clj-kondo` is in `.gitignore`** — use `git add -f` to stage kondo config
31
+
-**`::` keywords and data extraction** — `_data.cljc` siblings use `:as-alias` to produce the parent namespace's qualified keywords without circular deps (see `magic_items_data.cljc`)
0 commit comments