From 4d4bfb2b33fdb01089e770c3c6f4a86bdb5d14f7 Mon Sep 17 00:00:00 2001 From: damocles Date: Thu, 4 Jun 2026 21:55:16 +0200 Subject: [PATCH] chore: remove stale TODO in stats.rs (ReminderRollup RPC already implemented) --- hive-ag3nt/src/stats.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hive-ag3nt/src/stats.rs b/hive-ag3nt/src/stats.rs index 301d1c50..7f044fbd 100644 --- a/hive-ag3nt/src/stats.rs +++ b/hive-ag3nt/src/stats.rs @@ -275,7 +275,7 @@ fn snapshot(path: &Path, window: Window) -> Result { result_mix: top_n(result_totals, 20), models, duration_summary, - reminder_stats: None, // TODO: fetch via ReminderRollup RPC + reminder_stats: None, // filled in by api_stats in web_ui.rs via fetch_reminder_stats RPC }) }