pub const REMEMBER_DAILY_LIMIT: i64 = 50;Expand description
Hard daily limit. At 50 captures in one day the most likely cause is
an agent stuck in a loop calling remember_rule over and over —
blocking protects the user’s rule corpus from being polluted faster
than they can audit it. Reset is per-calendar-day local time.