fix(schedule): route daily set-remind phrases through ITL with recurrence
Memind CI / Test, build, and release guards (push) Failing after 3m4s

Support colloquial forms like「设置每天18:00提醒打卡」, persist daily metadata on
commit, and schedule the next reminder after each delivery.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
john
2026-08-24 17:42:08 +08:00
parent 4100062ba8
commit 2319c9c808
6 changed files with 77 additions and 2 deletions
+1
View File
@@ -54,6 +54,7 @@ export function startScheduleReminderWorker({
status: 'success',
});
await scheduleService.markReminderSent(reminder);
await scheduleService.scheduleNextDailyReminder?.(reminder);
} catch (err) {
logger.warn?.('Schedule reminder delivery failed:', err);
await scheduleService.logDelivery({