From 4ce4459bc8755998111aec7d5aac8cfd7645fb6f Mon Sep 17 00:00:00 2001 From: rcourtman Date: Mon, 11 May 2026 09:25:26 +0100 Subject: [PATCH] Rename Dismiss: Expected to Remember as expected MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fifth of the seven contextual entries from the captured Pulse Intelligence direction. The captured rubric named this button "Remember this is expected" — future-looking, "Pulse should know this state is expected" — but the surface labelled it "Dismiss: Expected", which reads past-looking and groups with two unrelated dismissal intents (Not an issue, Later). Renames the button to "Remember as expected" and updates the confirmation panel: - Header verb tracks intent: "Remembering as expected" for the expected_behavior reason, "Dismiss as: ..." for the other reasons. - Confirmation copy now says Pulse will "remember that this state is expected on this resource" alongside the existing acknowledgement-and-no-renotify framing. - Button tooltip explains the future-looking commitment so operators understand the intent before clicking. No wire change — the dismiss reason is still expected_behavior, and operator-state on the resource still drives auto-acknowledge behaviour for future similar findings (already in place from earlier work). This is the rubric-alignment piece; the operator-memory machinery underneath is unchanged. --- .../src/components/AI/FindingsPanel.tsx | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/frontend-modern/src/components/AI/FindingsPanel.tsx b/frontend-modern/src/components/AI/FindingsPanel.tsx index d84c8a388..cc034703a 100644 --- a/frontend-modern/src/components/AI/FindingsPanel.tsx +++ b/frontend-modern/src/components/AI/FindingsPanel.tsx @@ -1388,8 +1388,9 @@ export const FindingsPanel: Component = (props) => { onClick={(e) => handleStartDismiss(finding, 'expected_behavior', e)} class="px-2 py-1 rounded border border-border hover:bg-surface-hover" disabled={actionLoading() === finding.id} + title="Tell Pulse this finding represents an expected state for this resource — it will stay quiet about it but surface again on severity escalation" > - Dismiss: Expected + Remember as expected