multi-agents-cli 1.0.58 → 1.0.59
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/init.js +1 -0
- package/package.json +1 -1
package/init.js
CHANGED
|
@@ -1584,6 +1584,7 @@ fi
|
|
|
1584
1584
|
console.log(` ${dim('shared')} : CLOUD, SECURITY\n`);
|
|
1585
1585
|
|
|
1586
1586
|
console.log(` ${dim('Next step:')}`);
|
|
1587
|
+
console.log(` ${cyan(`cd ${projectName}`)} ${dim('- enter your project')}`);
|
|
1587
1588
|
console.log(` ${cyan('npm run agent')} ${dim('- start your first task')}\n`);
|
|
1588
1589
|
separator();
|
|
1589
1590
|
console.log('');
|
package/package.json
CHANGED