@yemi33/minions 0.1.2433 → 0.1.2434
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.
|
@@ -162,12 +162,10 @@
|
|
|
162
162
|
pill.setAttribute('aria-checked', isActive ? 'true' : 'false');
|
|
163
163
|
var proj = projectByName && projectByName[p];
|
|
164
164
|
if (proj) {
|
|
165
|
-
//
|
|
166
|
-
//
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
: null;
|
|
170
|
-
if (summ && summ.titleText) pill.title = summ.titleText;
|
|
165
|
+
// The git + checkout detail is surfaced exclusively via the custom
|
|
166
|
+
// popover layered on below (hover/focus); we deliberately do NOT set a
|
|
167
|
+
// native title= here — it would render a second, redundant browser
|
|
168
|
+
// tooltip overlapping the popover.
|
|
171
169
|
_wirePillHover(pill, proj);
|
|
172
170
|
}
|
|
173
171
|
group.appendChild(pill);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yemi33/minions",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2434",
|
|
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"
|