mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-11 14:00:29 +00:00
e86998ec58
Users who haven't enabled AI were seeing AI patrol findings from heuristic analysis that they couldn't dismiss (license-gated). - IsPatrolEnabled() now checks if Enabled is true - IsAlertTriggeredAnalysisEnabled() also checks Enabled - Updated tests to reflect new behavior AI patrol and alert-triggered analysis require AI to be enabled as a master switch. This prevents confusing UX where users see AI features without having configured them.