@humanclaw/humanclaw 1.2.5 → 1.2.6

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
@@ -1,5 +1,7 @@
1
1
  <div align="center">
2
2
 
3
+ <img src="assets/logo.jpg" alt="HumanClaw Logo" width="120" />
4
+
3
5
  # HumanClaw
4
6
 
5
7
  **碳基节点编排框架 —— 将人类抽象为分布式 Worker 节点**
package/README_EN.md CHANGED
@@ -1,5 +1,7 @@
1
1
  <div align="center">
2
2
 
3
+ <img src="assets/logo.jpg" alt="HumanClaw Logo" width="120" />
4
+
3
5
  # HumanClaw
4
6
 
5
7
  **Carbon-Based Node Orchestration Framework — Humans as Distributed Worker Nodes**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@humanclaw/humanclaw",
3
- "version": "1.2.5",
3
+ "version": "1.2.6",
4
4
  "description": "Carbon-based node orchestration framework - treating humans as distributed worker nodes",
5
5
  "type": "module",
6
6
  "license": "MIT",