@yemi33/minions 0.1.1030 → 0.1.1032

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 +73 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,78 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.1032 (2026-04-16)
4
+
5
+ ### Features
6
+ - Cache _countWorktrees() with 30s TTL (#1166)
7
+ - Pre-cache gzipped status buffer alongside JSON cache (#1171)
8
+ - parallelize ADO and GitHub PR polling with Promise.allSettled (#1172)
9
+ - route implement items to dedicated implement playbook (#1115)
10
+
11
+ ### Fixes
12
+ - use locked write for failed-with-PR reconciliation in cleanup.js (#1169)
13
+ - prevent test from corrupting live meeting state
14
+ - scheduler enabled field falsy check treats undefined as disabled (#1160)
15
+ - update branch-dedup tests to use canonical PR IDs after merge with master (#1146)
16
+ - auto-review not firing for manually-linked PRs with autoObserve=true
17
+ - mark PR abandoned on 404 instead of silently retrying each tick
18
+ - replace undefined PROJECTS with config.projects in checkWatches (#1108)
19
+ - write permission for publish workflow
20
+ - run tests inline and post check runs for publish PRs
21
+ - add maxBuffer to all GitHub CLI spawns + paginate PR list (#1130)
22
+ - add required CI checks for PRs + update publish for auto-merge
23
+ - revert to PR merge now that stale status check is removed
24
+ - guard live review check against undefined vote/state values (#1132)
25
+ - push version bump directly to master instead of via PR
26
+ - add push-triggered CI for chore/publish branches
27
+ - publish workflow chore PRs failing to merge
28
+ - harden KB ordering
29
+ - harden audited state transitions
30
+
31
+ ### Other
32
+ - [E2E] Dashboard & engine perf: gzip cache, tiered status, lock backoff, polling parallelization (#1174)
33
+ - Fix doc chat session isolation
34
+ - test(pipeline): add unit tests for CRUD, stage execution, run lifecycle (#1162)
35
+ - chore: test publish after removing stale status check
36
+ - chore: trigger publish test
37
+ - chore: test publish workflow fix
38
+ - chore: trigger publish workflow test
39
+
40
+ ## 0.1.1031 (2026-04-16)
41
+
42
+ ### Features
43
+ - Cache _countWorktrees() with 30s TTL (#1166)
44
+ - Pre-cache gzipped status buffer alongside JSON cache (#1171)
45
+ - parallelize ADO and GitHub PR polling with Promise.allSettled (#1172)
46
+ - route implement items to dedicated implement playbook (#1115)
47
+
48
+ ### Fixes
49
+ - prevent test from corrupting live meeting state
50
+ - scheduler enabled field falsy check treats undefined as disabled (#1160)
51
+ - update branch-dedup tests to use canonical PR IDs after merge with master (#1146)
52
+ - auto-review not firing for manually-linked PRs with autoObserve=true
53
+ - mark PR abandoned on 404 instead of silently retrying each tick
54
+ - replace undefined PROJECTS with config.projects in checkWatches (#1108)
55
+ - write permission for publish workflow
56
+ - run tests inline and post check runs for publish PRs
57
+ - add maxBuffer to all GitHub CLI spawns + paginate PR list (#1130)
58
+ - add required CI checks for PRs + update publish for auto-merge
59
+ - revert to PR merge now that stale status check is removed
60
+ - guard live review check against undefined vote/state values (#1132)
61
+ - push version bump directly to master instead of via PR
62
+ - add push-triggered CI for chore/publish branches
63
+ - publish workflow chore PRs failing to merge
64
+ - harden KB ordering
65
+ - harden audited state transitions
66
+
67
+ ### Other
68
+ - [E2E] Dashboard & engine perf: gzip cache, tiered status, lock backoff, polling parallelization (#1174)
69
+ - Fix doc chat session isolation
70
+ - test(pipeline): add unit tests for CRUD, stage execution, run lifecycle (#1162)
71
+ - chore: test publish after removing stale status check
72
+ - chore: trigger publish test
73
+ - chore: test publish workflow fix
74
+ - chore: trigger publish workflow test
75
+
3
76
  ## 0.1.1030 (2026-04-16)
4
77
 
5
78
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yemi33/minions",
3
- "version": "0.1.1030",
3
+ "version": "0.1.1032",
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"