补充文档和各类运行说明 文件

This commit is contained in:
2026-06-03 18:54:54 +08:00
parent 36ce995ff4
commit 93ba207b74
8 changed files with 138 additions and 1 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
## 2. 如何让多轮修改的进度可重用
第一,要求 Agent 在每轮开始前先读取项目说明和现有代码模式。
第一,要求 Agent 在每轮开始前先读取项目说明和现有代码模式,借助了 `codegraph` 这个 mcp 辅助 Agent 完成
第二,把需求拆成可验收的小任务。使用 `plan` 模式帮助设计。