From d3990cc3b149238d484841028b700b6d915b9e8e Mon Sep 17 00:00:00 2001 From: xxm Date: Tue, 11 Aug 2026 01:40:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20preflight=5Fverify=20=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E8=AF=8Dregistry=E8=B7=AF=E5=BE=84=20projects/MoFin=20->=20MoF?= =?UTF-8?q?in=EF=BC=88=E4=BF=AE=E5=A4=8D=E9=92=89=E5=AF=B9=E9=92=8918?= =?UTF-8?q?=E9=A1=B9=E4=B8=AD1=E9=A1=B9=E5=A4=B1=E8=B4=A5=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy/profile-scripts/preflight_verify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/profile-scripts/preflight_verify.py b/deploy/profile-scripts/preflight_verify.py index 496009b6..e4686ebc 100644 --- a/deploy/profile-scripts/preflight_verify.py +++ b/deploy/profile-scripts/preflight_verify.py @@ -147,7 +147,7 @@ def check_cron_timestamps(): def check_prompt_sync(): """检查注册的cron prompt版本与jobs.json实际运行的是否一致""" try: - reg_path = "/home/hmo/projects/MoFin/data/prompts/registry.json" + reg_path = "/home/hmo/MoFin/data/prompts/registry.json" cron_path = "/home/hmo/.hermes/profiles/position-analyst/cron/jobs.json" if not os.path.exists(reg_path) or not os.path.exists(cron_path): check("提示词一致性", False, "registry或jobs.json不存在")