Browse Source

📝 docs(project): add project standards and rules section

- 添加"Project Standards & Rules"章节
- 列出15项开发规范文档,包括通用开发、TypeScript、模块化、API等方面
- 建立统一的项目开发规范索引
yourname 6 months ago
parent
commit
25b9b4033f
1 changed files with 22 additions and 1 deletions
  1. 22 1
      CLAUDE.md

+ 22 - 1
CLAUDE.md

@@ -54,4 +54,25 @@ This is a full-stack TypeScript application using:
 - SSR (Server-Side Rendering) setup with Hono.js
 - Environment variables via `.env` file
 - Port 8080 for development and production
-- always response in chinese
+- always response in chinese
+
+## Project Standards & Rules
+- @.roo/rules/01-general.md - 通用开发规范
+- @.roo/rules/02-typescript.md - TypeScript规范
+- @.roo/rules/03-modules.md - 模块化规范
+- @.roo/rules/04-api.md - API开发规范
+- @.roo/rules/05-database.md - 数据库规范
+- @.roo/rules/06-service-di.md - 服务与依赖注入规范
+- @.roo/rules/07-openapi.md - OpenAPI规范
+- @.roo/rules/08-rpc.md - RPC调用规范
+- @.roo/rules/09-logging.md - 日志规范
+- @.roo/rules/10-entity.md - 实体定义规范
+- @.roo/rules/11-admin-frontend.md - 管理前端规范
+- @.roo/rules/11-custom-crud.md - 自定义CRUD规范
+- @.roo/rules/11-entity-creation.md - 实体创建规范
+- @.roo/rules/11-home-frontend.md - 首页前端规范
+- @.roo/rules/11-standard-crud.md - 标准CRUD规范
+- @.roo/rules/12-generic-crud.md - 通用CRUD规范
+- @.roo/rules/13-ui-style.md - UI样式规范
+- @.roo/rules/14-crud-filtering.md - CRUD筛选规范
+- @.roo/rules/15-user-tracking.md - 用户追踪规范