From 941a7218d22f699358ef6d132139c46ce54beb38 Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Mon, 6 Apr 2026 16:00:45 +0200 Subject: [PATCH] chore(meta): update changelog Co-Authored-By: Claude Opus 4.6 (1M context) --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a562f0cd0..fb6022de7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,11 @@ Format based on [Keep a Changelog](https://keepachangelog.com/). - Burnelli-Sheldon economist agent (`.claude/agents/burnelli-sheldon.md`) - Workshop archives: #796 (economics design, 3 rounds) and #801 (commodity catalog, 3 rounds + validation) +### Fixed +- Sprint worktree creation no longer spawns a spurious "None" team tab when tickets have no team assigned + ### Changed +- Pre-push hook now validates JSON syntax on changed files (python3 -m json.tool) - HUD status panel: merged TimeDisplay into ImplantPanel — time, health, perception in one themed panel (#786) - HUD moved from UILayer (20) to InsertOverlay (10) for bloom treatment per D-051 - Interaction prompt: converted from PanelContainer+StyleBoxFlat to ImplantPanel+ImplantDataRow (#788)