@yemi33/minions 0.1.2324 → 0.1.2325

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.
@@ -294,7 +294,6 @@ function renderCcHint() {
294
294
  'line-height:1.5',
295
295
  ].join(';');
296
296
  document.body.appendChild(mount);
297
- // eslint-disable-next-line no-unsanitized/property -- reason: static string literal — no user-controlled data is interpolated
298
297
  mount.innerHTML =
299
298
  '<div id="cc-hint-arrow" style="position:absolute;top:-7px;width:12px;height:12px;background:var(--surface);border-left:1px solid var(--blue);border-top:1px solid var(--blue);transform:rotate(45deg)"></div>' +
300
299
  '<div style="font-weight:700;color:var(--blue);margin-bottom:4px">&#x1F44B; Start here</div>' +
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yemi33/minions",
3
- "version": "0.1.2324",
3
+ "version": "0.1.2325",
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"