feat(ui): add ActionItem.reminder_set to the TS type (T8.6, FR-CAL-5)

This commit is contained in:
iamdoubz
2026-07-02 11:59:27 -05:00
parent e04e95d6da
commit f27c19d8de
+2
View File
@@ -110,6 +110,8 @@ export interface ActionItem {
owner: string | null;
due_at: number | null;
confirmed: boolean;
// Schedule a local OS reminder for due_at (Phase 8, T8.6, FR-CAL-5).
reminder_set: boolean;
}
// On-disk shape of summary.json (FR-LLM-2/4) — `null` until generate_summary