@yemi33/minions 0.1.1150 → 0.1.1152

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 +102 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,107 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.1152 (2026-04-18)
4
+
5
+ ### Features
6
+ - redact ADO tokens and JWTs from engine/log.json writes (#1297)
7
+ - SEC-02 — replace curl shell-out in ado.js with adoFetch (#1296)
8
+ - validate project name and path on POST /api/projects/add (SEC-04, SEC-05) (#1298)
9
+ - seed realActivityMap at spawn time, stamp pid in live-output (#1200)
10
+
11
+ ### Fixes
12
+ - pinned context optimistic save (closes #1295) (#1316)
13
+ - re-check throttle state per-PR iteration to avoid stale fixThrottled
14
+ - preserve buildErrorLog through transient states, persist poll time (#1273)
15
+ - auto-fetch PR title on link-pr (closes #1283) (#1299)
16
+ - scheduler double-fire within same cron minute (#1277)
17
+ - gate auto-fix dispatch on throttle state to prevent stale-data spurious fixes
18
+ - preserve buildErrorLog through transient build states (#1232) (#1274)
19
+ - annotate fast-exit empty-output failures with diagnostic hint (#1276)
20
+ - invalidate PRD cache on pr-links.json change + guard aggregate PRs (#1220) (#1272)
21
+ - pass --add-dir for minions + ~/.claude to agents (#1271)
22
+ - preserve VERDICT marker by tail-slicing agent output (#1234) (#1270)
23
+ - PRD info cache staleness and aggregate PR bleed-through (#1222)
24
+ - avoid no-op work item writes
25
+ - resilient claude binary resolution + surface spawn errors
26
+ - resolve native claude.exe from npm wrapper on Windows
27
+ - cap temp-agent creation at maxConcurrent per tick (#1219)
28
+ - reassign pending items from unspawned temp agents to idle named agents (#1204) (#1212)
29
+ - guard undefined agent in pending dispatch loop (closes #1206) (#1210)
30
+ - improve fallback meeting conclusion
31
+ - remove command center chevron
32
+
33
+ ### Other
34
+ - refactor: hoist fixThrottled before PR loop and drop underscore prefix
35
+ - docs(skill): add substitute-scheduler-template-vars (#1278)
36
+ - Clarify PR poll labels
37
+ - Prevent modal opens on text selection
38
+ - refactor: clarify settings page section structure and PR polling dependencies
39
+ - refactor: extract _probeClaudePackage helper, use shared.log for spawn errors
40
+ - Make work item descriptions scrollable
41
+ - Use PAT for publish merges
42
+ - test(queries): add unit tests for invalidateDispatchCache/getInbox/getAgentCharter (#1214)
43
+ - test(shared): add unit tests for truncateTextBytes/tailTextBytes/execSilent/trackReviewMetric/parseCanonicalPrId (#1215)
44
+ - Fix publish workflow merge
45
+ - chore: raise default meeting round timeout
46
+ - Harden prompt context handling
47
+ - Harden loop watch conversion
48
+ - Add watches sidebar activity badge
49
+ - test(cli): add unit tests for handleCommand, start, stop, kill, spawn (#1191)
50
+ - chore: untrack pipeline files — local config only
51
+ - restore: recover daily-arch-improvement and weekly-dead-code-cleanup pipelines
52
+ - Harden CC stream resilience
53
+
54
+ ## 0.1.1151 (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
+ - pinned context optimistic save (closes #1295) (#1316)
64
+ - re-check throttle state per-PR iteration to avoid stale fixThrottled
65
+ - preserve buildErrorLog through transient states, persist poll time (#1273)
66
+ - auto-fetch PR title on link-pr (closes #1283) (#1299)
67
+ - scheduler double-fire within same cron minute (#1277)
68
+ - gate auto-fix dispatch on throttle state to prevent stale-data spurious fixes
69
+ - preserve buildErrorLog through transient build states (#1232) (#1274)
70
+ - annotate fast-exit empty-output failures with diagnostic hint (#1276)
71
+ - invalidate PRD cache on pr-links.json change + guard aggregate PRs (#1220) (#1272)
72
+ - pass --add-dir for minions + ~/.claude to agents (#1271)
73
+ - preserve VERDICT marker by tail-slicing agent output (#1234) (#1270)
74
+ - PRD info cache staleness and aggregate PR bleed-through (#1222)
75
+ - avoid no-op work item writes
76
+ - resilient claude binary resolution + surface spawn errors
77
+ - resolve native claude.exe from npm wrapper on Windows
78
+ - cap temp-agent creation at maxConcurrent per tick (#1219)
79
+ - reassign pending items from unspawned temp agents to idle named agents (#1204) (#1212)
80
+ - guard undefined agent in pending dispatch loop (closes #1206) (#1210)
81
+ - improve fallback meeting conclusion
82
+ - remove command center chevron
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
+
3
105
  ## 0.1.1150 (2026-04-18)
4
106
 
5
107
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yemi33/minions",
3
- "version": "0.1.1150",
3
+ "version": "0.1.1152",
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"