自检驱动机制 + 标注修正(BOM/E暂缓)

- checklist_audit.py: 扫描文档标记→对比系统→输出差距报告
- metagrowth: 修复BOM导致JSON解析失败
- E标注: 🔄⏸️ 暂缓(Phase 3)
- QQ通道: ⏸️ 暂缓标记
- annotation审计: 24条标记,19/3🔄/2⏸️/0
This commit is contained in:
hmo
2026-07-14 02:49:08 +08:00
parent 468aabeabc
commit e442c12558
3 changed files with 151 additions and 3 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
- **XMPP 通道** — 通过 ejabberd 服务器 + XMPP bot (slixmpp) 实现群聊/私聊消息收发。bot 进程:xmpp_bot.py (mohe)、xmpp_xiaoguo_bot.py、xmpp_zhiwei_bot.py。支持 __SILENT__/__REPLY__ 前缀机制控制 bot 输出行为。
- **微信通道** — Windows 端 wechat_agent 桥接程序,抓取微信消息后通过 HTTP POST 到 Gateway,回复经 5801 端口推回微信窗口,长消息拆分为 2000 字/段。
- **QQ 通道** — 规划中,未实现。
- **QQ 通道** — 规划中,未实现。 <!-- ⏸️ 暂缓 — 当前无迫切需求 -->
### 2.2 Gateway 层 <!-- ✅ 8642/8643 运行中,健康检查已配置 -->