feat: 将 task 从 plan 文档提升为独立 SDD 阶段
This commit is contained in:
@@ -53,7 +53,7 @@ describe("create 命令(工具命令,非 SDD 阶段)", () => {
|
||||
it("create 不是 SDD 阶段常量之一", async () => {
|
||||
const { STAGES } = await import("../../src/types.ts");
|
||||
expect(STAGES).not.toContain("create");
|
||||
expect(STAGES).toHaveLength(4);
|
||||
expect(STAGES).toHaveLength(5);
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user