@yixinkj/priority-buyer-alert-cli 0.1.60 → 0.1.61

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 CHANGED
@@ -2,6 +2,12 @@
2
2
  "//": "随包发布的更新日志。启动器用它决定「这次更新要不要打断调用方」,并把 summary 打给模型看(只写 stderr,不要求转述给终端用户)。",
3
3
  "//impact": "output = 只影响怎么读结果,本次命令仍然有效,照常执行;invocation = 影响怎么发命令,调用方手上那条命令可能已经失效,必须停下重读。缺省和写坏一律按 invocation 处理。发版时填不出 summary,多半说明这次压根不该动 SKILL.md 正文。",
4
4
  "entries": [
5
+ {
6
+ "version": "0.1.61",
7
+ "impact": "output",
8
+ "summary": "把 latest_ignored 接到运行结果里。0.1.60 加了这个观测点,但只在页面脚本里数,没接到 Rust 这一层——真机验收那一栏只能写「无法报告」。**加了读不到的观测点等于没加**,而它恰恰是用来回答「那条覆盖时间的空记录到底有多常见、判据松紧对不对」的。现在逐页累加进本轮摘要,大于 0 时在简报里说明:那类记录曾经把业务员的回复时间覆盖成买家消息时间、直接发出假预警;数量偏高说明不是偶发,判据需要再收。",
9
+ "note": "纯诊断字段,不改变任何判定。老产物没有这个字段时按 0 读,不会让整页作废。"
10
+ },
5
11
  {
6
12
  "version": "0.1.60",
7
13
  "impact": "output",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yixinkj/priority-buyer-alert-cli",
3
- "version": "0.1.60",
3
+ "version": "0.1.61",
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.60"
4
+ version: "0.1.61"
5
5
  ---
6
6
 
7
7
  # 重点买家预警
package/skills.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "runtimeVersion": "0.1.49",
2
+ "runtimeVersion": "0.1.50",
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.60",
27
+ "version": "0.1.61",
28
28
  "bin": "priority-buyer-alert-cli"
29
29
  }
30
30
  }