docs(zh-CN): translate code block(plain text) (#753)

Co-authored-by: neo <neo.dowithless@gmail.com>
This commit is contained in:
zdoc.app
2026-03-23 06:39:24 +08:00
committed by GitHub
parent fd2a8edb53
commit 4f6f587700
118 changed files with 1807 additions and 1835 deletions

View File

@@ -11,14 +11,14 @@ description: 通过Claude DevFleet协调并行Claude Code代理——从自然
## 流程
```
User describes project
→ plan_project(prompt) → mission DAG with dependencies
Show plan, get approval
→ dispatch_mission(M1) → Agent spawns in worktree
→ M1 completes → auto-merge → M2 auto-dispatches (depends_on M1)
→ M2 completes → auto-merge
→ get_report(M2) → files_changed, what_done, errors, next_steps
Report summary to user
用户描述项目
→ plan_project(prompt) → 任务DAG与依赖关系
展示计划,获取批准
→ dispatch_mission(M1) → 代理在工作区中生成
→ M1完成 → 自动合并 → M2自动调度依赖于M1
→ M2完成 → 自动合并
→ get_report(M2) → 文件变更、完成内容、错误、后续步骤
向用户报告总结
```
## 工作流
@@ -26,7 +26,7 @@ User describes project
1. **根据用户描述规划项目**
```
mcp__devfleet__plan_project(prompt="<user's description>")
mcp__devfleet__plan_project(prompt="<用户描述>")
```
这将返回一个包含链式任务的项目。向用户展示: