@yemi33/minions 0.1.575 → 0.1.576

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.576 (2026-04-08)
4
+
5
+ ### Other
6
+ - chore: remove orphaned comment, fix PID write test assertion
7
+
3
8
  ## 0.1.575 (2026-04-08)
4
9
 
5
10
  ### Fixes
package/dashboard.js CHANGED
@@ -4221,7 +4221,6 @@ What would you like to discuss or change? When you're happy, say "approve" and I
4221
4221
  { method: 'POST', path: '/api/settings/reset', desc: 'Reset engine + claude + agent settings to defaults', handler: handleSettingsReset },
4222
4222
  ];
4223
4223
 
4224
- // Expose routes to CC preamble builder (once, on first request)
4225
4224
  // ── Route Dispatcher ────────────────────────────────────────────────────────
4226
4225
 
4227
4226
  const pathname = req.url.split('?')[0];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yemi33/minions",
3
- "version": "0.1.575",
3
+ "version": "0.1.576",
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"