@yemi33/minions 0.1.2263 → 0.1.2264

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.
@@ -184,7 +184,8 @@
184
184
  }
185
185
  var prdBySource = {};
186
186
  for (var j = 0; j < prds.length; j++) {
187
- if (prds[j].sourcePlan) prdBySource[prds[j].sourcePlan] = prds[j];
187
+ var sp = prds[j].sourcePlan;
188
+ if (sp) prdBySource[sp.replace(/^plans\//, '')] = prds[j];
188
189
  }
189
190
  var cards = [];
190
191
  var claimedPrd = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yemi33/minions",
3
- "version": "0.1.2263",
3
+ "version": "0.1.2264",
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"