LICENSE
README.md
pyproject.toml
src/jung/__init__.py
src/jung/__main__.py
src/jung/_daemonize.py
src/jung/blame.py
src/jung/config.py
src/jung/cost.py
src/jung/daemon.py
src/jung/exceptions.py
src/jung/export.py
src/jung/git_hooks.py
src/jung/git_integration.py
src/jung/idgen.py
src/jung/log_setup.py
src/jung/main.py
src/jung/models.py
src/jung/report.py
src/jung/snapshot.py
src/jung/watcher.py
src/jung.egg-info/PKG-INFO
src/jung.egg-info/SOURCES.txt
src/jung.egg-info/dependency_links.txt
src/jung.egg-info/entry_points.txt
src/jung.egg-info/requires.txt
src/jung.egg-info/top_level.txt
src/jung/adapter/__init__.py
src/jung/adapter/antigravity.py
src/jung/adapter/cursor_adapter.py
src/jung/adapter/loader.py
src/jung/adapter/plugin.py
src/jung/adapter/protocol.py
src/jung/cli/__init__.py
src/jung/cli/adapter_cmd.py
src/jung/cli/blame_cmd.py
src/jung/cli/branch_cmd.py
src/jung/cli/commit_cmd.py
src/jung/cli/config_cmd.py
src/jung/cli/cost_cmd.py
src/jung/cli/dashboard_cmd.py
src/jung/cli/diff_cmd.py
src/jung/cli/export_cmd.py
src/jung/cli/format.py
src/jung/cli/gc_cmd.py
src/jung/cli/git_cmd.py
src/jung/cli/init_cmd.py
src/jung/cli/interactive.py
src/jung/cli/interactive_cmd.py
src/jung/cli/log_cmd.py
src/jung/cli/merge_cmd.py
src/jung/cli/remote_cmd.py
src/jung/cli/report_cmd.py
src/jung/cli/revert_cmd.py
src/jung/cli/search_cmd.py
src/jung/cli/show_cmd.py
src/jung/cli/status_cmd.py
src/jung/cli/testdata_cmd.py
src/jung/cli/timeline_cmd.py
src/jung/cli/watch_cmd.py
src/jung/correlation/__init__.py
src/jung/correlation/engine.py
src/jung/remote/__init__.py
src/jung/remote/client.py
src/jung/remote/server.py
src/jung/remote/sync.py
src/jung/store/__init__.py
src/jung/store/blob.py
src/jung/store/database.py
src/jung/store/migrations.py
src/jung/testdata/generator.py
src/jung/web/__init__.py
src/jung/web/app.py
src/jung/web/templates/base.html
src/jung/web/templates/blame.html
src/jung/web/templates/branches.html
src/jung/web/templates/commit.html
src/jung/web/templates/commit_detail.html
src/jung/web/templates/commits.html
src/jung/web/templates/cost.html
src/jung/web/templates/index.html
src/jung/web/templates/search.html
src/jung/web/templates/session.html
src/jung/web/templates/sessions.html
src/jung/web/templates/timeline.html
src/jung/web/templates/turn.html
tests/test_adapter_antigravity.py
tests/test_adapter_plugin.py
tests/test_benchmark.py
tests/test_blame.py
tests/test_blob.py
tests/test_cli.py
tests/test_config.py
tests/test_correlation.py
tests/test_cost.py
tests/test_cursor_adapter.py
tests/test_daemon.py
tests/test_database.py
tests/test_git_integration.py
tests/test_idgen.py
tests/test_integration.py
tests/test_interactive.py
tests/test_models.py
tests/test_remote.py
tests/test_report.py
tests/test_search_config.py
tests/test_snapshot.py
tests/test_testdata.py
tests/test_watcher.py
tests/test_web.py