feat: opencode command 文件加 rune- 前缀
This commit is contained in:
@@ -12,7 +12,7 @@ export async function injectOpenCode(projectRoot: string): Promise<void> {
|
||||
|
||||
const commandDir = join(projectRoot, COMMANDS_DIR);
|
||||
await mkdir(commandDir, { recursive: true });
|
||||
const commandPath = join(commandDir, `${stage}.md`);
|
||||
const commandPath = join(commandDir, `rune-${stage}.md`);
|
||||
if (!existsSync(commandPath)) {
|
||||
await writeFile(commandPath, generateCommand(stage, hasChangeName));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user