clawt 3.10.1 → 3.10.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -19,7 +19,7 @@ Claude Code can independently complete feature development, bug fixes, and refac
19
19
 
20
20
  This is how most developers use Claude Code today — **serial execution**:
21
21
 
22
- ![Serial timeline](https://p5.ssl.qhimg.com/d/inn/20812850b163/2026-03-22-16-00-00-serial-timeline.png)
22
+ ![Serial timeline](https://p5.ssl.qhimg.com/d/inn/73aa5b47265e/upload_screenshot_1779706665.png)
23
23
 
24
24
  **3 tasks total ≈ 49.5 min.** The biggest problem: **while Claude is working on task A, B, C — you're just waiting.**
25
25
 
@@ -60,7 +60,7 @@ Git Worktree is a native Git mechanism (`git worktree add`) that creates multipl
60
60
 
61
61
  > **Human's job: think about requirements, write prompts, review code(Optional). AI's job: write code. Git Worktree is the isolation layer between them.**
62
62
 
63
- ![Architecture](https://p0.ssl.qhimg.com/t11b673bcd66632b91c744dad9c.png)
63
+ ![Architecture](https://p2.ssl.qhimg.com/d/inn/52b6ed48d33f/upload_screenshot_1779706749.png)
64
64
 
65
65
  > **Clawt does not modify, replace, or wrap Claude Code itself. It only manages "where" and "how many" Claude Code instances run — at a higher level.**
66
66
 
package/README.zh-CN.md CHANGED
@@ -19,7 +19,7 @@ Claude Code 可以独立完成需求开发、Bug 修复、代码重构等任务
19
19
 
20
20
  这是大多数开发者使用 Claude Code 的现状——**串行执行**:
21
21
 
22
- ![串行模式时间轴](https://p5.ssl.qhimg.com/d/inn/20812850b163/2026-03-22-16-00-00-serial-timeline.png)
22
+ ![串行模式时间轴](https://p5.ssl.qhimg.com/d/inn/73aa5b47265e/upload_screenshot_1779706665.png)
23
23
 
24
24
  **3 个任务总耗时 ≈ 49.5 分钟**。最大的问题是:**Claude 在执行任务的时候,你完全在干等。**
25
25
 
@@ -62,7 +62,7 @@ Git Worktree 是 Git 原生支持的机制(`git worktree add`),它允许
62
62
 
63
63
  > **人做的事情:思考需求、写 Prompt、审查代码(可选)。AI 做的事情:写代码。用 Git Worktree 作为两者之间的隔离层。**
64
64
 
65
- ![架构图](https://p0.ssl.qhimg.com/t11b673bcd66632b91c744dad9c.png)
65
+ ![架构图](https://p2.ssl.qhimg.com/d/inn/52b6ed48d33f/upload_screenshot_1779706749.png)
66
66
 
67
67
  > **Clawt 不修改、不替换、不包装 Claude Code 本身。它只是在更高一层管理"在哪里"以及"同时启动多少个" Claude Code。**
68
68
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clawt",
3
- "version": "3.10.1",
3
+ "version": "3.10.2",
4
4
  "description": "本地并行执行多个Claude Code Agent任务,融合 Git Worktree 与 Claude Code CLI 的命令行工具",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",