colyn-cli 3.1.4 → 3.2.0

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/README-en.md CHANGED
@@ -30,7 +30,7 @@ Colyn lets you command multiple AIs developing different features in parallel
30
30
  ## Installation
31
31
 
32
32
  ```bash
33
- npm install -g colyn
33
+ npm install -g colyn-cli
34
34
 
35
35
  # Configure shell integration (enables auto directory switching)
36
36
  colyn setup
package/README.md CHANGED
@@ -30,7 +30,7 @@ Colyn 让你同时指挥多个 AI 并行开发不同功能——每个 worktree
30
30
  ## 安装
31
31
 
32
32
  ```bash
33
- npm install -g colyn
33
+ npm install -g colyn-cli
34
34
 
35
35
  # 配置 shell 集成(启用自动目录切换)
36
36
  colyn setup
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "colyn-cli",
3
- "version": "3.1.4",
4
- "description": "Git worktree 管理工具",
3
+ "version": "3.2.0",
4
+ "description": "专为并行 Vibe Coding 设计的 Git Worktree 管理工具",
5
5
  "type": "module",
6
6
  "bin": "./bin/colyn",
7
7
  "files": [