refactor: update workflow commands to use /workflow:spec:setup for initialization

This commit is contained in:
catlog22
2026-03-10 23:47:27 +08:00
parent 38d1987f41
commit c50d9b21dc
18 changed files with 33 additions and 33 deletions

View File

@@ -67,7 +67,7 @@ API Keys 也可以在项目级别配置 `.claude/settings.json`,项目级配
### 2.2.2 初始化项目规范
```
/workflow:init
/workflow:spec:setup
```
这会创建 `project-tech.json` 文件,记录项目的技术栈信息。
@@ -75,7 +75,7 @@ API Keys 也可以在项目级别配置 `.claude/settings.json`,项目级配
### 2.2.3 填充项目规范
```
/workflow:init-guidelines
/workflow:spec:setup -guidelines
```
交互式填充项目规范,包括编码风格、架构决策等信息。
@@ -272,7 +272,7 @@ npm install
/workflow:session:start
# 5. 初始化项目
/workflow:init
/workflow:spec:setup
```
### 常用命令