@yemi33/minions 0.1.1024 → 0.1.1025

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 CHANGED
@@ -1,5 +1,35 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.1025 (2026-04-16)
4
+
5
+ ### Features
6
+ - route implement items to dedicated implement playbook (#1115)
7
+
8
+ ### Fixes
9
+ - scheduler enabled field falsy check treats undefined as disabled (#1160)
10
+ - update branch-dedup tests to use canonical PR IDs after merge with master (#1146)
11
+ - auto-review not firing for manually-linked PRs with autoObserve=true
12
+ - mark PR abandoned on 404 instead of silently retrying each tick
13
+ - replace undefined PROJECTS with config.projects in checkWatches (#1108)
14
+ - write permission for publish workflow
15
+ - run tests inline and post check runs for publish PRs
16
+ - add maxBuffer to all GitHub CLI spawns + paginate PR list (#1130)
17
+ - add required CI checks for PRs + update publish for auto-merge
18
+ - revert to PR merge now that stale status check is removed
19
+ - guard live review check against undefined vote/state values (#1132)
20
+ - push version bump directly to master instead of via PR
21
+ - add push-triggered CI for chore/publish branches
22
+ - publish workflow chore PRs failing to merge
23
+ - harden KB ordering
24
+ - harden audited state transitions
25
+
26
+ ### Other
27
+ - test(pipeline): add unit tests for CRUD, stage execution, run lifecycle (#1162)
28
+ - chore: test publish after removing stale status check
29
+ - chore: trigger publish test
30
+ - chore: test publish workflow fix
31
+ - chore: trigger publish workflow test
32
+
3
33
  ## 0.1.1024 (2026-04-16)
4
34
 
5
35
  ### Features
@@ -955,5 +955,6 @@ module.exports = {
955
955
  getPipelineRuns, getActiveRun, startRun, updateRunStage, completeRun,
956
956
  discoverPipelineWork,
957
957
  evaluateCondition, // exported for testing
958
+ executeTaskStage, isStageComplete, resolveTemplate, // exported for testing
958
959
  _findMeetingsInRun, _findExistingPlanForMeeting, _findExistingPrdForPlan, // exported for testing
959
960
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yemi33/minions",
3
- "version": "0.1.1024",
3
+ "version": "0.1.1025",
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"