@yemi33/minions 0.1.2043 → 0.1.2044

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.
@@ -521,7 +521,9 @@ window.MinionsRefresh = { refresh };
521
521
  chip.type = 'button';
522
522
  chip.textContent = 'diag';
523
523
  chip.title = 'Open dashboard refresh diagnostics';
524
- chip.style.cssText = 'position:fixed;right:12px;bottom:12px;z-index:9999;background:var(--surface,#222);color:var(--muted,#aaa);border:1px solid var(--border,#444);border-radius:10px;padding:3px 8px;font-size:10px;font-family:inherit;cursor:pointer;opacity:0.75';
524
+ // Bottom-LEFT (not right) to avoid overlapping the Command Center Send
525
+ // button when the CC drawer is open (the drawer covers the right edge).
526
+ chip.style.cssText = 'position:fixed;left:12px;bottom:12px;z-index:9999;background:var(--surface,#222);color:var(--muted,#aaa);border:1px solid var(--border,#444);border-radius:10px;padding:3px 8px;font-size:10px;font-family:inherit;cursor:pointer;opacity:0.75';
525
527
  chip.addEventListener('click', _openRefreshDiagModal);
526
528
  document.body.appendChild(chip);
527
529
  } catch { /* DOM may not be ready in unusual test embeds */ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yemi33/minions",
3
- "version": "0.1.2043",
3
+ "version": "0.1.2044",
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"