mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-22 03:04:03 +00:00
014c36ca02
If an operator hits "Dismiss: Not an issue" or "Dismiss: Expected" on a finding that has already regressed twice or more, they may be permanently suppressing something Pulse keeps re-detecting. The dismiss confirmation panel now shows a non-blocking amber hint when regressionCount > 1 and the selected reason is not_an_issue or expected_behavior, nudging them toward the reminder-bearing will_fix_later path without blocking the dismiss. The hint never appears for will_fix_later itself (already commitment- tracking) or for findings with no prior regression, so it stays quiet on ordinary triage. This is the operator-facing half of "Pulse learns from dismissal patterns" — a recurring issue should not be silently buried.