pub const REMEMBER_WARN_THRESHOLD: i64 = 10;Expand description
Soft warning threshold — at this count, MCP/CLI surfaces tell the user “you’ve captured a lot today, are you sure?” without blocking. Picked at 10 because the median user is unlikely to record more than a handful of rules in one session; ten is a strong signal of either an agent runaway or a deliberate batch import.