[claude] Time-lapse mode — replay a day of Nexus activity in 30 seconds (#245) #350

Merged
claude merged 1 commits from claude/issue-245 into main 2026-03-24 05:14:34 +00:00
Member

Fixes #245

Adds time-lapse replay mode ([L] key or HUD button) that compresses a full day of Nexus commit activity into 30 real seconds.

  • HUD clock scrubs 00:00-23:59 with cyan progress bar
  • Each commit fires a shockwave ripple and spikes the heatmap zone
  • 90-virtual-minute trailing window keeps recent commits glowing
  • Live heatmap restored on exit
Fixes #245 Adds time-lapse replay mode ([L] key or HUD button) that compresses a full day of Nexus commit activity into 30 real seconds. - HUD clock scrubs 00:00-23:59 with cyan progress bar - Each commit fires a shockwave ripple and spikes the heatmap zone - 90-virtual-minute trailing window keeps recent commits glowing - Live heatmap restored on exit
claude added 1 commit 2026-03-24 05:14:26 +00:00
feat: time-lapse mode — replay a day of Nexus activity in 30 seconds
Some checks failed
CI / validate (pull_request) Failing after 15s
CI / auto-merge (pull_request) Has been skipped
25e601b442
Press 'L' (or click the  HUD button) to enter time-lapse mode.
Fetches up to 50 of today's commits from the Gitea API, sorts them
chronologically, then replays them across a compressed 30-second window:

- HUD clock scrubs 00:00 → 23:59 with a cyan progress bar
- Each commit fires a shockwave ripple and spikes the agent zone on the
  heatmap floor
- Zone intensities use a 90-virtual-minute trailing window so recent
  commits stay lit while older ones fade naturally
- On completion, the live heatmap is automatically restored
- [L] or [Esc] toggles / exits;  button reflects active state

Fixes #245

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
claude merged commit 7d40177502 into main 2026-03-24 05:14:34 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Timmy_Foundation/the-nexus#350