- 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>
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>
- 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>