Files
claude-code/.trae/specs/rename-to-lhy-code/tasks.md
T
Serendipity cd09784e54 feat: 将项目名称从 Claude Code 重命名为 LHY Code
- 更新 package.json 中的 name、bin 和 scripts 字段
- 创建新的启动脚本 bin/lhy-code
- 将所有文档和源代码中的 "Claude Code" 替换为 "LHY Code"
- 更新欢迎信息、状态栏描述和版本显示
- 删除不再需要的 .env.example 文件
2026-04-02 23:19:28 +08:00

29 lines
963 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Tasks
- [x] Task 1: 修改 package.json 元数据
- [x] 将 name 从 "claude-code-local" 改为 "lhy-code"
- [x] 将 bin.claude-haha 改为 bin.lhy-code
- [x] 更新 scripts 中的引用
- [x] Task 2: 修改 README.md
- [x] 替换所有 "Claude Code Haha" → "LHY Code"
- [x] 替换所有 "claude-code-haha" → "lhy-code"
- [x] 替换所有 "claude-haha" → "lhy-code"
- [x] Task 3: 修改文档文件
- [x] 更新 ARCHITECTURE.md 中的项目名称(位于 .trae/documents/
- [x] 更新 TUTORIAL.md 中的项目名称
- [x] Task 4: 搜索并替换源代码中的硬编码字符串
- [x] 搜索 "Claude Code" 引用并评估是否需要修改
- [x] 修改入口文件的欢迎信息 (WelcomeV2.tsx)
- [x] 修改 IdeOnboardingDialog.tsx
- [x] 修改 statusline.tsx 命令描述
- [x] Task 5: 重命名 bin 脚本
- [x] 创建 bin/lhy-code 脚本
- [x] 更新脚本内部引用
# Task Dependencies
- 所有任务已完成