diff --git a/.blueprint/modules/project-templates.md b/.blueprint/modules/project-templates.md index 9e95809..48cf2ce 100644 --- a/.blueprint/modules/project-templates.md +++ b/.blueprint/modules/project-templates.md @@ -38,8 +38,8 @@ progress: 100 - `builtin-tauri-react-tailwind`:Tauri v2 + React + TailwindCSS v4,客户端应用带样式 - `builtin-web-mobile-monorepo`:Web + Mobile 共享 Monorepo,packages/core(业务逻辑)+ packages/types + apps/web(Vite+Tailwind)+ apps/mobile(Expo+NativeWind) -### 🔵 知识库(择升环)模板 -- status: in_progress +### ✅ 知识库(择升环)模板 +- status: done - complexity: S - files: src-tauri/src/commands/templates.rs - acceptance: | @@ -49,3 +49,4 @@ progress: 100 新增内置模板 `builtin-knowledge-loop`:方法论/知识沉淀文档库。 三层晋升结构(dialogues 原料 → concepts 概念卡 → CORE.md 稳定核心), 晋升规则写入模板 AGENTS.md,agent 进库即按择升环工作流运转。init_commands 为 `git init`。 +agent_verify 已过(cargo check + 种子条目确认,commit 55ee5a4);human_verify 待应用内新建项目实测。