@yemi33/minions 0.1.1963 → 0.1.1964

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.
@@ -570,6 +570,7 @@
570
570
  .dispatch-type.meeting { background: rgba(88,166,255,0.2); color: var(--blue); }
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
+ .dispatch-type.docs { background: rgba(56,189,248,0.15); color: #38bdf8; }
573
574
  .dispatch-agent { font-weight: 600; color: var(--text); }
574
575
  .dispatch-task { flex: 1; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
575
576
  .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.1963",
3
+ "version": "0.1.1964",
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"