From bc0553a949845efe32ad9bef4f35d6cfa8b2b2d7 Mon Sep 17 00:00:00 2001 From: gsxdsm Date: Sat, 4 Jul 2026 22:49:51 -0700 Subject: [PATCH] FN-7573: shorten oversight-controls changeset summary under 120 chars Shortened the changeset summary line for the oversight Nudge/Explain controls fix so it stays within the 120-character release-notes limit. - Replaced the overlong summary with a concise version describing the visible label, disabled reason, and always-openable Explain panel Files changed: .changeset/FN-7546-oversight-controls-clarity.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Fusion-Task-Id: FN-7573 Fusion-Task-Lineage: e7b429db-06cd-4a11-b758-49d37a1ff7c2 Co-authored-by: Fusion (runfusion.ai) --- .changeset/FN-7546-oversight-controls-clarity.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/FN-7546-oversight-controls-clarity.md b/.changeset/FN-7546-oversight-controls-clarity.md index 05ad551fe9..632089357e 100644 --- a/.changeset/FN-7546-oversight-controls-clarity.md +++ b/.changeset/FN-7546-oversight-controls-clarity.md @@ -2,6 +2,6 @@ "@runfusion/fusion": patch --- -summary: Clarify task-detail planner-oversight controls with a visible label, a disabled-reason hint, and always-open Explain. +summary: Clarify task-detail oversight Nudge/Explain controls: visible label, disabled reason, always-openable Explain panel. category: fix dev: TaskDetailModal now renders a `detail-oversight-controls-label` group label and `detail-overseer-nudge-disabled-reason` helper text (both gated by the existing oversight-cluster visibility condition); Explain no longer disables on `!canExplainOverseer` since it is read-only. Nudge's `canNudgeOverseer` gate and Stop's confirm dialog are unchanged.