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
+3
View File
@@ -26,6 +26,9 @@ function buildDraftPayload(classification, { intent, user, timezone }) {
...base,
title: detail.title,
remindLocal: detail.remindLocal,
hour: detail.hour,
minute: detail.minute,
recurrence: detail.recurrence ?? 'once',
};
}
if (kind === 'create_todo') {