README.md
pyproject.toml
app/__init__.py
app/cli.py
app/config.py
app/database.py
app/main.py
app/data/generate_starter.py
app/data/starter_catalog.json
app/models/schemas.py
app/services/embeddings.py
app/services/orchestrator.py
app/services/seeder.py
app/services/taste_dossier.py
app/services/tmdb.py
app/static/css/cinematch.css
app/static/images/placeholder_poster.svg
app/templates/base.html
app/templates/chat.html
app/templates/deck.html
app/templates/for_you.html
app/templates/library.html
app/templates/search.html
app/templates/components/chat_message.html
app/templates/components/deck_card.html
app/templates/components/for_you_results.html
app/templates/components/search_results.html
cinematch.egg-info/PKG-INFO
cinematch.egg-info/SOURCES.txt
cinematch.egg-info/dependency_links.txt
cinematch.egg-info/entry_points.txt
cinematch.egg-info/requires.txt
cinematch.egg-info/top_level.txt
tests/test_adaptive_drift.py
tests/test_deck_refill.py
tests/test_flow.py
tests/test_for_you_cache.py
tests/test_pipeline_regressions.py
tests/test_search_perf.py
tests/test_why_reasons.py