@yemi33/minions 0.1.1022 → 0.1.1023

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 +28 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.1023 (2026-04-16)
4
+
5
+ ### Features
6
+ - route implement items to dedicated implement playbook (#1115)
7
+
8
+ ### Fixes
9
+ - update branch-dedup tests to use canonical PR IDs after merge with master (#1146)
10
+ - auto-review not firing for manually-linked PRs with autoObserve=true
11
+ - mark PR abandoned on 404 instead of silently retrying each tick
12
+ - replace undefined PROJECTS with config.projects in checkWatches (#1108)
13
+ - write permission for publish workflow
14
+ - run tests inline and post check runs for publish PRs
15
+ - add maxBuffer to all GitHub CLI spawns + paginate PR list (#1130)
16
+ - add required CI checks for PRs + update publish for auto-merge
17
+ - revert to PR merge now that stale status check is removed
18
+ - guard live review check against undefined vote/state values (#1132)
19
+ - push version bump directly to master instead of via PR
20
+ - add push-triggered CI for chore/publish branches
21
+ - publish workflow chore PRs failing to merge
22
+ - harden KB ordering
23
+ - harden audited state transitions
24
+
25
+ ### Other
26
+ - chore: test publish after removing stale status check
27
+ - chore: trigger publish test
28
+ - chore: test publish workflow fix
29
+ - chore: trigger publish workflow test
30
+
3
31
  ## 0.1.1022 (2026-04-16)
4
32
 
5
33
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yemi33/minions",
3
- "version": "0.1.1022",
3
+ "version": "0.1.1023",
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"