mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
The createResolveTask factory was a single-call hoist (the RecurringRunner clones the task itself), so inline the task back into runner.schedule(...) as on main, and inline the shouldLoadTrack gate the same way. Restore the surrounding comments and formatting to main's, deviating only where the refactor changed meaning: the gate now reloads resolved-but-incomplete (live) windows (resolved→complete), and the obsolete scheduler/commit-time-id-check notes are dropped. Net diff against main: 131+/70- down to 33+/18-. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>