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 CHANGED
@@ -17,3 +17,5 @@ npx https://cli.tax/cli-downloads/clitax-R3mQ8kWpXn.tgz install
17
17
  ```
18
18
 
19
19
  Source: https://github.com/88208555/aimlock-clitax.git
20
+
21
+ 反馈:技能详情页「使用评价」支持 好评 / 差评 / 日常聊天。好评与差评计入市场口碑(跑马灯每日清理),日常消息保留 7 天。
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.7"
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
@@ -6,5 +6,5 @@
6
6
  "name": "aimlock",
7
7
  "schemaVersion": "aimlock.skill.request/1.0",
8
8
  "type": "Skill",
9
- "version": "v7.0.7"
10
- }
9
+ "version": "v7.0.8"
10
+ }