diff --git a/docs/decisions/2026-08-13-事项五-策略组合市场测温动态切换.md b/docs/decisions/2026-08-13-事项五-策略组合市场测温动态切换.md index e3c183cd..369b6fe8 100644 --- a/docs/decisions/2026-08-13-事项五-策略组合市场测温动态切换.md +++ b/docs/decisions/2026-08-13-事项五-策略组合市场测温动态切换.md @@ -298,3 +298,31 @@ |---|---| | regime_gate.py | 温区门控共享工具(平滑温区 + 策略激活判断)| | regime_perf.py | 策略-温区表现常态化记录(全策略动态)| + + +--- + +## 九、知微日志审查发现的问题(2026-08-13 小小莫遗漏) + +> 老莫要求:从知微发来的沟通日志(XMPP)找问题,看我遗漏了什么。 + +### 已修复 + +1. **agents_health_check.py 停摆 22+ 小时**(最严重,持续告警):系统 crontab 里该任务被删(AgentsMeeting 监控,非 MoFin 违规 cron)。**已恢复 crontab**(*/5,备份 /tmp/crontab_backup_health_20260813.txt)。 + - 副作用:它检测到的 xmpp_bot_xxm/article_processor 端口关闭(服务本就停用,非本次问题) + +2. **deploy_guard 反复回滚我的改动**(工作方式错误):我改完没立即 git commit,deploy_guard 15分钟回滚未提交改动。**已改正**:走 git 工作流(本地改→commit→push→246 pull)。 + +3. **多个新脚本未跟踪告警**(strategy_executor/regime_perf/market_thermometer/health_monitor_daily/daily_kline_collector/factor_engine/live_data_collector/step49_save):我 scp 到 246 没 git add 提交。已逐步补提交(strategy_executor/regime_perf 已提交)。 + +### 待确认(未修) + +4. **LLM 端点故障反复**:最近60分钟多次调用失败(opencode.ai 端点不可用),影响重评/健康检查。 +5. **price_monitor 重评管道异常**:1022分未更新(可能 LLM 故障或逻辑卡住)。 +6. **服务停用确认**:xmpp_bot_xxm/article_processor/wechat_fetcher 端口关闭——需确认是预期停用还是故障。 + +### 教训(记录 .memory/error_library) + +- **改 246 代码必须走 git 工作流**(本地改→commit→push→246 pull),deploy_guard 回滚未提交改动 +- **新脚本必须 git add 提交**,否则 deploy_guard 告警"未跟踪文件" +- **处理系统 crontab 时别漏 AgentsMeeting 的监控任务**(agents_health_check 不是 MoFin 违规 cron)