@yemi33/minions 0.1.1974 → 0.1.1975

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.
@@ -571,6 +571,7 @@
571
571
  .dispatch-type.decompose { background: rgba(188,140,255,0.2); color: var(--purple); }
572
572
  .dispatch-type.manual { background: rgba(139,148,158,0.15); color: var(--muted); }
573
573
  .dispatch-type.docs { background: rgba(56,189,248,0.15); color: #38bdf8; }
574
+ .dispatch-type.setup { background: rgba(20,184,166,0.15); color: #14b8a6; }
574
575
  .dispatch-agent { font-weight: 600; color: var(--text); }
575
576
  .dispatch-task { flex: 1; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
576
577
  .dispatch-time { font-size: var(--text-sm); color: var(--border); }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yemi33/minions",
3
- "version": "0.1.1974",
3
+ "version": "0.1.1975",
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"