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 45e5ee8a7d fix: rewrite pass schema uses actual scraped item counts, not max setting
The rewrite pass shared the search pass schema which enforced minItems/maxItems
equal to max_items_per_category. After filter_empty_scraped_articles removed
old/failed articles, the scraped data had fewer items than the schema required,
causing the LLM to duplicate content to fill the quota.

Now build_rewrite_schema counts actual items per category from the scraped data
and sets minItems/maxItems accordingly. Also removed dead domain_counts variable.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
3 months ago
..
migrations feat: add source_diversity_window setting (migration + model + DB + validation tests) 3 months ago
src fix: rewrite pass schema uses actual scraped item counts, not max setting 3 months ago
tests fix: runtime bugs found during first Docker run + integration tests 3 months ago
Cargo.lock Phase 7: Email sending via Resend + Markdown/PDF export 3 months ago
Cargo.toml Phase 7: Email sending via Resend + Markdown/PDF export 3 months ago
Dockerfile fix: runtime bugs found during first Docker run + integration tests 3 months ago