From 3e84cbc17e2f2239ddd88bc795e4a292e12255c0 Mon Sep 17 00:00:00 2001 From: hmo Date: Tue, 21 Jul 2026 02:04:55 +0800 Subject: [PATCH] =?UTF-8?q?ux:=20=E7=B3=BB=E7=BB=9F=E5=91=8A=E8=AD=A6?= =?UTF-8?q?=E7=BB=9F=E4=B8=80=E5=8A=A0'=F0=9F=93=9F=E3=80=90MoFin=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=C2=B7XX=E3=80=91=EF=BC=88=E9=9D=9E=E7=9F=A5=E5=BE=AE?= =?UTF-8?q?=E6=9C=AC=E4=BA=BA=EF=BC=89'=E5=89=8D=E7=BC=80=E2=80=94?= =?UTF-8?q?=E2=80=94=E5=91=8A=E8=AD=A6=E4=B8=8E=E7=9F=A5=E5=BE=AE=E6=9C=AC?= =?UTF-8?q?=E4=BA=BA=E6=B6=88=E6=81=AF=E5=8F=AF=E4=B8=80=E7=9C=BC=E5=8C=BA?= =?UTF-8?q?=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy/profile-scripts/agent_spiral_watchdog.py | 3 ++- deploy/profile-scripts/deploy_guard.py | 2 +- deploy/profile-scripts/self_repair.py | 2 +- deploy/profile-scripts/system_hygiene_audit.py | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/deploy/profile-scripts/agent_spiral_watchdog.py b/deploy/profile-scripts/agent_spiral_watchdog.py index 165c861f..8032a3f6 100644 --- a/deploy/profile-scripts/agent_spiral_watchdog.py +++ b/deploy/profile-scripts/agent_spiral_watchdog.py @@ -105,7 +105,8 @@ def main(): continue found += 1 alerted.add(sid) - msg = (f"🌀 agent 螺旋嫌疑\n" + msg = (f"📟【MoFin系统·螺旋监控】(非知微本人)\n" + f"agent 螺旋嫌疑\n" f"profile: {profile}\n" f"session: {sid}\n" f"已运行: {age_sec/60:.0f} 分钟\n" diff --git a/deploy/profile-scripts/deploy_guard.py b/deploy/profile-scripts/deploy_guard.py index 3a12e681..b1681d01 100644 --- a/deploy/profile-scripts/deploy_guard.py +++ b/deploy/profile-scripts/deploy_guard.py @@ -206,7 +206,7 @@ def main(): pass if actions or problems: - msg = "🛡️ 部署守卫\n" + msg = "📟【MoFin系统·部署守卫】(非知微本人)\n" for a in actions: msg += f"✅ {a}\n" for p in problems: diff --git a/deploy/profile-scripts/self_repair.py b/deploy/profile-scripts/self_repair.py index 030d8c07..f8c8d6fb 100644 --- a/deploy/profile-scripts/self_repair.py +++ b/deploy/profile-scripts/self_repair.py @@ -244,7 +244,7 @@ def main(): reports.append(f'{icon} [{module}] {action.get("action")}: {detail[:80]}') if reports: - xmpp_report(['🔧 自检系统自动修复报备:', f'发现 {len(failures)} 个功能异常,已直接处理:'] + reports + + xmpp_report(['📟【MoFin系统·L3自愈】(非知微本人)自动修复报备:', f'发现 {len(failures)} 个功能异常,已直接处理:'] + reports + ['', '详情: gateway/logs/repair_log.jsonl']) diff --git a/deploy/profile-scripts/system_hygiene_audit.py b/deploy/profile-scripts/system_hygiene_audit.py index cc9d94da..ae26d1e5 100644 --- a/deploy/profile-scripts/system_hygiene_audit.py +++ b/deploy/profile-scripts/system_hygiene_audit.py @@ -300,7 +300,7 @@ def main(): # 推 XMPP try: import urllib.request - lines = [f"🧹 系统卫生审计发现 {len(all_issues)} 个问题:"] + lines = [f"📟【MoFin系统·卫生审计】(非知微本人)发现 {len(all_issues)} 个问题:"] for i in all_issues[:8]: lines.append(f"• [{i['type']}] {i.get('file') or i.get('job') or i.get('table') or i.get('pid')}: {i.get('action','')[:60]}") if len(all_issues) > 8: