scholarr/app
Justin Visser 2a6e573a52 refactor: extract helpers from long functions in ingestion core
- Extract _load_unenriched_publications, _enrich_batch, _flush_and_sweep_duplicates from enrich_pending_publications
- Extract _sanitize_titles shared helper for title cleaning
- Extract _run_iteration_and_complete and _inline_enrich_and_finalize from run_for_user
- Extract _run_first_pass and _run_depth_pass from run_scholar_iteration
- Extract _finalize_successful_queue_job and _finalize_failed_queue_job from _finalize_queue_job_after_run

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-27 16:18:21 +01:00
..
api refactor: extract helpers from oversized router and scheduler files 2026-02-27 15:41:23 +01:00
auth Initial release prep 2026-02-27 10:46:05 +01:00
db ci: add ruff linting and mypy type checking 2026-02-26 22:11:41 +01:00
http ci: add ruff linting and mypy type checking 2026-02-26 22:11:41 +01:00
security fix: resolve remaining ruff lint and mypy type errors 2026-02-26 22:58:55 +01:00
services refactor: extract helpers from long functions in ingestion core 2026-02-27 16:18:21 +01:00
__init__.py First product 2026-02-17 14:51:25 +01:00
logging_config.py ci: add ruff linting and mypy type checking 2026-02-26 22:11:41 +01:00
logging_context.py ci: add ruff linting and mypy type checking 2026-02-26 22:11:41 +01:00
logging_utils.py refactor: add structured_log utility to eliminate logging boilerplate 2026-02-26 21:31:32 +01:00
main.py Initial release prep 2026-02-27 10:46:05 +01:00
settings.py decompose application.py into enrichment, scholar processing, run completion 2026-02-27 14:19:39 +01:00