@yixinkj/priority-buyer-alert-cli 0.1.47 → 0.1.48

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yixinkj/priority-buyer-alert-cli",
3
- "version": "0.1.47",
3
+ "version": "0.1.48",
4
4
  "description": "重点买家未回复预警独立启动器,只读扫描询盘并提醒,不发送任何消息。",
5
5
  "type": "module",
6
6
  "bin": {
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.47"
4
+ version: "0.1.48"
5
5
  ---
6
6
 
7
7
  # 重点买家预警
@@ -19,7 +19,7 @@ version: "0.1.47"
19
19
  ## 运行入口
20
20
 
21
21
  ```bash
22
- npx -y @yixinkj/priority-buyer-alert-cli@beta \
22
+ npx -y @yixinkj/priority-buyer-alert-cli@latest \
23
23
  --skill-path "本次实际读取的 SKILL.md 绝对路径" \
24
24
  --start
25
25
  ```
@@ -68,7 +68,7 @@ npx -y @yixinkj/priority-buyer-alert-cli@beta \
68
68
  按返回的 `poll_after_seconds` 静默轮询,不逐条播报进度:
69
69
 
70
70
  ```bash
71
- npx -y @yixinkj/priority-buyer-alert-cli@beta \
71
+ npx -y @yixinkj/priority-buyer-alert-cli@latest \
72
72
  --skill-path "本次实际读取的 SKILL.md 绝对路径" \
73
73
  --poll-run "run_id"
74
74
  ```
@@ -98,7 +98,7 @@ npx -y @yixinkj/priority-buyer-alert-cli@beta \
98
98
  Skill 起草第一次回复。
99
99
 
100
100
  ```bash
101
- npx -y @yixinkj/priority-buyer-alert-cli@beta \
101
+ npx -y @yixinkj/priority-buyer-alert-cli@latest \
102
102
  --skill-path "本次实际读取的 SKILL.md 绝对路径" \
103
103
  --first-response-scan --since 24
104
104
  ```
@@ -136,8 +136,12 @@ npx -y @yixinkj/priority-buyer-alert-cli@beta \
136
136
  `first_response_listed`(本轮清单条数)和 `first_response_suppressed`(已推过、本轮不再进清单)
137
137
  分开记着这两种情况,不要只看清单条数就下结论。
138
138
 
139
- 「只推一次」是靠 `--mark` 推进水位实现的:**不带 `--mark` 就只是预演**,不写水位,可以反复拉取
140
- 看结果,但也意味着去重不起作用。所以心跳一定要带,人工查看一定不要带。
139
+ 「只推一次」是靠 `--mark` 推进水位实现的。**不带 `--mark` 只是不写水位,不是不读**——
140
+ 已经推过的那些照样被压住、照样不进清单。所以人工不带 `--mark` 反复拉取,看到的始终是
141
+ 「还没推过的那批」,不是全部;而心跳不带 `--mark` 则等于每轮把同一批重新推一次。
142
+
143
+ 已经推过的要想再出现,只有两条路:**买家又发了新消息**(水位按买家最后一句的时间比对,
144
+ 来了新消息就是全新一轮),或者人工清掉水位。清水位是本机操作,见下面「排查」。
141
145
 
142
146
  ### 会话热度:两个原始数字,不分桶
143
147
 
@@ -217,12 +221,12 @@ npx -y @yixinkj/priority-buyer-alert-cli@beta \
217
221
 
218
222
  ```bash
219
223
  # 排查预警判定
220
- npx -y @yixinkj/priority-buyer-alert-cli@beta \
224
+ npx -y @yixinkj/priority-buyer-alert-cli@latest \
221
225
  --skill-path "本次实际读取的 SKILL.md 绝对路径" \
222
226
  --start --explain 10
223
227
 
224
228
  # 排查新询盘判定
225
- npx -y @yixinkj/priority-buyer-alert-cli@beta \
229
+ npx -y @yixinkj/priority-buyer-alert-cli@latest \
226
230
  --skill-path "本次实际读取的 SKILL.md 绝对路径" \
227
231
  --first-response-scan --since 24 --explain 10
228
232
  ```
@@ -250,7 +254,7 @@ npx -y @yixinkj/priority-buyer-alert-cli@beta \
250
254
  ```
251
255
 
252
256
  ```bash
253
- npx -y @yixinkj/priority-buyer-alert-cli@beta \
257
+ npx -y @yixinkj/priority-buyer-alert-cli@latest \
254
258
  --skill-path "本次实际读取的 SKILL.md 绝对路径" \
255
259
  --start --minutes 30 --re-alert 30 --mark
256
260
  ```
package/skills.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "runtimeVersion": "0.1.37",
2
+ "runtimeVersion": "0.1.38",
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.47",
27
+ "version": "0.1.48",
28
28
  "bin": "priority-buyer-alert-cli"
29
29
  }
30
30
  }