Add Clojure extraction support#816
Conversation
3330559 to
faed100
Compare
|
Solid Clojure extractor — the namespace/defs/require/call extraction is well-structured and the quoted-form skipping is a nice touch. Two things to resolve before we merge: 1. Merge conflict 2. Missing test helper (verify or add) Minor Once rebased and the test helper is confirmed, we'll merge. Thanks! |
faed100 to
4bbab8a
Compare
|
Hi @safishamsi when you say "current |
Add tree-sitter backed .clj extraction for namespaces, requires/imports, common definitions, protocol methods, and same-file calls. Wire .clj through detection, collection, watch, hooks, docs, and skill metadata. Co-authored-by: Codex <noreply@openai.com>
4bbab8a to
5ffc73a
Compare
|
Confirming that the full run passes |
5ffc73a to
13c6df5
Compare
Keep Clojure extractor IDs and same-file call lookup case-sensitive, and avoid deduplicating same-file code labels that only differ by case. Co-authored-by: Codex <noreply@openai.com>
13c6df5 to
e92ba1f
Compare
|
Fixed the lower-case issue as suggested. |
|
Would love to have this feature added! |
|
Would also love to have this feature added! |
Summary
Adds tree-sitter backed Clojure .clj extraction to Graphify.
Validation