@yemi33/minions 0.1.874 → 0.1.875
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 +2 -1
- package/dashboard.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dashboard.js
CHANGED
|
@@ -1622,7 +1622,7 @@ const server = http.createServer(async (req, res) => {
|
|
|
1622
1622
|
}, { defaultValue: { pending: [], active: [], completed: [] } });
|
|
1623
1623
|
|
|
1624
1624
|
// 4. Reset work items from dispatched → pending so they can be retried
|
|
1625
|
-
const allWiPaths = [];
|
|
1625
|
+
const allWiPaths = [path.join(MINIONS_DIR, 'work-items.json')];
|
|
1626
1626
|
for (const proj of PROJECTS) allWiPaths.push(shared.projectWorkItemsPath(proj));
|
|
1627
1627
|
let resetCount = 0;
|
|
1628
1628
|
for (const wiPath of allWiPaths) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yemi33/minions",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.875",
|
|
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"
|