@yemi33/minions 0.1.1031 → 0.1.1033

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