claude-code-best/packages
claude-code-best 5ed0e63095 refactor: 将 weixin 模块从 src/ 迁移至 packages/weixin 工作区包
将 src/services/weixin/ 中的纯业务逻辑迁入 @claude-code-best/weixin
workspace 包,降低 src/ 耦合度。仅保留 server.ts 作为薄适配层。

- 迁移 7 个无修改的纯模块 (types/api/accounts/login/pairing/media/send)
- monitor.ts 内联 PERMISSION_REPLY_RE 正则,解除对 src/ 的依赖
- permissions.ts 本地定义 ChannelPermissionRequestParams 接口
- cli.ts 拆分:serve 子命令通过回调注入,login/access 保留在包内
- server.ts 重写为从 @claude-code-best/weixin 导入
- 新增 cli-serve.ts 作为 serve 入口薄壳

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-19 20:55:13 +08:00
..
@ant feat: 重构供应商层次 (#286) 2026-04-17 09:33:14 +08:00
acp-link feat: ACP 协议版本 remote control (#293) 2026-04-18 21:54:22 +08:00
agent-tools feat: 重构供应商层次 (#286) 2026-04-17 09:33:14 +08:00
audio-capture-napi feat: 重构供应商层次 (#286) 2026-04-17 09:33:14 +08:00
builtin-tools feat(remote-control): 优化 Web 展示、状态同步与桥接控制流程 (#288) 2026-04-17 16:21:27 +08:00
color-diff-napi feat: 重构供应商层次 (#286) 2026-04-17 09:33:14 +08:00
image-processor-napi feat: 重构供应商层次 (#286) 2026-04-17 09:33:14 +08:00
mcp-client feat: 重构供应商层次 (#286) 2026-04-17 09:33:14 +08:00
modifiers-napi feat: 重构供应商层次 (#286) 2026-04-17 09:33:14 +08:00
remote-control-server fix: 替换 web 端 crypto.randomUUID 为 uuid 库以支持 HTTP 环境 2026-04-19 10:33:15 +08:00
url-handler-napi feat: 重构供应商层次 (#286) 2026-04-17 09:33:14 +08:00
weixin refactor: 将 weixin 模块从 src/ 迁移至 packages/weixin 工作区包 2026-04-19 20:55:13 +08:00
tsconfig.json feat: 重构供应商层次 (#286) 2026-04-17 09:33:14 +08:00