@yemi33/minions 0.1.633 → 0.1.634
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 +4 -1
- package/engine/lifecycle.js +0 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## 0.1.
|
|
3
|
+
## 0.1.634 (2026-04-08)
|
|
4
4
|
|
|
5
5
|
### Fixes
|
|
6
6
|
- spread pending mutations into dispatch meta.item snapshot
|
|
7
7
|
|
|
8
|
+
### Other
|
|
9
|
+
- simplify: remove unused hasOutput variable in plan-to-prd check
|
|
10
|
+
|
|
8
11
|
## 0.1.632 (2026-04-08)
|
|
9
12
|
|
|
10
13
|
### Features
|
package/engine/lifecycle.js
CHANGED
|
@@ -1367,7 +1367,6 @@ async function runPostCompletionHooks(dispatchItem, agentId, code, stdout, confi
|
|
|
1367
1367
|
} catch {}
|
|
1368
1368
|
}
|
|
1369
1369
|
if (!prdFound) {
|
|
1370
|
-
const hasOutput = stdout && stdout.length > 500;
|
|
1371
1370
|
const wiPath = resolveWorkItemPath(meta);
|
|
1372
1371
|
if (wiPath) {
|
|
1373
1372
|
mutateJsonFileLocked(wiPath, data => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yemi33/minions",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.634",
|
|
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"
|