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>
3 months ago
.claude Changed Claude code configuration 3 months ago
backend feat: instrument pipeline with article tracing at every filtering step 3 months ago
docs docs: add article tracing implementation plan (7 tasks) 3 months ago
e2e test: update E2E and integration tests with article_history_days setting 3 months ago
frontend feat: add article_history_days setting to frontend 3 months ago
.env.example
.gitignore test: add live generation UAT with real OpenAI API key 3 months ago
AGENTS.md
CLAUDE.md feat: enrich article_history with tracing metadata + syntheses.job_id 3 months ago
docker-compose.yml fix: set STATIC_DIR in production docker-compose for frontend serving 3 months ago