@clipboard-health/groundcrew 2.3.5 → 2.3.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -14,7 +14,7 @@ const RETRY_BASE_DELAY_MS = 1000;
14
14
  const RETRY_MAX_ATTEMPTS = 3;
15
15
  const STATUS_CARD_TITLE_WIDTH = 42;
16
16
  const STATUS_CARD_ID_WIDTH = 8;
17
- const STATUS_CARD_LIMIT = 20;
17
+ const STATUS_CARD_LIMIT = 10;
18
18
  const HEADER_BAR_WIDTH = 70;
19
19
  const SECTION_BAR_WIDTH = 50;
20
20
  const MS_PER_SECOND = 1000;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clipboard-health/groundcrew",
3
- "version": "2.3.5",
3
+ "version": "2.3.6",
4
4
  "description": "Linear-driven orchestrator that launches AI coding agents in git worktrees, with workspace lifecycle and usage tracking.",
5
5
  "keywords": [
6
6
  "agent",