@yemi33/minions 0.1.168 → 0.1.169
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 +5 -0
- package/engine/lifecycle.js +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/engine/lifecycle.js
CHANGED
|
@@ -478,6 +478,7 @@ function updateWorkItemStatus(meta, status, reason) {
|
|
|
478
478
|
if (status === 'done') {
|
|
479
479
|
delete target.failReason;
|
|
480
480
|
delete target.failedAt;
|
|
481
|
+
delete target._retryCount;
|
|
481
482
|
target.completedAt = ts();
|
|
482
483
|
} else if (status === 'failed') {
|
|
483
484
|
if (reason) target.failReason = reason;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yemi33/minions",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.169",
|
|
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"
|