feat: 加入 TODO; 开始夜间行者模式

This commit is contained in:
claude-code-best 2026-03-31 23:59:04 +08:00
parent 91f77ea571
commit 58f1bd49cb
2 changed files with 18 additions and 1 deletions

3
.gitignore vendored
View File

@ -6,4 +6,5 @@ coverage
*.log *.log
.idea .idea
.vscode .vscode
*.suo *.suo
*.lock

16
TODO.md Normal file
View File

@ -0,0 +1,16 @@
# TODO
尽可能实现下面的包, 使得与主包的关系完全吻合
## Packages
- [ ] `url-handler-napi` — URL 处理 NAPI 模块
- [ ] `modifiers-napi` — 修饰键检测 NAPI 模块
- [ ] `audio-capture-napi` — 音频捕获 NAPI 模块
- [ ] `color-diff-napi` — 颜色差异计算 NAPI 模块
- [ ] `image-processor-napi` — 图像处理 NAPI 模块
<!-- - [ ] `@ant/computer-use-swift` — Computer Use Swift 原生模块
- [ ] `@ant/computer-use-mcp` — Computer Use MCP 服务
- [ ] `@ant/computer-use-input` — Computer Use 输入模块
- [ ] `@ant/claude-for-chrome-mcp` — Chrome MCP 扩展 -->