变更: - description 加 '4 框架在 references/analysis-example-073/074/075.md, 不是脚本, agent 用 example 推演' - description 加 '必读: references/v_xg-qi-pitfall.md (Qi 字段语义陷阱实战)' 新增 cron-prompts/ 目录 (cron config 不在 git, 存档): - README.md (cron jobs 说明 + schedule + 修改流程) - lottery-hot-data.md (5bec1f60f77f prompt) - lottery-draw-result.md (668dcf3ec54d prompt) 下次 cron 跑前 082 期开彩(7/30 周四 21:30 北京), agent 加载 lottery-hk skill v1.2.4 会看到: - 时区硬规则 - 挂牌日 = 开彩日 - v_xg.json 字段语义 - 4 框架在 references/analysis-example-* (不是脚本) - v_xg-qi-pitfall.md 必读
893 B
893 B
Lottery cron prompts 配置
这文件记录 cron 用 lottery-hk skill 的 prompt 配置,因为 cron config 不在 git。
Cron jobs
| job_id | name | schedule (北京) | 推送到 | 触发条件 |
|---|---|---|---|---|
5bec1f60f77f |
lottery-hot-data | 30 11 * * 0,2,4 周/二/四 11:30 |
距 082 期开彩 2 小时前推送 4 框架挂牌分析 | |
668dcf3ec54d |
lottery-draw-result | 0 14 * * 0,2,4 周/二/四 14:00 |
开彩后(北京 22:00)推送 7 号码 + 挂牌资料 |
UTC 14:00 = 北京 22:00,北京时间硬规则。
Prompt 文件
lottery-hot-data.md— 5bec1f60f77f promptlottery-draw-result.md— 668dcf3ec54d prompt
修改流程
- 改对应 .md 文件
- 手动执行
hermes cronjob update <job_id> --prompt "$(cat .md)" - 改完在 Hermes-Skills git commit + push