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 <noreply@anthropic.com>
This commit is contained in:
gsxdsm
2026-08-15 22:42:51 -07:00
parent 20c9e66932
commit a90d4e1b3b

View File

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