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 13894a8f50 fix: filter empty scraped articles + restore URLs after rewrite + E2E assertions
- filter_empty_scraped_articles: removes articles with empty scraped content
  (too old, soft 404, scrape failure) before the rewrite pass, preventing
  empty articles in the final synthesis
- restore_scraped_urls: already existed, now has unit tests
- E2E test: added assertions for no Wikipedia URLs, no empty summaries,
  and updated settings payload with new fields (max_articles_per_source,
  source_diversity_window)
- 4 new unit tests for filter_empty + restore_scraped_urls

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
3 months ago
..
helpers test: add E2E infrastructure and 5 Playwright test flows 3 months ago
tests fix: filter empty scraped articles + restore URLs after rewrite + E2E assertions 3 months ago
.env.test.example test: add live generation UAT with real OpenAI API key 3 months ago
.gitignore test: add live generation UAT with real OpenAI API key 3 months ago
docker-compose.test.yml fix: UAT test — ESM compat, correct status codes, idempotent source setup 3 months ago
package-lock.json test: add live generation UAT with real OpenAI API key 3 months ago
package.json test: add live generation UAT with real OpenAI API key 3 months ago
playwright.config.ts test: add E2E infrastructure and 5 Playwright test flows 3 months ago
seed.ts test: add E2E infrastructure and 5 Playwright test flows 3 months ago
tsconfig.json test: add E2E infrastructure and 5 Playwright test flows 3 months ago