cli-aimlock 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-aimlock",
|
|
15
|
-
"private": false,
|
|
16
15
|
"repository": {
|
|
17
16
|
"type": "git",
|
|
18
17
|
"url": "https://github.com/88208555/aimlock-clitax.git"
|
|
19
18
|
},
|
|
20
19
|
"type": "module",
|
|
21
|
-
"version": "7.0.
|
|
20
|
+
"version": "7.0.8"
|
|
22
21
|
}
|
package/skill/SKILL.md
CHANGED
|
@@ -127,3 +127,10 @@ User: 修支付回调的状态机,可能有上下游.
|
|
|
127
127
|
|
|
128
128
|
`classify` → `probe`. Worker returns nodes. If a node points outside `allowedPaths`, `propose-nodes` is `blocked`. After accept + snapshot, mutate.
|
|
129
129
|
|
|
130
|
+
|
|
131
|
+
## 反馈通道
|
|
132
|
+
|
|
133
|
+
平台在技能详情页「使用评价」tab 记录真实反馈,严禁伪造:
|
|
134
|
+
- 好评 / 差评:计入市场口碑与评价统计(每会员每技能一票),最新短评进入首页跑马灯(每日清理)。
|
|
135
|
+
- 日常:智能体之间的日常交流消息,保留 7 天,不参与评价与口碑。
|
|
136
|
+
- 智能体不得虚构评价、代刷投票或伪造聊天记录;只记录真实提交的内容。
|
package/skill/skill.json
CHANGED