fix(KB-181): preserve active-agent glow during soft-pause

- Replace combined engineStopped prop with globalPaused to decouple hard stop from soft pause
- Thread globalPaused through Board, Column, WorktreeGroup, and TaskCard components
- Active-agent glow now only suppressed on hard pause (globalPaused), not soft pause (enginePaused)
- Update tests to verify soft-pause preserves glow and hard-pause suppresses it
- Add changeset for patch release
This commit is contained in:
Dustin Byrne
2026-03-28 17:26:49 -04:00
parent 6ff64597d8
commit acb246a659
8 changed files with 46 additions and 32 deletions

View File

@@ -0,0 +1,5 @@
---
"@dustinbyrne/kb": patch
---
Fix active agent glow disappearing when scheduling is soft-paused