@yemi33/minions 0.1.1611 → 0.1.1612
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 +1 -1
- package/dashboard.js +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dashboard.js
CHANGED
|
@@ -5201,6 +5201,7 @@ What would you like to discuss or change? When you're happy, say "approve" and I
|
|
|
5201
5201
|
engine: { state: engine.state, pid: engine.pid },
|
|
5202
5202
|
agents: agents.map(a => ({ id: a.id, name: a.name, status: a.status })),
|
|
5203
5203
|
projects: PROJECTS.map(p => ({ name: p.name, reachable: fs.existsSync(p.localPath) })),
|
|
5204
|
+
minionsDir: MINIONS_DIR,
|
|
5204
5205
|
uptime: process.uptime(),
|
|
5205
5206
|
timestamp: new Date().toISOString()
|
|
5206
5207
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yemi33/minions",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1612",
|
|
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"
|