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) <noreply@runfusion.ai>
This commit is contained in:
gsxdsm
2026-07-04 22:49:51 -07:00
parent a8865aa058
commit bc0553a949

View File

@@ -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.