feat: 新增 create 命令,移除 fallbackNote,plan 不再自动 mkdir

This commit is contained in:
2026-06-10 13:06:30 +08:00
parent daec0612c4
commit ed4da9b6a0
2 changed files with 28 additions and 9 deletions

View File

@@ -106,7 +106,7 @@ export async function assembleBuildPrompt(
} catch {
const prefix = getPmPrefix(config);
throw new CommandError(`变更 "${changeName}" 尚未完成规划task.md 不存在`, {
hint: `请先完成规划阶段:${prefix} plan ${changeName} 生成所有规划文档`,
hint: `请先完成规划阶段:${prefix} plan ${changeName} task 生成任务文档`,
});
}