@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # Changelog
2
2
 
3
- ## 0.1.1611 (2026-04-28)
3
+ ## 0.1.1612 (2026-04-28)
4
4
 
5
5
  ### Features
6
6
  - hard-pin agent assignment when CC names a specific agent
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.1611",
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"