From a7591c699189c8fe1126d1ca2bc71d6af66ab402 Mon Sep 17 00:00:00 2001 From: zk Date: Thu, 12 Mar 2026 18:31:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=B8=E5=BF=83=E8=AF=B4?= =?UTF-8?q?=E6=98=8E=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .kiro/steering/code-with-standards.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.kiro/steering/code-with-standards.md b/.kiro/steering/code-with-standards.md index 22b1d93..319a6cf 100644 --- a/.kiro/steering/code-with-standards.md +++ b/.kiro/steering/code-with-standards.md @@ -12,7 +12,10 @@ inclusion: always - 权限体系设计、邀请模块设计 - 现有的公共能力(工具类、配置、拦截器),避免重复造轮子 -方案讨论时,说明涉及哪些现有模块和实体,新增内容放在哪个模块,做好解耦。 +方案讨论时: +- 优先给出简洁的方案思路(涉及哪些模块和实体、新增内容放在哪、核心流程概要),不要一开始就铺开所有细节 +- 用户明确要求时,再给出详细的方案流程(表结构、接口清单、完整逻辑步骤等) +- 做好解耦,说明与现有模块的关系 ## 开发方案输出前 / 写代码前