feat: 提示词一致性校验(preflight)+同步机制(deploy_sync)

This commit is contained in:
知微
2026-07-09 13:43:30 +08:00
parent 52e70bde26
commit e9ff85c3b0
3 changed files with 131 additions and 1 deletions
+3
View File
@@ -60,3 +60,6 @@ if [ $count -eq 0 ]; then
else
echo "✅ 同步了 $count 个文件"
fi
# 同步cron prompt注册版本(确保提示词管理系统与jobs.json一致)
python3 /home/hmo/MoFin/scripts/sync_cron_prompts.py 2>/dev/null || true