You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
oabrivard b9003cde54 feat: instrument pipeline with article tracing at every filtering step
Add source_url field to ScrapedNewsItem and a trace_article helper that
inserts into article_history with full provenance metadata.  Instrument
Phase 1 (empty content, history dedup, source diversity) and Phase 2
(homepage filter, cross-phase dedup, history dedup, empty content) so
every dropped article is recorded with its filter reason.  Replace the
old insert_urls call with per-article trace_article calls for used
articles, preserving dedup semantics via url_hash.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
6 months ago
..
migrations feat: enrich article_history with tracing metadata + syntheses.job_id 6 months ago
src feat: instrument pipeline with article tracing at every filtering step 6 months ago
tests test: update E2E and integration tests with article_history_days setting 6 months ago
Cargo.lock Phase 7: Email sending via Resend + Markdown/PDF export 6 months ago
Cargo.toml Phase 7: Email sending via Resend + Markdown/PDF export 6 months ago
Dockerfile fix: runtime bugs found during first Docker run + integration tests 6 months ago