@yemi33/minions 0.1.1540 → 0.1.1542

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 +61 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,66 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.1542 (2026-04-19)
4
+
5
+ ### Other
6
+ - test(cooldown): add unit tests for loadCooldowns, isOnCooldown, setCooldownWithContext, getCoalescedContexts, isBranchActive (#1389)
7
+
8
+ ## 0.1.1541 (2026-04-19)
9
+
10
+ ### Features
11
+ - Header gate — Origin allowlist, Content-Type enforcement, security response headers (#1336)
12
+ - Header gate — Origin allowlist, Content-Type enforcement, security response headers (#1327)
13
+ - escapeHtml helper, hotspot XSS migration, regression gate (#1323)
14
+ - Prototype pollution guard in readBody (SEC-13) (#1300)
15
+ - redact ADO tokens and JWTs from engine/log.json writes (#1297)
16
+ - SEC-02 — replace curl shell-out in ado.js with adoFetch (#1296)
17
+ - validate project name and path on POST /api/projects/add (SEC-04, SEC-05) (#1298)
18
+ - seed realActivityMap at spawn time, stamp pid in live-output (#1200)
19
+
20
+ ### Fixes
21
+ - ado merge-commit mismatch preserves prior buildStatus (closes #1233) (#1326)
22
+ - scheduler substitutes {{date}} in title and description (#1275)
23
+ - prevent archived plans from re-triggering via orphaned .backup restore
24
+ - pinned context optimistic save (closes #1295) (#1316)
25
+ - re-check throttle state per-PR iteration to avoid stale fixThrottled
26
+ - preserve buildErrorLog through transient states, persist poll time (#1273)
27
+ - auto-fetch PR title on link-pr (closes #1283) (#1299)
28
+ - scheduler double-fire within same cron minute (#1277)
29
+ - gate auto-fix dispatch on throttle state to prevent stale-data spurious fixes
30
+ - preserve buildErrorLog through transient build states (#1232) (#1274)
31
+ - annotate fast-exit empty-output failures with diagnostic hint (#1276)
32
+ - invalidate PRD cache on pr-links.json change + guard aggregate PRs (#1220) (#1272)
33
+ - pass --add-dir for minions + ~/.claude to agents (#1271)
34
+ - preserve VERDICT marker by tail-slicing agent output (#1234) (#1270)
35
+ - PRD info cache staleness and aggregate PR bleed-through (#1222)
36
+ - avoid no-op work item writes
37
+ - resilient claude binary resolution + surface spawn errors
38
+ - resolve native claude.exe from npm wrapper on Windows
39
+ - cap temp-agent creation at maxConcurrent per tick (#1219)
40
+ - reassign pending items from unspawned temp agents to idle named agents (#1204) (#1212)
41
+
42
+ ### Other
43
+ - Stop publish workflow recursion and duplicate publish PR generation (#1542)
44
+ - test(scheduler): add unit tests for parseCronExpr, shouldRunNow, discoverScheduledWork (#1390)
45
+ - refactor: hoist fixThrottled before PR loop and drop underscore prefix
46
+ - docs(skill): add substitute-scheduler-template-vars (#1278)
47
+ - Clarify PR poll labels
48
+ - Prevent modal opens on text selection
49
+ - refactor: clarify settings page section structure and PR polling dependencies
50
+ - refactor: extract _probeClaudePackage helper, use shared.log for spawn errors
51
+ - Make work item descriptions scrollable
52
+ - Use PAT for publish merges
53
+ - test(queries): add unit tests for invalidateDispatchCache/getInbox/getAgentCharter (#1214)
54
+ - test(shared): add unit tests for truncateTextBytes/tailTextBytes/execSilent/trackReviewMetric/parseCanonicalPrId (#1215)
55
+ - Fix publish workflow merge
56
+ - chore: raise default meeting round timeout
57
+ - Harden prompt context handling
58
+ - Harden loop watch conversion
59
+ - Add watches sidebar activity badge
60
+ - test(cli): add unit tests for handleCommand, start, stop, kill, spawn (#1191)
61
+ - chore: untrack pipeline files — local config only
62
+ - restore: recover daily-arch-improvement and weekly-dead-code-cleanup pipelines
63
+
3
64
  ## 0.1.1540 (2026-04-19)
4
65
 
5
66
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yemi33/minions",
3
- "version": "0.1.1540",
3
+ "version": "0.1.1542",
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"