@yixinkj/priority-buyer-alert-cli 0.1.56 → 0.1.57
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/changelog.json +5 -0
- package/package.json +1 -1
- package/skill/SKILL.md +1 -1
- package/skills.json +2 -2
package/changelog.json
CHANGED
|
@@ -2,6 +2,11 @@
|
|
|
2
2
|
"//": "随包发布的更新日志。启动器用它决定「这次更新要不要打断调用方」,并把 summary 打给模型看(只写 stderr,不要求转述给终端用户)。",
|
|
3
3
|
"//impact": "output = 只影响怎么读结果,本次命令仍然有效,照常执行;invocation = 影响怎么发命令,调用方手上那条命令可能已经失效,必须停下重读。缺省和写坏一律按 invocation 处理。发版时填不出 summary,多半说明这次压根不该动 SKILL.md 正文。",
|
|
4
4
|
"entries": [
|
|
5
|
+
{
|
|
6
|
+
"version": "0.1.57",
|
|
7
|
+
"impact": "output",
|
|
8
|
+
"summary": "定制询价卡的需求只取买家真正填的那段,不再把「定制规格」这类栏目名当成需求内容"
|
|
9
|
+
},
|
|
5
10
|
{
|
|
6
11
|
"version": "0.1.56",
|
|
7
12
|
"impact": "output",
|
package/package.json
CHANGED
package/skill/SKILL.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: 哨兵预警-0812
|
|
3
3
|
description: 重点买家未回复预警。只读扫描阿里国际站询盘列表,挑出重点买家(金品店铺为 L2 及以上真实档;出口通店铺只有 L1+ 一个值,它是 L1–L4 的合集,必然包含 L1),判断买家最后一句是否超过 SLA 仍没有真人业务员回复,并输出中文预警清单;机器人自动接待不算人工回复。Use when 用户要求检查重点买家有没有超时未回复、查询盘超时提醒、看 L3/L4 有没有快凉的,或要求运行重点买家预警。
|
|
4
|
-
version: "0.1.
|
|
4
|
+
version: "0.1.57"
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
# 重点买家预警
|
package/skills.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"runtimeVersion": "0.1.
|
|
2
|
+
"runtimeVersion": "0.1.46",
|
|
3
3
|
"platforms": {
|
|
4
4
|
"darwin-arm64": {
|
|
5
5
|
"id": "mac-arm64",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"skill": {
|
|
25
25
|
"name": "哨兵预警-0812",
|
|
26
26
|
"id": "priority-buyer-alert",
|
|
27
|
-
"version": "0.1.
|
|
27
|
+
"version": "0.1.57",
|
|
28
28
|
"bin": "priority-buyer-alert-cli"
|
|
29
29
|
}
|
|
30
30
|
}
|