@yemi33/minions 0.1.1090 → 0.1.1092

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +66 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,71 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.1092 (2026-04-18)
4
+
5
+ ### Features
6
+ - seed realActivityMap at spawn time, stamp pid in live-output (#1200)
7
+
8
+ ### Fixes
9
+ - avoid no-op work item writes
10
+ - resilient claude binary resolution + surface spawn errors
11
+ - resolve native claude.exe from npm wrapper on Windows
12
+ - cap temp-agent creation at maxConcurrent per tick (#1219)
13
+ - reassign pending items from unspawned temp agents to idle named agents (#1204) (#1212)
14
+ - guard undefined agent in pending dispatch loop (closes #1206) (#1210)
15
+ - improve fallback meeting conclusion
16
+ - remove command center chevron
17
+ - stamp live-output.log stub before spawn (#1198)
18
+ - harden settings save and migrate pr poll config
19
+
20
+ ### Other
21
+ - refactor: extract _probeClaudePackage helper, use shared.log for spawn errors
22
+ - Make work item descriptions scrollable
23
+ - Use PAT for publish merges
24
+ - test(queries): add unit tests for invalidateDispatchCache/getInbox/getAgentCharter (#1214)
25
+ - test(shared): add unit tests for truncateTextBytes/tailTextBytes/execSilent/trackReviewMetric/parseCanonicalPrId (#1215)
26
+ - Fix publish workflow merge
27
+ - chore: raise default meeting round timeout
28
+ - Harden prompt context handling
29
+ - Harden loop watch conversion
30
+ - Add watches sidebar activity badge
31
+ - test(cli): add unit tests for handleCommand, start, stop, kill, spawn (#1191)
32
+ - chore: untrack pipeline files — local config only
33
+ - restore: recover daily-arch-improvement and weekly-dead-code-cleanup pipelines
34
+ - Harden CC stream resilience
35
+
36
+ ## 0.1.1091 (2026-04-18)
37
+
38
+ ### Features
39
+ - seed realActivityMap at spawn time, stamp pid in live-output (#1200)
40
+
41
+ ### Fixes
42
+ - avoid no-op work item writes
43
+ - resilient claude binary resolution + surface spawn errors
44
+ - resolve native claude.exe from npm wrapper on Windows
45
+ - cap temp-agent creation at maxConcurrent per tick (#1219)
46
+ - reassign pending items from unspawned temp agents to idle named agents (#1204) (#1212)
47
+ - guard undefined agent in pending dispatch loop (closes #1206) (#1210)
48
+ - improve fallback meeting conclusion
49
+ - remove command center chevron
50
+ - stamp live-output.log stub before spawn (#1198)
51
+ - harden settings save and migrate pr poll config
52
+
53
+ ### Other
54
+ - refactor: extract _probeClaudePackage helper, use shared.log for spawn errors
55
+ - Make work item descriptions scrollable
56
+ - Use PAT for publish merges
57
+ - test(queries): add unit tests for invalidateDispatchCache/getInbox/getAgentCharter (#1214)
58
+ - test(shared): add unit tests for truncateTextBytes/tailTextBytes/execSilent/trackReviewMetric/parseCanonicalPrId (#1215)
59
+ - Fix publish workflow merge
60
+ - chore: raise default meeting round timeout
61
+ - Harden prompt context handling
62
+ - Harden loop watch conversion
63
+ - Add watches sidebar activity badge
64
+ - test(cli): add unit tests for handleCommand, start, stop, kill, spawn (#1191)
65
+ - chore: untrack pipeline files — local config only
66
+ - restore: recover daily-arch-improvement and weekly-dead-code-cleanup pipelines
67
+ - Harden CC stream resilience
68
+
3
69
  ## 0.1.1090 (2026-04-18)
4
70
 
5
71
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yemi33/minions",
3
- "version": "0.1.1090",
3
+ "version": "0.1.1092",
4
4
  "description": "Multi-agent AI dev team that runs from ~/.minions/ — five autonomous agents share a single engine, dashboard, and knowledge base",
5
5
  "bin": {
6
6
  "minions": "bin/minions.js"