feat: claude-code command 文件加 rune- 前缀
This commit is contained in:
@@ -26,7 +26,7 @@ describe("完整 SDD 流程", () => {
|
||||
it("init → discuss → plan → build → archive 完整流程", async () => {
|
||||
await runInit(TMP_DIR, ["opencode"]);
|
||||
expect(existsSync(join(TMP_DIR, ".rune", "config.yaml"))).toBe(true);
|
||||
expect(existsSync(join(TMP_DIR, ".opencode", "commands", "discuss.md"))).toBe(true);
|
||||
expect(existsSync(join(TMP_DIR, ".opencode", "commands", "rune-discuss.md"))).toBe(true);
|
||||
|
||||
const config = await loadConfig(TMP_DIR);
|
||||
const discussPrompt = assembleDiscussPrompt(config);
|
||||
|
||||
Reference in New Issue
Block a user