cli-swarm 1.0.2 → 1.0.3
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 +6 -2
- package/package.json +5 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# cli-swarm
|
|
2
2
|
|
|
3
3
|
swarm — 智能体蜂群编排 skill(CLI.Tax 发布)。
|
|
4
4
|
|
|
@@ -7,4 +7,8 @@ swarm — 智能体蜂群编排 skill(CLI.Tax 发布)。
|
|
|
7
7
|
- 固定运维智能体:心跳检测、回收卡死智能体、派新智能体继承任务续跑
|
|
8
8
|
- 固定安全守卫智能体:注入/危险指令检测、异常警报
|
|
9
9
|
|
|
10
|
-
|
|
10
|
+
```bash
|
|
11
|
+
npx cli-swarm@latest install
|
|
12
|
+
```
|
|
13
|
+
|
|
14
|
+
Source: https://github.com/88208555/swarm-clitax.git
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cli-swarm",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "Swarm skill installer for CLI.Tax: orchestrate N sub-agents with enterprise org-chart rules.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -15,6 +15,10 @@
|
|
|
15
15
|
"engines": {
|
|
16
16
|
"node": ">=18"
|
|
17
17
|
},
|
|
18
|
+
"repository": {
|
|
19
|
+
"type": "git",
|
|
20
|
+
"url": "https://github.com/88208555/swarm-clitax.git"
|
|
21
|
+
},
|
|
18
22
|
"license": "UNLICENSED",
|
|
19
23
|
"keywords": [
|
|
20
24
|
"cli.tax",
|