@yemi33/minions 0.1.1029 → 0.1.1031

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