Enhance cc-switch-dev-workflow bootstrap
这个提交包含在:
@@ -31,7 +31,17 @@ tags: [cc-switch, workflow, spec-driven, multi-agent, hono, nextjs, typescript]
|
||||
python3 scripts/inspect_cc_switch_runtime.py --format markdown
|
||||
```
|
||||
|
||||
3. 如果用户明确要初始化项目目录,用:
|
||||
3. 如果用户明确要一键初始化目标 repo,并直接生成首轮 `CLAUDE.md / AGENTS.md / ANALYSIS.md / TODO.yaml / SPECS/`,优先用:
|
||||
|
||||
```bash
|
||||
python3 scripts/init_workflow_repo.py \
|
||||
--target-dir /absolute/path/to/project \
|
||||
--playbook new-project-from-scaffold \
|
||||
--project-name "Project Name" \
|
||||
--goal "One-sentence goal"
|
||||
```
|
||||
|
||||
4. 如果只需要轻量骨架和模板拷贝,再用:
|
||||
|
||||
```bash
|
||||
python3 scripts/bootstrap_workflow_workspace.py \
|
||||
@@ -39,7 +49,7 @@ python3 scripts/bootstrap_workflow_workspace.py \
|
||||
--playbook new-project-from-scaffold
|
||||
```
|
||||
|
||||
4. 只把高密度产物传给下一阶段,禁止把整段原始聊天直接 handoff 给下一个 agent。
|
||||
5. 只把高密度产物传给下一阶段,禁止把整段原始聊天直接 handoff 给下一个 agent。
|
||||
|
||||
## Default Operating Rules
|
||||
|
||||
@@ -82,6 +92,7 @@ python3 scripts/bootstrap_workflow_workspace.py \
|
||||
在大多数项目里,至少会出现这些产物:
|
||||
|
||||
- `CLAUDE.md`
|
||||
- `AGENTS.md`
|
||||
- `ANALYSIS.md`
|
||||
- `TODO.yaml`
|
||||
- `SPECS/*.md`
|
||||
|
||||
在新工单中引用
屏蔽一个用户