feat: archive 阶段校验 task 完成状态,未完成时注入警告提示词
This commit is contained in:
@@ -201,7 +201,7 @@ cli.command("archive <change-name>", "归档阶段").action(
|
||||
});
|
||||
}
|
||||
const config = await loadConfig(root);
|
||||
const prompt = assembleArchivePrompt(config, changeName);
|
||||
const prompt = await assembleArchivePrompt(config, root, changeName);
|
||||
const today = new Date().toISOString().slice(0, 10);
|
||||
const src = changeDir;
|
||||
const dest = join(getArchiveDir(root), `${today}-${changeName}`);
|
||||
|
||||
Reference in New Issue
Block a user