- Add package-map.edn mapping namespaces to their packages
- Update CI workflow to pass package-map when generating SCIP index
- Enables cross-repo navigation to clojure-tui in Sourcegraph
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Use git for-each-ref with --sort=-committerdate to order branches by
last commit date (newest first), matching lazygit's default behavior.
Added e2e test with controlled commit dates to verify ordering.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Ignore entire test/e2e/output/ directory for generated artifacts
- Update screenshots with latest panel renders
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Remove nested test/e2e/test/ directory (bad debug data)
- Fix run-all.sh to run VHS from repo root, preventing nested output
- Fix cursor-navigation.tape to use setup script instead of inline shell
- Add setup-cursor-test.sh for cursor navigation tests
- Regenerate all test outputs without FileNotFoundException errors
- Add debug tape/output files to .gitignore
- Remove debug.tape from test suite (for local debugging only)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Includes test tapes for navigation, branch operations, stash operations,
help panel, commits, and cursor navigation. Resolved stash conflicts by
keeping simpler test versions.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Include screenshots showing files, branches, commits, stash panels
and help menu. Update gitignore to allow screenshots/ directory.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>