From 52a7be1b861ad47c0783199c8d788809f464b4f8 Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Mon, 8 Jun 2026 18:57:05 +0200 Subject: [PATCH] trim changelog bullets to the 60-word cap The T-275 and T-279 Added entries exceeded the changelog gate's per-bullet word cap. Move the detail to the commit bodies; keep the entries to a line. Co-Authored-By: Claude Opus 4.8 (1M context) --- CHANGELOG.md | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aadb6e4d..e2c6fb12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,18 +19,14 @@ heading, and (b) bumping `pubspec.yaml` `version:` in the same commit. ### Added - **Permission-mode control beside the Claude composer.** An icon-only, - per-mode-coloured button trails the composer text box; clicking it opens a - menu of the safe modes (default · accept-edits · plan, active one marked) with - `bypass` shown but disabled (it stays behind the cockpit guard). The label - appears on hover, in the menu, and in the status bar. The status-bar mode is - now a passive, colour-coded indicator (no click) — switching lives in the new - control and `Ctrl/Cmd+M`. Built on the new popover primitive (D-88). (T-275) + per-mode-coloured button opens a menu of the safe modes (default · + accept-edits · plan); `bypass` shows disabled. The status-bar mode is now a + passive colour-coded indicator — switching lives in the control and + `Ctrl/Cmd+M`. (T-275) - **Clickable T/D/Q/R cross-refs in the Claude conversation.** Bare ticket and governance references (`T-281`, `D-77`, `Q-5`, `R-2`) in rendered messages are - now links: clicking one opens the record in its context-pane reader — `T-` - in the tickets reader, `D`/`Q`/`R` in the decisions reader — reusing the same - `selection` addressing as `clide ui open` (D-6 parity). Refs inside code spans - and code blocks stay literal, and `T-shirt`-style words are left alone. (T-279) + now links that open the record in its context-pane reader — tickets for `T-`, + decisions for `D`/`Q`/`R`. Refs inside code stay literal. (T-279) - A Zed-style **application menu bar** in the hat — **File / View / Help** menus built from custom widgets (no native menu, D-7), populated from the command registry with inline keybindings. Full keyboard nav (`Alt`+mnemonic,