multi-agents-cli 1.0.41 → 1.0.42

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.
Files changed (2) hide show
  1. package/init.js +5 -3
  2. package/package.json +1 -1
package/init.js CHANGED
@@ -1504,11 +1504,13 @@ fi
1504
1504
 
1505
1505
  if (cloudIdx === 0) {
1506
1506
  console.log(`\n ${green('✓')} Cloud deployment noted.\n`);
1507
- console.log(dim(' When ready, run ') + cyan('npm run agent') + dim(' and select the CLOUD agent.'));
1508
- console.log(dim(' It will read your stack and suggest the best platform options for your project.\n'));
1507
+ console.log(dim(' When ready, open a terminal inside your project folder and run:'));
1508
+ console.log(` ${cyan('npm run agent')} ${dim('- then select the CLOUD agent from the list.')}`);
1509
+ console.log(dim(' It will read your stack and suggest the best platform options.\n'));
1509
1510
  } else {
1510
1511
  console.log(`\n ${green('✓')} Noted - no cloud deployment for now.\n`);
1511
- console.log(dim(' You can always add it later by running ') + cyan('npm run agent') + dim(' and selecting the CLOUD agent.'));
1512
+ console.log(dim(' You can always add it later - open a terminal inside your project folder and run:'));
1513
+ console.log(` ${cyan('npm run agent')} ${dim('- then select the CLOUD agent from the list.')}`);
1512
1514
  console.log(dim(' No changes to your project are needed before that point.\n'));
1513
1515
  }
1514
1516
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "multi-agents-cli",
3
- "version": "1.0.41",
3
+ "version": "1.0.42",
4
4
  "description": "Multi-agent workflow orchestration for Claude Code — isolated git worktrees, structured state tracking, autonomous task chaining",
5
5
  "keywords": [
6
6
  "claude-code",