@humanclaw/humanclaw 1.2.7 → 1.2.8

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
@@ -122,7 +122,7 @@ curl -X POST http://localhost:2026/api/v1/tasks/resume \
122
122
  Web 看板包含三个核心视图:
123
123
 
124
124
  - **碳基算力池** — 实时查看碳基节点状态(🟢空闲 🟡忙碌 🔴离线 🟣崩溃),一键添加/删除节点
125
- - **碳基编排大盘** — AI 智能规划 + 任务 Kanban + 可交互任务卡片(点击直接提交交付/打回)+ 模拟交付 + AI 聚合审查
125
+ - **碳基编排大盘** — AI 智能规划 + 任务看板 + 可交互任务卡片(点击直接提交交付/打回)+ 模拟交付 + AI 聚合审查
126
126
  - **I/O 交付终端** — 输入 trace_id 和交付载荷,触发系统恢复
127
127
 
128
128
  ### AI 功能
package/README_EN.md CHANGED
@@ -90,7 +90,7 @@ humanclaw agent list
90
90
  | `PATCH` | `/api/v1/nodes/:id/status` | Update node status |
91
91
  | `POST` | `/api/v1/jobs/plan` | AI task planning (does not dispatch) |
92
92
  | `POST` | `/api/v1/jobs/create` | Create and dispatch job |
93
- | `GET` | `/api/v1/jobs/active` | Get kanban data |
93
+ | `GET` | `/api/v1/jobs/active` | Get active jobs data |
94
94
  | `POST` | `/api/v1/tasks/resume` | Submit deliverable, trigger resume |
95
95
  | `POST` | `/api/v1/tasks/reject` | Reject and retry |
96
96
  | `POST` | `/api/v1/tasks/simulate` | AI simulate delivery (role-play) |
@@ -122,7 +122,7 @@ curl -X POST http://localhost:2026/api/v1/tasks/resume \
122
122
  The web dashboard includes three core views:
123
123
 
124
124
  - **Carbon Compute Pool** — Real-time carbon-based node status (🟢Idle 🟡Busy 🔴Offline 🟣OOM), add/remove nodes
125
- - **Carbon Orchestration Pipeline** — AI planning + Task Kanban + interactive task cards (click to submit/reject) + simulate delivery + AI review
125
+ - **Carbon Orchestration Pipeline** — AI planning + task board + interactive task cards (click to submit/reject) + simulate delivery + AI review
126
126
  - **I/O Resolution Terminal** — Input trace_id and payload to trigger system resume
127
127
 
128
128
  ### AI Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@humanclaw/humanclaw",
3
- "version": "1.2.7",
3
+ "version": "1.2.8",
4
4
  "description": "Carbon-based node orchestration framework - treating humans as distributed worker nodes",
5
5
  "type": "module",
6
6
  "license": "MIT",