Merge #182: name the season deck's real state

Closes #182
This commit is contained in:
Miguel Palhas
2026-08-24 21:27:42 +01:00
14 changed files with 782 additions and 45 deletions
@@ -0,0 +1,6 @@
-- #182. The season release deck cannot tell a queued pack sweep from one
-- that ran and found nothing, so it blames backoff for both. Only the season
-- knows when its own pack search last completed: episodes' `last_searched_at`
-- moves for reasons that have nothing to do with the pack lane, and a season
-- on the per-episode lane never touches the pack search at all.
ALTER TABLE seasons ADD COLUMN last_pack_search_at TEXT;