feat(altitude): auto-advance when the altitude video completes (not a 60s timer) #36

Merged
benstull merged 1 commits from feat/auto-advance-on-video-complete into main 2026-07-03 20:00:24 +00:00
Owner
No description provided.
benstull added 1 commit 2026-07-03 20:00:21 +00:00
Replace the fixed 60s idle timer with video-completion pacing: when the base loop
video finishes one playthrough (the timeupdate wrap point, or the ended safety
net), drift one altitude deeper (descend, wraps) — gated by the default-on toggle
and deferred during a manual drag or a playing morph. Removes the whole
AUTO_ADVANCE_MS/scheduleAutoAdvance/bump timer machinery and its interaction
resets. loop-recovery.spec disables the toggle to test the loop-back path in
isolation. auto-advance.spec reworked to the completion-driven model.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
benstull merged commit b6bf970684 into main 2026-07-03 20:00:24 +00:00
Sign in to join this conversation.