refactor: create 从 SDD 阶段降级为工具命令,移除阶段配置和提示词
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user