BOLT-1267 Phase 1 — fix Bugbot x-axis labels + overnight ordering on PR #12218
completedTwo Bugbot threads on PR #12218:
1. msToLabel formats anchor-relative offsets as clock-from-midnight → labels wrong (e.g. 14:00 → 12:00 AM)
2. anchor uses min(sameDayStarts); overnight sequence (22:00 → 02:00) places 02:00 before 22:00
Fix both, update tests.
Event Timeline
created
subagent_spawned
spawn claim: bugbot-pr12218-x-axis-overnight
status_change
queued → in_progress
failed
lease expired — re-queued for retry
in_progress → queued
progress
Fixed both Bugbot findings + a third finding: (1) x-axis labels use clockMsToLabel with startClockMs/endClockMs, (2) overnight ordering via monotonic dayOffset walk, (3) equal start/end no longer produce 24h segment. Commits d0fcd91 and ce4dc3b pushed, all 3 review threads resolved. CI pending on PR #12218.
subagent_completed
subagent done: d0fcd91a0b + ce4dc3b6e7 — all 3 Bugbot threads resolved
status_change
queued → completed
subagent_spawned
spawn claim: bolt-1267-rework-mount-on-edit-page
subagent_completed
subagent done: mounted preview on real edit page @ 6d38035015 — adapter + 10 tests + EventDrawer revert