@yemi33/minions 0.1.213 → 0.1.214
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.
- package/CHANGELOG.md +5 -0
- package/bin/minions.js +0 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/bin/minions.js
CHANGED
|
@@ -276,13 +276,7 @@ function init() {
|
|
|
276
276
|
fs.writeFileSync(installIdPath, crypto.randomBytes(8).toString('hex'));
|
|
277
277
|
}
|
|
278
278
|
|
|
279
|
-
// Print summary — counts only, not individual files
|
|
280
279
|
console.log('');
|
|
281
|
-
const parts = [];
|
|
282
|
-
if (actions.updated.length > 0) parts.push(`${actions.updated.length} updated`);
|
|
283
|
-
if (actions.created.length > 0) parts.push(`${actions.created.length} added`);
|
|
284
|
-
if (actions.skipped.length > 0 && isUpgrade) parts.push(`${actions.skipped.length} preserved`);
|
|
285
|
-
if (parts.length > 0) console.log(` Files: ${parts.join(', ')}`);
|
|
286
280
|
|
|
287
281
|
// Show changelog for upgrades
|
|
288
282
|
if (isUpgrade && installedVersion && installedVersion !== pkgVersion) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yemi33/minions",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.214",
|
|
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"
|