`reclaim_orphaned` previously ran only inside `spawn_crawler_daemon` at startup. A deploy with the crawler disabled and analysis enabled (analysis-only mode) never refunded orphaned `analyze_page` leases — recovery deferred to the lazy lease-expiry path. Wire it into `spawn_analysis_daemon` too. Safe under multi-replica + idempotent against the crawler-side call. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>