@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 CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.169 (2026-04-02)
4
+
5
+ ### Engine
6
+ - engine/lifecycle.js
7
+
3
8
  ## 0.1.168 (2026-04-02)
4
9
 
5
10
  ### Engine
@@ -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.168",
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"