From a90d4e1b3b49f6ca84793c1ba6d577c094587330 Mon Sep 17 00:00:00 2001 From: gsxdsm Date: Sat, 15 Aug 2026 22:42:51 -0700 Subject: [PATCH] chore(changesets): trim over-length summary in fix-cc-spacing-and-settings-search check:changesets enforces a 120-char summary; this legacy entry was 133 and failed the PR-check gate. Co-Authored-By: Claude Fable 5 --- .changeset/fix-cc-spacing-and-settings-search.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/fix-cc-spacing-and-settings-search.md b/.changeset/fix-cc-spacing-and-settings-search.md index 3f0b2f93c1..269e75242c 100644 --- a/.changeset/fix-cc-spacing-and-settings-search.md +++ b/.changeset/fix-cc-spacing-and-settings-search.md @@ -2,6 +2,6 @@ "@runfusion/fusion": patch --- -summary: Fix collapsed Command Center activity spacing and mailbox badge padding; make recommendation and required-checks settings searchable. +summary: Fix collapsed Command Center spacing and mailbox badge padding; make recommendation settings searchable. category: fix dev: AgentActivityPanel.css used an undefined numeric `--space-1/2/3` scale (FN-8866) and MailboxStructuralItem.css referenced undefined `--space-2xs` (FN-8872), zeroing gaps/padding — mapped to the defined named token scale. Settings search index gains `maxRecommendationsPerTask` (FN-8829) and `recommendationMailboxNoticeEnabled` (FN-9021); MergeSection's `requiredChecks` row now uses the `SettingsTextRow` primitive so the FN-8855 search entry actually scroll-anchors.