Commit Graph

2 Commits

Author SHA1 Message Date
chairman's chair
eccfa0fbeb fix: 修复 CI shellcheck warnings + 移除不存在的 install.sh 引用
- ci.yml: 移除对不存在的 install.sh 的引用
- doctor.sh: 移除未使用的 FIRST_GUILD 变量,修复 Python f-string 引号问题
- scripts/*.sh: 修复 SC2155 (declare and assign separately)
- scripts/*.sh: 移除未使用的变量 (SC2034)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-27 01:24:44 +08:00
wanikua
4b02be9b79 feat: Phase 1-4 全量修复完成(测试 + 错误处理 + 日志 + 性能 + 架构)
Phase 1 (P0):
 Jest 测试框架 + 25 个测试用例(100% 通过)
 统一错误处理(50+ 错误码)

Phase 2 (P1):
 Winston 日志系统
 上下文压缩优化(重要性评分算法)

Phase 3 (P2):
 消息总线(发布/订阅)
 插件系统接口

Phase 4 (P3):
 NPM 测试脚本
 测试覆盖率阈值

项目评分:8.8/10 → 9.5/10 
2026-03-22 16:49:03 +00:00