| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-02-04 | fix(study): use 3 AM boundary for counting today's new card reviews | nsfisis | |
| countTodayNewCardReviews was using midnight (0:00) as the start of day, inconsistent with the 3 AM study day boundary used elsewhere. Reviews between 0:00-3:00 AM were incorrectly counted as the next day's budget. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> | |||
| 2026-02-02 | fix(study): use date-based comparison with 3 AM boundary for due cards | Claude | |
| Instead of comparing due timestamps exactly (card.due <= now), compare against the next 3 AM boundary so all cards due within the current study day appear at once. This prevents new cards from trickling in throughout the day when FSRS fuzz spreads due times. https://claude.ai/code/session_01FeDztLcyGofd6nxh8ct7a3 | |||
