From 8739a404f69baffc9bf3397c2dd62c8ed7a739ee Mon Sep 17 00:00:00 2001 From: lanyuanxiaoyao Date: Tue, 9 Jun 2026 15:39:00 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=20init=20=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=A8=A1=E6=9D=BF=E4=B8=AD=E7=9A=84=20discuss=20?= =?UTF-8?q?=E9=98=B6=E6=AE=B5=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/commands/init.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/commands/init.ts b/src/commands/init.ts index c41fee0..e7587ef 100644 --- a/src/commands/init.ts +++ b/src/commands/init.ts @@ -12,7 +12,7 @@ const CONFIG_TEMPLATE = `# Rune 配置文件 # 阶段顺序:discuss -> plan -> build -> archive # # 可配置阶段: -# discuss - 讨论阶段:自由讨论需求和架构 +# discuss - 探索阶段:深度思考、调查代码库、对比方案 # plan - 规划阶段:生成设计文档和任务清单 # build - 构建阶段:按任务清单逐步实现 # archive - 归档阶段:确认完成并归档变更 @@ -21,7 +21,7 @@ const CONFIG_TEMPLATE = `# Rune 配置文件 # stages: # discuss: # prompt: | -# 你是一位资深软件架构师... +# 进入探索模式。深度思考,自由发散。跟随对话走向。 # # 示例 - 自定义规划阶段的文档模板: # stages: