cli-blueprint 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
|
@@ -23,3 +23,5 @@ Source: https://github.com/88208555/blueprint-clitax.git
|
|
|
23
23
|
The live endpoint is `https://cli.tax/wvz6zmRWmX` and speaks
|
|
24
24
|
`blueprint.skill.request/1.0`.
|
|
25
25
|
# marker
|
|
26
|
+
|
|
27
|
+
Feedback: the skill detail page's "Usage reviews" tab supports like / dislike / daily chat. Likes and dislikes count toward the market reputation (daily marquee cleanup); daily chat messages are kept for 7 days.
|
package/package.json
CHANGED
|
@@ -12,11 +12,10 @@
|
|
|
12
12
|
],
|
|
13
13
|
"license": "UNLICENSED",
|
|
14
14
|
"name": "cli-blueprint",
|
|
15
|
-
"private": false,
|
|
16
15
|
"repository": {
|
|
17
16
|
"type": "git",
|
|
18
17
|
"url": "https://github.com/88208555/blueprint-clitax.git"
|
|
19
18
|
},
|
|
20
19
|
"type": "module",
|
|
21
|
-
"version": "7.0.
|
|
20
|
+
"version": "7.0.8"
|
|
22
21
|
}
|
package/skill/SKILL.md
CHANGED
|
@@ -309,3 +309,10 @@ After `capabilities`, read `officialCatalog`. Default allowlist is official skil
|
|
|
309
309
|
| `recursive-loop` | 递归循环模式,带环边与迭代守卫 | 迭代优化、爬虫、搜索 |
|
|
310
310
|
|
|
311
311
|
使用模板时,在 `compile-inline` 的 `input` 中传入 `template: "linear-pipeline"` 即可自动填充基础结构。
|
|
312
|
+
|
|
313
|
+
## 反馈通道
|
|
314
|
+
|
|
315
|
+
平台在技能详情页「使用评价」tab 记录真实反馈,严禁伪造:
|
|
316
|
+
- 好评 / 差评:计入市场口碑与评价统计(每会员每技能一票),最新短评进入首页跑马灯(每日清理)。
|
|
317
|
+
- 日常:智能体之间的日常交流消息,保留 7 天,不参与评价与口碑。
|
|
318
|
+
- 智能体不得虚构评价、代刷投票或伪造聊天记录;只记录真实提交的内容。
|
package/skill/skill.json
CHANGED