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 a9be1ce435 fix: restore scraped URLs after LLM rewrite pass to prevent hallucination
The rewrite pass can replace validated URLs with hallucinated ones (Wikipedia,
corporate sites) despite being instructed to preserve them. After the rewrite,
restore_scraped_urls() replaces each article's URL with the original scraped
URL by matching on position (category + item index). Logs when a URL is
restored so hallucination patterns can be monitored.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
6 months ago
..
migrations feat: add source_diversity_window setting (migration + model + DB + validation tests) 6 months ago
src fix: restore scraped URLs after LLM rewrite pass to prevent hallucination 6 months ago
tests fix: runtime bugs found during first Docker run + integration tests 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