From 1bc0629827ced8df3ffc4bfa7645ae77b6ba29c6 Mon Sep 17 00:00:00 2001 From: lanrtop Date: Sat, 18 Jul 2026 10:26:07 +0900 Subject: [PATCH] =?UTF-8?q?chore(blueprint):=20=E7=9F=A5=E8=AF=86=E5=BA=93?= =?UTF-8?q?=E6=A8=A1=E6=9D=BF=E4=BB=BB=E5=8A=A1=E5=8D=A1=E6=94=B6=E5=8D=A1?= =?UTF-8?q?=E2=80=94=E2=80=94agent=5Fverify=20=E5=B7=B2=E8=BF=87=EF=BC=8Ch?= =?UTF-8?q?uman=5Fverify=20=E5=BE=85=E5=AE=9E=E6=B5=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .blueprint/modules/project-templates.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 待应用内新建项目实测。