@yemi33/minions 0.1.1128 → 0.1.1130

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 +100 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Changelog
2
2
 
3
- ## 0.1.1128 (2026-04-18)
3
+ ## 0.1.1130 (2026-04-18)
4
4
 
5
5
  ### Features
6
6
  - redact ADO tokens and JWTs from engine/log.json writes (#1297)
@@ -51,6 +51,105 @@
51
51
  - restore: recover daily-arch-improvement and weekly-dead-code-cleanup pipelines
52
52
  - Harden CC stream resilience
53
53
 
54
+ ## 0.1.1129 (2026-04-18)
55
+
56
+ ### Features
57
+ - redact ADO tokens and JWTs from engine/log.json writes (#1297)
58
+ - SEC-02 — replace curl shell-out in ado.js with adoFetch (#1296)
59
+ - validate project name and path on POST /api/projects/add (SEC-04, SEC-05) (#1298)
60
+ - seed realActivityMap at spawn time, stamp pid in live-output (#1200)
61
+
62
+ ### Fixes
63
+ - preserve buildErrorLog through transient states, persist poll time (#1273)
64
+ - auto-fetch PR title on link-pr (closes #1283) (#1299)
65
+ - scheduler double-fire within same cron minute (#1277)
66
+ - gate auto-fix dispatch on throttle state to prevent stale-data spurious fixes
67
+ - preserve buildErrorLog through transient build states (#1232) (#1274)
68
+ - annotate fast-exit empty-output failures with diagnostic hint (#1276)
69
+ - invalidate PRD cache on pr-links.json change + guard aggregate PRs (#1220) (#1272)
70
+ - pass --add-dir for minions + ~/.claude to agents (#1271)
71
+ - preserve VERDICT marker by tail-slicing agent output (#1234) (#1270)
72
+ - PRD info cache staleness and aggregate PR bleed-through (#1222)
73
+ - avoid no-op work item writes
74
+ - resilient claude binary resolution + surface spawn errors
75
+ - resolve native claude.exe from npm wrapper on Windows
76
+ - cap temp-agent creation at maxConcurrent per tick (#1219)
77
+ - reassign pending items from unspawned temp agents to idle named agents (#1204) (#1212)
78
+ - guard undefined agent in pending dispatch loop (closes #1206) (#1210)
79
+ - improve fallback meeting conclusion
80
+ - remove command center chevron
81
+ - stamp live-output.log stub before spawn (#1198)
82
+ - harden settings save and migrate pr poll config
83
+
84
+ ### Other
85
+ - refactor: hoist fixThrottled before PR loop and drop underscore prefix
86
+ - docs(skill): add substitute-scheduler-template-vars (#1278)
87
+ - Clarify PR poll labels
88
+ - Prevent modal opens on text selection
89
+ - refactor: clarify settings page section structure and PR polling dependencies
90
+ - refactor: extract _probeClaudePackage helper, use shared.log for spawn errors
91
+ - Make work item descriptions scrollable
92
+ - Use PAT for publish merges
93
+ - test(queries): add unit tests for invalidateDispatchCache/getInbox/getAgentCharter (#1214)
94
+ - test(shared): add unit tests for truncateTextBytes/tailTextBytes/execSilent/trackReviewMetric/parseCanonicalPrId (#1215)
95
+ - Fix publish workflow merge
96
+ - chore: raise default meeting round timeout
97
+ - Harden prompt context handling
98
+ - Harden loop watch conversion
99
+ - Add watches sidebar activity badge
100
+ - test(cli): add unit tests for handleCommand, start, stop, kill, spawn (#1191)
101
+ - chore: untrack pipeline files — local config only
102
+ - restore: recover daily-arch-improvement and weekly-dead-code-cleanup pipelines
103
+ - Harden CC stream resilience
104
+
105
+ ## 0.1.1127 (2026-04-18)
106
+
107
+ ### Features
108
+ - validate project name and path on POST /api/projects/add (SEC-04, SEC-05) (#1298)
109
+ - seed realActivityMap at spawn time, stamp pid in live-output (#1200)
110
+
111
+ ### Fixes
112
+ - auto-fetch PR title on link-pr (closes #1283) (#1299)
113
+ - scheduler double-fire within same cron minute (#1277)
114
+ - gate auto-fix dispatch on throttle state to prevent stale-data spurious fixes
115
+ - preserve buildErrorLog through transient build states (#1232) (#1274)
116
+ - annotate fast-exit empty-output failures with diagnostic hint (#1276)
117
+ - invalidate PRD cache on pr-links.json change + guard aggregate PRs (#1220) (#1272)
118
+ - pass --add-dir for minions + ~/.claude to agents (#1271)
119
+ - preserve VERDICT marker by tail-slicing agent output (#1234) (#1270)
120
+ - PRD info cache staleness and aggregate PR bleed-through (#1222)
121
+ - avoid no-op work item writes
122
+ - resilient claude binary resolution + surface spawn errors
123
+ - resolve native claude.exe from npm wrapper on Windows
124
+ - cap temp-agent creation at maxConcurrent per tick (#1219)
125
+ - reassign pending items from unspawned temp agents to idle named agents (#1204) (#1212)
126
+ - guard undefined agent in pending dispatch loop (closes #1206) (#1210)
127
+ - improve fallback meeting conclusion
128
+ - remove command center chevron
129
+ - stamp live-output.log stub before spawn (#1198)
130
+ - harden settings save and migrate pr poll config
131
+
132
+ ### Other
133
+ - refactor: hoist fixThrottled before PR loop and drop underscore prefix
134
+ - docs(skill): add substitute-scheduler-template-vars (#1278)
135
+ - Clarify PR poll labels
136
+ - Prevent modal opens on text selection
137
+ - refactor: clarify settings page section structure and PR polling dependencies
138
+ - refactor: extract _probeClaudePackage helper, use shared.log for spawn errors
139
+ - Make work item descriptions scrollable
140
+ - Use PAT for publish merges
141
+ - test(queries): add unit tests for invalidateDispatchCache/getInbox/getAgentCharter (#1214)
142
+ - test(shared): add unit tests for truncateTextBytes/tailTextBytes/execSilent/trackReviewMetric/parseCanonicalPrId (#1215)
143
+ - Fix publish workflow merge
144
+ - chore: raise default meeting round timeout
145
+ - Harden prompt context handling
146
+ - Harden loop watch conversion
147
+ - Add watches sidebar activity badge
148
+ - test(cli): add unit tests for handleCommand, start, stop, kill, spawn (#1191)
149
+ - chore: untrack pipeline files — local config only
150
+ - restore: recover daily-arch-improvement and weekly-dead-code-cleanup pipelines
151
+ - Harden CC stream resilience
152
+
54
153
  ## 0.1.1126 (2026-04-18)
55
154
 
56
155
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yemi33/minions",
3
- "version": "0.1.1128",
3
+ "version": "0.1.1130",
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"