@yixinkj/priority-buyer-alert-cli 0.1.50 → 0.1.52

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.50",
3
+ "version": "0.1.52",
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.50"
4
+ version: "0.1.52"
5
5
  ---
6
6
 
7
7
  # 重点买家预警
@@ -313,7 +313,6 @@ npx -y @yixinkj/priority-buyer-alert-cli@latest \
313
313
  - `browser_profile_ambiguous`:请用户只保留目标 Profile 已连接,或只在目标 Profile 打开消息中心后重试。
314
314
  - `browser_profile_unavailable`、`browser_tab_closed`:请用户打开阿里国际站消息中心页面后重试。
315
315
  - `inquiry_page_unavailable`:CLI 已经自动重试过打开消息中心页仍未成功。请用户手动打开阿里国际站消息中心页面后重试;如反复出现,把返回的 `details` 一并反馈给维护者。
316
- - `inquiry_page_ambiguous`:同一浏览器 Profile 打开了多个消息中心页面,请用户只保留一个后重试。
317
316
  - `account_switched`:硬停止,禁止跨账号继续。
318
317
  - `schema_changed`:停止,不猜字段、不改用其他入口,如实告知页面结构已变化。
319
318
  - `run_schema_outdated`:该 `run_id` 是旧版本 CLI 创建的,不能继续推进。重新执行一次 `--start` 取得新的 `run_id`,不要修改或删除本地任何状态文件。
package/skills.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "runtimeVersion": "0.1.40",
2
+ "runtimeVersion": "0.1.42",
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.50",
27
+ "version": "0.1.52",
28
28
  "bin": "priority-buyer-alert-cli"
29
29
  }
30
30
  }