Commit Graph

5 Commits

Author SHA1 Message Date
768b8e8d29 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>
2026-02-03 23:09:57 -05:00
ed6039ce80 Fix CI: install clojure-lsp to /usr/local/bin
SCIP Index / index (push) Successful in 1m27s
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 17:46:21 -05:00
cb4c112205 Fix CI: compile Java protobuf classes before running
SCIP Index / index (push) Failing after 26s
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 17:44:50 -05:00
895442da85 Fix CI: install Clojure manually instead of using GitHub action
SCIP Index / index (push) Failing after 39s
The DeLaGuardo/setup-clojure action requires GitHub credentials
which aren't available in Gitea Actions.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 17:43:05 -05:00
685d1eaa93 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>
2026-02-03 17:41:14 -05:00