refactor: create 从 SDD 阶段降级为工具命令,移除阶段配置和提示词

This commit is contained in:
2026-06-10 14:51:29 +08:00
parent 1f6e49e336
commit 8573d2abc8
13 changed files with 190 additions and 80 deletions

View File

@@ -83,7 +83,7 @@ describe("runInit", () => {
expect(content).toContain("tracked");
});
it("config.yaml 模板包含 create 阶段", async () => {
it("config.yaml 模板包含 create 命令说明", async () => {
await runInit(TMP_DIR, ["opencode"]);
const content = await readFile(join(TMP_DIR, ".rune", "config.yaml"), "utf-8");