.gitignore
Makefile
README.md
REFACTOR_PLAN.md
build_release.sh
pyproject.toml
uv.lock
.github/workflows/publish.yml
.github/workflows/test.yml
assets/tprslogo.webp
src/resolve/import_timeline.py
src/shared/__init__.py
src/shared/ffmpeg_utils.py
src/shared/paths.py
src/shared/proxy.py
src/shared/vlm_client.py
src/shared/prompts/beat_alignment.txt
src/shared/prompts/best_in_burst.txt
src/shared/prompts/burst_similarity.txt
src/shared/prompts/photo_analysis.txt
src/shared/prompts/subject_sharpness.txt
src/shared/prompts/video_describe.txt
src/shared/prompts/video_trim.txt
src/tprs/__init__.py
src/tprs/cli.py
src/tprs/tprs.py
src/tprs/ui.py
src/tvas/__init__.py
src/tvas/_version.py
src/tvas/analysis.py
src/tvas/beats.py
src/tvas/ingestion.py
src/tvas/main.py
src/tvas/transcribe.py
src/tvas/trim.py
src/tvas/ui.py
src/tvas/vad.py
src/tvas/watcher.py
src/tvas.egg-info/PKG-INFO
src/tvas.egg-info/SOURCES.txt
src/tvas.egg-info/dependency_links.txt
src/tvas.egg-info/entry_points.txt
src/tvas.egg-info/requires.txt
src/tvas.egg-info/top_level.txt
tests/__init__.py
tests/test_analysis.py
tests/test_beats.py
tests/test_cli_args.py
tests/test_csv_export.py
tests/test_ingestion.py
tests/test_magic_file.py
tests/test_proxy.py
tests/test_tprs.py
tests/test_trim.py