fix: deploy_guard PROFILE_DIRS加mohe——kanban-闭环巡检脚本误报缺失(脚本在mohe profile自己的目录)

This commit is contained in:
xxm
2026-08-17 12:52:47 +08:00
parent 93958d5c1a
commit cedd0a557c
+1
View File
@@ -22,6 +22,7 @@ CANONICAL = f"{REPO}/deploy/profile-scripts"
PROFILE_DIRS = [
"/home/hmo/.hermes/profiles/position-analyst/scripts",
"/home/hmo/.hermes/profiles/default/scripts",
"/home/hmo/.hermes/profiles/mohe/scripts",
]
LOG = f"{REPO}/gateway/logs/deploy_guard.log"
STATUS_JSON = f"{REPO}/gateway/logs/deploy_guard_status.json"