@yemi33/minions 0.1.1028 → 0.1.1030

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