Improve local definition docs + add CI workflow
SCIP Index / index (push) Failing after 11s

- Add signature and arglists to local var documentation
- Resolve arglists at runtime since clojure-lsp doesn't provide them
- Add GitHub Actions workflow for SCIP indexing on push

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-02-03 17:41:14 -05:00
parent c434adda76
commit 685d1eaa93
3 changed files with 85 additions and 14 deletions
+5 -1
View File
@@ -4,7 +4,11 @@
org.clojure/tools.cli {:mvn/version "1.1.230"}}
:aliases
{:build {:extra-deps {io.github.clojure/tools.build {:mvn/version "0.10.5"}}
{:nrepl {:extra-deps {nrepl/nrepl {:mvn/version "1.3.0"}
cider/cider-nrepl {:mvn/version "0.50.2"}}
:main-opts ["-m" "nrepl.cmdline" "--middleware" "[cider.nrepl/cider-middleware]"]}
:build {:extra-deps {io.github.clojure/tools.build {:mvn/version "0.10.5"}}
:ns-default build}
:run {:main-opts ["-m" "scip-clojure.core"]}