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 }) }