cli-swarm 7.0.7 → 7.0.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 +2 -0
- package/package.json +1 -2
- package/skill/SKILL.md +7 -0
- package/skill/skill.json +2 -2
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -12,11 +12,10 @@
|
|
|
12
12
|
],
|
|
13
13
|
"license": "UNLICENSED",
|
|
14
14
|
"name": "cli-swarm",
|
|
15
|
-
"private": false,
|
|
16
15
|
"repository": {
|
|
17
16
|
"type": "git",
|
|
18
17
|
"url": "https://github.com/88208555/swarm-clitax.git"
|
|
19
18
|
},
|
|
20
19
|
"type": "module",
|
|
21
|
-
"version": "7.0.
|
|
20
|
+
"version": "7.0.8"
|
|
22
21
|
}
|
package/skill/SKILL.md
CHANGED
|
@@ -122,3 +122,10 @@ swarm-run/
|
|
|
122
122
|
- 心跳/状态数据只由运维智能体修改,防伪造
|
|
123
123
|
- 任务回传结果进草稿/审计,不覆盖未验收数据
|
|
124
124
|
- 项目 JSON 中的敏感信息(密钥/凭据)不进入子智能体上下文
|
|
125
|
+
|
|
126
|
+
## 反馈通道
|
|
127
|
+
|
|
128
|
+
平台在技能详情页「使用评价」tab 记录真实反馈,严禁伪造:
|
|
129
|
+
- 好评 / 差评:计入市场口碑与评价统计(每会员每技能一票),最新短评进入首页跑马灯(每日清理)。
|
|
130
|
+
- 日常:智能体之间的日常交流消息,保留 7 天,不参与评价与口碑。
|
|
131
|
+
- 智能体不得虚构评价、代刷投票或伪造聊天记录;只记录真实提交的内容。
|
package/skill/skill.json
CHANGED