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.
Files changed (2) hide show
  1. package/init.js +1 -0
  2. 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "multi-agents-cli",
3
- "version": "1.0.58",
3
+ "version": "1.0.59",
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",