SCIP Index / index (push) Successful in 1m35s
- Add --package-map CLI option to specify namespace-to-package mappings - Update symbol format to include package coordinates for cross-repo nav - Skip external_symbols for packages that will be indexed separately - This enables Sourcegraph to resolve cross-repo references and show documentation from the external package's index Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
5 lines
163 B
Clojure
5 lines
163 B
Clojure
;; Package map for cross-repository SCIP navigation
|
|
;; Maps namespace prefixes to package@version coordinates
|
|
|
|
{"scip-clojure" "io.github.ajet/scip-clojure@main"}
|