chore: update existing rule docs with AI output schema

This commit is contained in:
qg
2026-03-30 11:19:22 +08:00
parent 03a5087260
commit 4ddae35ffb
19 changed files with 103 additions and 26 deletions

View File

@@ -0,0 +1 @@
提取需求,梳理用户角色与核心用例,确定前后端与数据库技术栈选型,输出 project_blueprint.md。

View File

@@ -0,0 +1,3 @@
读取项目蓝图,进行数据库表结构设计。按规定格式输出实体关系图和数据字典。
@02 - Design Standard/2.3 数据库与存储设计规范.md

View File

@@ -0,0 +1,4 @@
读取蓝图确认技术栈,生成标准分层目录树结构、依赖包文件(如 requirements.txt及基础配置。
@03 - Coding & Frameworks/01 - Language Coding Specification/Python 编码与开发规范.md
@03 - Coding & Frameworks/02 - Framework Development Specification/Django_DRF开发规范.md

View File

@@ -0,0 +1,4 @@
为指定模块编写核心逻辑与 API。必须遵守严格的分层原则和统一的接口响应格式。
@03 - Coding & Frameworks/02 - Framework Development Specification/Django_DRF开发规范.md
@02 - Design Standard/2.2 API 接口设计规范.md

View File

@@ -0,0 +1,3 @@
读取刚生成的业务代码,编写单元测试。必须包含完整的行为排列与外部依赖 Mock。
@04 - Quality & Review/4.1 自动化测试规范.md

View File

@@ -0,0 +1,4 @@
作为严苛的架构师,扫描当前变更代码的安全与架构漏洞,打回违规代码并直接提供修复代码块。
@04 - Quality & Review/4.2 代码审查规范.md
@04 - Quality & Review/4.3 安全编码规范.md

View File

@@ -0,0 +1,3 @@
读取项目依赖,生成多环境隔离的容器化构建脚本与 CI/CD 流水线配置文件。
@05 - Collaboration & Delivery/5.2 CI_CD 与环境部署规范.md