feat: 完成第二版类型清理

This commit is contained in:
claude-code-best
2026-03-31 23:03:47 +08:00
parent 4c0a655a1c
commit d7a729ca68
604 changed files with 595 additions and 953 deletions

View File

@@ -54,7 +54,7 @@ echo "say hello" | bun run src/entrypoints/cli.tsx -p
bun run build
```
构建产物输出到 `dist/cli.js`~25 MB5300+ 模块)。
构建产物输出到 `dist/cli.js`~25.75 MB5326 模块)。
## 项目结构
@@ -95,7 +95,7 @@ claude-code/
### 类型状态
仍有 ~1341 个 tsc 错误,均为反编译产生的源码级类型问题(`unknown` / `never` / `{}`**不影响 Bun 运行时**
经过系统性修复tsc 错误从 ~1341 降至 **~289**(减少 78%)。剩余错误分散在小文件中,均为反编译产生的源码级类型问题,**不影响 Bun 运行时**。详见 [RECORD.md](./RECORD.md) 第六节
### Monorepo