Add package-map support for cross-repo SCIP navigation
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>
This commit is contained in:
2026-02-03 23:09:57 -05:00
parent 5ed5e61ab3
commit 768b8e8d29
3 changed files with 170 additions and 38 deletions
+4
View File
@@ -0,0 +1,4 @@
;; Package map for cross-repository SCIP navigation
;; Maps namespace prefixes to package@version coordinates
{"scip-clojure" "io.github.ajet/scip-clojure@main"}