@yemi33/minions 0.1.1114 → 0.1.1116

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 +84 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,89 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.1116 (2026-04-18)
4
+
5
+ ### Features
6
+ - seed realActivityMap at spawn time, stamp pid in live-output (#1200)
7
+
8
+ ### Fixes
9
+ - preserve buildErrorLog through transient build states (#1232) (#1274)
10
+ - annotate fast-exit empty-output failures with diagnostic hint (#1276)
11
+ - invalidate PRD cache on pr-links.json change + guard aggregate PRs (#1220) (#1272)
12
+ - pass --add-dir for minions + ~/.claude to agents (#1271)
13
+ - preserve VERDICT marker by tail-slicing agent output (#1234) (#1270)
14
+ - PRD info cache staleness and aggregate PR bleed-through (#1222)
15
+ - avoid no-op work item writes
16
+ - resilient claude binary resolution + surface spawn errors
17
+ - resolve native claude.exe from npm wrapper on Windows
18
+ - cap temp-agent creation at maxConcurrent per tick (#1219)
19
+ - reassign pending items from unspawned temp agents to idle named agents (#1204) (#1212)
20
+ - guard undefined agent in pending dispatch loop (closes #1206) (#1210)
21
+ - improve fallback meeting conclusion
22
+ - remove command center chevron
23
+ - stamp live-output.log stub before spawn (#1198)
24
+ - harden settings save and migrate pr poll config
25
+
26
+ ### Other
27
+ - Clarify PR poll labels
28
+ - Prevent modal opens on text selection
29
+ - refactor: clarify settings page section structure and PR polling dependencies
30
+ - refactor: extract _probeClaudePackage helper, use shared.log for spawn errors
31
+ - Make work item descriptions scrollable
32
+ - Use PAT for publish merges
33
+ - test(queries): add unit tests for invalidateDispatchCache/getInbox/getAgentCharter (#1214)
34
+ - test(shared): add unit tests for truncateTextBytes/tailTextBytes/execSilent/trackReviewMetric/parseCanonicalPrId (#1215)
35
+ - Fix publish workflow merge
36
+ - chore: raise default meeting round timeout
37
+ - Harden prompt context handling
38
+ - Harden loop watch conversion
39
+ - Add watches sidebar activity badge
40
+ - test(cli): add unit tests for handleCommand, start, stop, kill, spawn (#1191)
41
+ - chore: untrack pipeline files — local config only
42
+ - restore: recover daily-arch-improvement and weekly-dead-code-cleanup pipelines
43
+ - Harden CC stream resilience
44
+
45
+ ## 0.1.1115 (2026-04-18)
46
+
47
+ ### Features
48
+ - seed realActivityMap at spawn time, stamp pid in live-output (#1200)
49
+
50
+ ### Fixes
51
+ - preserve buildErrorLog through transient build states (#1232) (#1274)
52
+ - annotate fast-exit empty-output failures with diagnostic hint (#1276)
53
+ - invalidate PRD cache on pr-links.json change + guard aggregate PRs (#1220) (#1272)
54
+ - pass --add-dir for minions + ~/.claude to agents (#1271)
55
+ - preserve VERDICT marker by tail-slicing agent output (#1234) (#1270)
56
+ - PRD info cache staleness and aggregate PR bleed-through (#1222)
57
+ - avoid no-op work item writes
58
+ - resilient claude binary resolution + surface spawn errors
59
+ - resolve native claude.exe from npm wrapper on Windows
60
+ - cap temp-agent creation at maxConcurrent per tick (#1219)
61
+ - reassign pending items from unspawned temp agents to idle named agents (#1204) (#1212)
62
+ - guard undefined agent in pending dispatch loop (closes #1206) (#1210)
63
+ - improve fallback meeting conclusion
64
+ - remove command center chevron
65
+ - stamp live-output.log stub before spawn (#1198)
66
+ - harden settings save and migrate pr poll config
67
+
68
+ ### Other
69
+ - Clarify PR poll labels
70
+ - Prevent modal opens on text selection
71
+ - refactor: clarify settings page section structure and PR polling dependencies
72
+ - refactor: extract _probeClaudePackage helper, use shared.log for spawn errors
73
+ - Make work item descriptions scrollable
74
+ - Use PAT for publish merges
75
+ - test(queries): add unit tests for invalidateDispatchCache/getInbox/getAgentCharter (#1214)
76
+ - test(shared): add unit tests for truncateTextBytes/tailTextBytes/execSilent/trackReviewMetric/parseCanonicalPrId (#1215)
77
+ - Fix publish workflow merge
78
+ - chore: raise default meeting round timeout
79
+ - Harden prompt context handling
80
+ - Harden loop watch conversion
81
+ - Add watches sidebar activity badge
82
+ - test(cli): add unit tests for handleCommand, start, stop, kill, spawn (#1191)
83
+ - chore: untrack pipeline files — local config only
84
+ - restore: recover daily-arch-improvement and weekly-dead-code-cleanup pipelines
85
+ - Harden CC stream resilience
86
+
3
87
  ## 0.1.1114 (2026-04-18)
4
88
 
5
89
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yemi33/minions",
3
- "version": "0.1.1114",
3
+ "version": "0.1.1116",
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"