@yemi33/minions 0.1.180 → 0.1.181

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,10 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.181 (2026-04-02)
4
+
5
+ ### Engine
6
+ - engine/pipeline.js
7
+
3
8
  ## 0.1.180 (2026-04-02)
4
9
 
5
10
  ### Engine
@@ -169,7 +169,7 @@ function executeTaskStage(stage, stageState, run, config) {
169
169
  id,
170
170
  title: item.title || stage.title,
171
171
  description: item.description || stage.description || '',
172
- type: item.type || stage.taskType || 'implement',
172
+ type: item.type || stage.taskType || 'explore',
173
173
  priority: item.priority || stage.priority || 'medium',
174
174
  agent: item.agent || stage.agent || '',
175
175
  status: 'pending',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yemi33/minions",
3
- "version": "0.1.180",
3
+ "version": "0.1.181",
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"