.vbw-planning/milestones/07-rails-audit-and-refactoring/01-quick-wins-and-security/02-SUMMARY.md
Added missing query scopes to ScrapeLog (by_source, by_status, by_item) and ImportSession (in_step). Fixed hardcoded table name in Source.avg_word_count and replaced update_columns with Rails-native reset_counters in reset_items_counter!. Improved job error handling: deadlock retry for ImportSessionHealthCheckJob, removed implicit return values from SourceHealthCheckJob, and added error logging to ScheduleFetchesJob.