ソースを参照

📝 docs: remove duplicate development notes section

- 删除重复的"Development Notes"部分,避免文档内容冗余
- 相关信息已在"Claude Code"部分体现,保持文档简洁清晰
yourname 2 ヶ月 前
コミット
affe7c4625
1 ファイル変更0 行追加7 行削除
  1. 0 7
      CLAUDE.md

+ 0 - 7
CLAUDE.md

@@ -31,13 +31,6 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
 - @.roo/rules/14-crud-filtering.md - CRUD筛选规范
 - @.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
-
 ## Claude Code
 - use pnpm
 - 检查类型错误直接用pnpm typecheck检查整个项目,不要单独检查单个文件