Files
claude-code/.trae/specs/rename-to-lhy-code/checklist.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

500 B
Raw Blame History

Checklist

  • package.json name 字段改为 "lhy-code"
  • package.json bin 字段改为 "lhy-code"
  • README.md 所有 "Claude Code Haha" 替换为 "LHY Code"
  • README.md 所有 "claude-code-haha" 替换为 "lhy-code"
  • ARCHITECTURE.md 项目名称已更新(位于 .trae/documents/
  • TUTORIAL.md 项目名称已更新
  • 源代码中需要修改的 "Claude Code" 引用已修改
  • bin 脚本已创建为 lhy-code
  • 版本信息显示 "LHY Code v999.0.0-local"