Commit Graph

13 Commits

Author SHA1 Message Date
9d1fd59644 update API 2026-02-03 13:01:03 -05:00
8f970ed5b4 fix layout issue 2026-02-03 12:51:04 -05:00
0702d27166 refactor 2026-02-03 12:22:19 -05:00
2c103f7f96 clean up tests 2026-01-22 22:28:38 -05:00
52a1054757 Sort branches by commit date like lazygit
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>
2026-01-22 19:14:22 -05:00
7c2e9b9abf update tests 2026-01-22 18:53:42 -05:00
2f27c1791b Remove generated e2e test outputs and update gitignore
- 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>
2026-01-22 16:44:23 -05:00
f0c65dedf5 Fix e2e tests and clean up debug artifacts
- 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>
2026-01-22 12:20:26 -05:00
a1334709df update namespaces 2026-01-22 11:58:30 -05:00
0d4643b57a update namespaces 2026-01-22 11:56:08 -05:00
2657545018 Add VHS e2e tests and output recordings
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>
2026-01-22 11:01:11 -05:00
99a3970f17 Add README with panel screenshots
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>
2026-01-21 20:48:25 -05:00
f70af9b185 init 2026-01-21 17:49:39 -05:00