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