feat: 将 task 从 plan 文档提升为独立 SDD 阶段
This commit is contained in:
@@ -80,7 +80,7 @@ describe("runInit", () => {
|
||||
|
||||
const content = await readFile(join(TMP_DIR, ".rune", "config.yaml"), "utf-8");
|
||||
expect(content).toContain("metadata");
|
||||
expect(content).toContain("tracked");
|
||||
expect(content).toContain("command");
|
||||
});
|
||||
|
||||
it("config.yaml 模板包含 create 命令说明", async () => {
|
||||
|
||||
Reference in New Issue
Block a user