cli-validator 7.0.6 → 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 +2 -3
- package/skill/SKILL.md +7 -0
- package/skill/skill.json +2 -2
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"bin": {
|
|
3
3
|
"cli-validator": "./cli.mjs"
|
|
4
4
|
},
|
|
5
|
-
"description": "Validator skill installer for CLI.Tax: delivery quality gate with three defense lines.",
|
|
5
|
+
"description": "Validator skill installer for CLI.Tax: delivery quality gate with three defense lines and golden baseline testing.",
|
|
6
6
|
"files": [
|
|
7
7
|
"cli.mjs",
|
|
8
8
|
"installer.mjs",
|
|
@@ -12,11 +12,10 @@
|
|
|
12
12
|
],
|
|
13
13
|
"license": "UNLICENSED",
|
|
14
14
|
"name": "cli-validator",
|
|
15
|
-
"private": false,
|
|
16
15
|
"repository": {
|
|
17
16
|
"type": "git",
|
|
18
17
|
"url": "https://github.com/88208555/Validator-clitax.git"
|
|
19
18
|
},
|
|
20
19
|
"type": "module",
|
|
21
|
-
"version": "7.0.
|
|
20
|
+
"version": "7.0.8"
|
|
22
21
|
}
|
package/skill/SKILL.md
CHANGED
|
@@ -52,3 +52,10 @@ description: '交付前质量门禁:三道防线(静态/动态/对抗)递
|
|
|
52
52
|
- blueprint:消费其 ACCEPTANCE-CHECKLIST 做验收对账
|
|
53
53
|
- swarm:返工指令通过 swarm 重新派单
|
|
54
54
|
- calctool:final-gate 为生成方自检,Validator 为独立终审
|
|
55
|
+
|
|
56
|
+
## 反馈通道
|
|
57
|
+
|
|
58
|
+
平台在技能详情页「使用评价」tab 记录真实反馈,严禁伪造:
|
|
59
|
+
- 好评 / 差评:计入市场口碑与评价统计(每会员每技能一票),最新短评进入首页跑马灯(每日清理)。
|
|
60
|
+
- 日常:智能体之间的日常交流消息,保留 7 天,不参与评价与口碑。
|
|
61
|
+
- 智能体不得虚构评价、代刷投票或伪造聊天记录;只记录真实提交的内容。
|
package/skill/skill.json
CHANGED