2
0
Просмотр исходного кода

📝 docs(project): reorganize development notes section

- move development notes to end of file for better document structure
- maintain all original development notes content including package manager, build tool, SSR setup, environment variables, port configuration and response language requirements
yourname 6 месяцев назад
Родитель
Сommit
aaceea1173
1 измененных файлов с 9 добавлено и 9 удалено
  1. 9 9
      CLAUDE.md

+ 9 - 9
CLAUDE.md

@@ -48,14 +48,6 @@ This is a full-stack TypeScript application using:
 - Trainee expiration system with automatic status updates
 - Middleware in `src/server/middleware/`
 
-## Development Notes
-- Uses pnpm as package manager
-- Vite for both dev server and production builds
-- SSR (Server-Side Rendering) setup with Hono.js
-- Environment variables via `.env` file
-- Port 8080 for development and production
-- always response in chinese
-
 ## Project Standards & Rules
 - @.roo/rules/01-general.md - 通用开发规范
 - @.roo/rules/02-typescript.md - TypeScript规范
@@ -75,4 +67,12 @@ This is a full-stack TypeScript application using:
 - @.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 - 用户追踪规范
+- @.roo/rules/15-user-tracking.md - 用户追踪规范
+
+## Development Notes
+- Uses pnpm as package manager
+- Vite for both dev server and production builds
+- SSR (Server-Side Rendering) setup with Hono.js
+- Environment variables via `.env` file
+- Port 8080 for development and production
+- always response in chinese