@yemi33/minions 0.1.2281 → 0.1.2282
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/engine/cleanup.js +1 -1
- package/package.json +1 -1
package/engine/cleanup.js
CHANGED
|
@@ -1643,7 +1643,7 @@ function runPeriodicWorktreeSweep(config) {
|
|
|
1643
1643
|
// null" claim is true for the dispatch-end GC but NOT for this registry-derived
|
|
1644
1644
|
// periodic sweep.)
|
|
1645
1645
|
const projects = allProjects.filter(p => {
|
|
1646
|
-
try { return !shared.isLiveCheckoutProject(p); } catch { return
|
|
1646
|
+
try { return !shared.isLiveCheckoutProject(p); } catch { return false; } // W-mquoe8fu000w9383: fail-CLOSED — exclude from GC when checkout mode cannot be determined
|
|
1647
1647
|
});
|
|
1648
1648
|
const liveSkipped = allProjects.length - projects.length;
|
|
1649
1649
|
if (projects.length === 0) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yemi33/minions",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2282",
|
|
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"
|