Skip to content

Commit e464d93

Browse files
laoman.wzpclaude
andcommitted
Fix missing ccw install step in installation documentation
- Added the crucial `ccw install` step after npm installation in both English (INSTALL.md) and Chinese (INSTALL_CN.md) documentation - Included detailed explanation of what ccw install does: * Installs workflows, scripts, templates to ~/.claude/ * Installs skill definitions to ~/.codex/ * Configures shell integration (optional) This step is essential for the complete installation of CCW system files. Co-Authored-By: Claude (Kimi-K2-Instruct-0905) <noreply@anthropic.com>
1 parent 67a5784 commit e464d93

2 files changed

Lines changed: 32 additions & 0 deletions

File tree

INSTALL.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,22 @@ Installation guide for Claude Code Agent workflow coordination and distributed m
1414
npm install -g claude-code-workflow
1515
```
1616

17+
### Complete Installation
18+
19+
After installing the npm package, you need to run the installation command to set up workflows, scripts, and templates:
20+
21+
```bash
22+
# Install CCW system files (workflows, scripts, templates)
23+
ccw install
24+
```
25+
26+
The `ccw install` command will:
27+
- Install workflow definitions to `~/.claude/workflows/`
28+
- Install utility scripts to `~/.claude/scripts/`
29+
- Install prompt templates to `~/.claude/templates/`
30+
- Install skill definitions to `~/.codex/skills/`
31+
- Configure shell integration (optional)
32+
1733
### Verify Installation
1834

1935
```bash

INSTALL_CN.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,22 @@ Claude Code Agent 工作流协调和分布式内存系统的安装指南。
1414
npm install -g claude-code-workflow
1515
```
1616

17+
### 完成安装
18+
19+
安装 npm 包后,需要运行安装命令来设置工作流、脚本和模板:
20+
21+
```bash
22+
# 安装 CCW 系统文件(工作流、脚本、模板)
23+
ccw install
24+
```
25+
26+
`ccw install` 命令将会:
27+
- 安装工作流定义到 `~/.claude/workflows/`
28+
- 安装实用脚本到 `~/.claude/scripts/`
29+
- 安装提示模板到 `~/.claude/templates/`
30+
- 安装技能定义到 `~/.codex/skills/`
31+
- 配置 shell 集成(可选)
32+
1733
### 验证安装
1834

1935
```bash

0 commit comments

Comments
 (0)