feat: 添加 todo

This commit is contained in:
claude-code-best 2026-04-01 01:49:58 +08:00
parent dc2fdc7cc7
commit 9dd1eeff2f

View File

@ -20,3 +20,6 @@
- [x] 代码格式化与校验
- [ ] 冗余代码检查
- [x] git hook 的配置
- [ ] 代码健康度检查
- [ ] 单元测试基础设施搭建 (test runner 配置)
- [ ] CI/CD 流水线 (GitHub Actions)