@yemi33/minions 0.1.1063 → 0.1.1065

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 +56 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,61 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.1065 (2026-04-17)
4
+
5
+ ### Features
6
+ - seed realActivityMap at spawn time, stamp pid in live-output (#1200)
7
+
8
+ ### Fixes
9
+ - cap temp-agent creation at maxConcurrent per tick (#1219)
10
+ - reassign pending items from unspawned temp agents to idle named agents (#1204) (#1212)
11
+ - guard undefined agent in pending dispatch loop (closes #1206) (#1210)
12
+ - improve fallback meeting conclusion
13
+ - remove command center chevron
14
+ - stamp live-output.log stub before spawn (#1198)
15
+ - harden settings save and migrate pr poll config
16
+
17
+ ### Other
18
+ - Use PAT for publish merges
19
+ - test(queries): add unit tests for invalidateDispatchCache/getInbox/getAgentCharter (#1214)
20
+ - test(shared): add unit tests for truncateTextBytes/tailTextBytes/execSilent/trackReviewMetric/parseCanonicalPrId (#1215)
21
+ - Fix publish workflow merge
22
+ - chore: raise default meeting round timeout
23
+ - Harden prompt context handling
24
+ - Harden loop watch conversion
25
+ - Add watches sidebar activity badge
26
+ - test(cli): add unit tests for handleCommand, start, stop, kill, spawn (#1191)
27
+ - chore: untrack pipeline files — local config only
28
+ - restore: recover daily-arch-improvement and weekly-dead-code-cleanup pipelines
29
+ - Harden CC stream resilience
30
+
31
+ ## 0.1.1064 (2026-04-17)
32
+
33
+ ### Features
34
+ - seed realActivityMap at spawn time, stamp pid in live-output (#1200)
35
+
36
+ ### Fixes
37
+ - cap temp-agent creation at maxConcurrent per tick (#1219)
38
+ - reassign pending items from unspawned temp agents to idle named agents (#1204) (#1212)
39
+ - guard undefined agent in pending dispatch loop (closes #1206) (#1210)
40
+ - improve fallback meeting conclusion
41
+ - remove command center chevron
42
+ - stamp live-output.log stub before spawn (#1198)
43
+ - harden settings save and migrate pr poll config
44
+
45
+ ### Other
46
+ - Use PAT for publish merges
47
+ - test(queries): add unit tests for invalidateDispatchCache/getInbox/getAgentCharter (#1214)
48
+ - test(shared): add unit tests for truncateTextBytes/tailTextBytes/execSilent/trackReviewMetric/parseCanonicalPrId (#1215)
49
+ - Fix publish workflow merge
50
+ - chore: raise default meeting round timeout
51
+ - Harden prompt context handling
52
+ - Harden loop watch conversion
53
+ - Add watches sidebar activity badge
54
+ - test(cli): add unit tests for handleCommand, start, stop, kill, spawn (#1191)
55
+ - chore: untrack pipeline files — local config only
56
+ - restore: recover daily-arch-improvement and weekly-dead-code-cleanup pipelines
57
+ - Harden CC stream resilience
58
+
3
59
  ## 0.1.1063 (2026-04-17)
4
60
 
5
61
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yemi33/minions",
3
- "version": "0.1.1063",
3
+ "version": "0.1.1065",
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"