LICENSE
README.md
pyproject.toml
src/paper_firehose/__init__.py
src/paper_firehose/cli.py
src/paper_firehose.egg-info/PKG-INFO
src/paper_firehose.egg-info/SOURCES.txt
src/paper_firehose.egg-info/dependency_links.txt
src/paper_firehose.egg-info/entry_points.txt
src/paper_firehose.egg-info/requires.txt
src/paper_firehose.egg-info/top_level.txt
src/paper_firehose/commands/__init__.py
src/paper_firehose/commands/abstracts.py
src/paper_firehose/commands/config_cmd.py
src/paper_firehose/commands/email_list.py
src/paper_firehose/commands/export_recent.py
src/paper_firehose/commands/filter.py
src/paper_firehose/commands/generate_html.py
src/paper_firehose/commands/migrate_db.py
src/paper_firehose/commands/pqa_summary.py
src/paper_firehose/commands/query.py
src/paper_firehose/commands/rank.py
src/paper_firehose/commands/status.py
src/paper_firehose/commands/topic_cmd.py
src/paper_firehose/core/__init__.py
src/paper_firehose/core/abstract_source.py
src/paper_firehose/core/command_context.py
src/paper_firehose/core/command_utils.py
src/paper_firehose/core/config.py
src/paper_firehose/core/database.py
src/paper_firehose/core/doi_utils.py
src/paper_firehose/core/exit_codes.py
src/paper_firehose/core/http_client.py
src/paper_firehose/core/model_manager.py
src/paper_firehose/core/paths.py
src/paper_firehose/core/text_utils.py
src/paper_firehose/core/apis/__init__.py
src/paper_firehose/core/apis/crossref_client.py
src/paper_firehose/core/apis/openalex_client.py
src/paper_firehose/core/apis/pubmed_client.py
src/paper_firehose/core/apis/semantic_scholar_client.py
src/paper_firehose/processors/__init__.py
src/paper_firehose/processors/abstract_fetcher.py
src/paper_firehose/processors/emailer.py
src/paper_firehose/processors/feed_processor.py
src/paper_firehose/processors/html_generator.py
src/paper_firehose/processors/st_ranker.py
src/paper_firehose/system/config/config.yaml
src/paper_firehose/system/config/secrets/README.md
src/paper_firehose/system/config/secrets/mailing_lists.yaml
src/paper_firehose/system/config/topics/demo_topic.yaml
src/paper_firehose/system/templates/html_template.html
src/paper_firehose/system/templates/llmsummary_template.html
src/paper_firehose/system/templates/ranked_template.html
tests/test_command_context.py
tests/test_config_cli.py
tests/test_config_manager.py
tests/test_config_validation.py
tests/test_database.py
tests/test_email_command.py
tests/test_emailer.py
tests/test_exit_codes.py
tests/test_feed_processor.py
tests/test_html_generator.py
tests/test_http_client.py
tests/test_migrate.py
tests/test_paths.py
tests/test_pipeline.py
tests/test_query.py
tests/test_status.py