@yemi33/minions 0.1.1024 → 0.1.1026

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,66 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.1026 (2026-04-16)
4
+
5
+ ### Features
6
+ - route implement items to dedicated implement playbook (#1115)
7
+
8
+ ### Fixes
9
+ - prevent test from corrupting live meeting state
10
+ - scheduler enabled field falsy check treats undefined as disabled (#1160)
11
+ - update branch-dedup tests to use canonical PR IDs after merge with master (#1146)
12
+ - auto-review not firing for manually-linked PRs with autoObserve=true
13
+ - mark PR abandoned on 404 instead of silently retrying each tick
14
+ - replace undefined PROJECTS with config.projects in checkWatches (#1108)
15
+ - write permission for publish workflow
16
+ - run tests inline and post check runs for publish PRs
17
+ - add maxBuffer to all GitHub CLI spawns + paginate PR list (#1130)
18
+ - add required CI checks for PRs + update publish for auto-merge
19
+ - revert to PR merge now that stale status check is removed
20
+ - guard live review check against undefined vote/state values (#1132)
21
+ - push version bump directly to master instead of via PR
22
+ - add push-triggered CI for chore/publish branches
23
+ - publish workflow chore PRs failing to merge
24
+ - harden KB ordering
25
+ - harden audited state transitions
26
+
27
+ ### Other
28
+ - test(pipeline): add unit tests for CRUD, stage execution, run lifecycle (#1162)
29
+ - chore: test publish after removing stale status check
30
+ - chore: trigger publish test
31
+ - chore: test publish workflow fix
32
+ - chore: trigger publish workflow test
33
+
34
+ ## 0.1.1025 (2026-04-16)
35
+
36
+ ### Features
37
+ - route implement items to dedicated implement playbook (#1115)
38
+
39
+ ### Fixes
40
+ - scheduler enabled field falsy check treats undefined as disabled (#1160)
41
+ - update branch-dedup tests to use canonical PR IDs after merge with master (#1146)
42
+ - auto-review not firing for manually-linked PRs with autoObserve=true
43
+ - mark PR abandoned on 404 instead of silently retrying each tick
44
+ - replace undefined PROJECTS with config.projects in checkWatches (#1108)
45
+ - write permission for publish workflow
46
+ - run tests inline and post check runs for publish PRs
47
+ - add maxBuffer to all GitHub CLI spawns + paginate PR list (#1130)
48
+ - add required CI checks for PRs + update publish for auto-merge
49
+ - revert to PR merge now that stale status check is removed
50
+ - guard live review check against undefined vote/state values (#1132)
51
+ - push version bump directly to master instead of via PR
52
+ - add push-triggered CI for chore/publish branches
53
+ - publish workflow chore PRs failing to merge
54
+ - harden KB ordering
55
+ - harden audited state transitions
56
+
57
+ ### Other
58
+ - test(pipeline): add unit tests for CRUD, stage execution, run lifecycle (#1162)
59
+ - chore: test publish after removing stale status check
60
+ - chore: trigger publish test
61
+ - chore: test publish workflow fix
62
+ - chore: trigger publish workflow test
63
+
3
64
  ## 0.1.1024 (2026-04-16)
4
65
 
5
66
  ### 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.1026",
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"