From c0cfb8975703cbe6c1fa1e21a4b45ceb7b6a4778 Mon Sep 17 00:00:00 2001 From: xxm Date: Fri, 21 Aug 2026 02:26:46 +0800 Subject: [PATCH] =?UTF-8?q?chore(D=E7=BB=84):=20=E7=A6=81=E7=94=A8strategy?= =?UTF-8?q?=5Fevaluator/advice=5Freconciliation=20cron+=E6=B8=85=E7=90=86?= =?UTF-8?q?=E6=AE=8B=E7=95=99=E5=BC=95=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy/profile-scripts/mofin_health.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy/profile-scripts/mofin_health.py b/deploy/profile-scripts/mofin_health.py index dd9e700a..48c8c4bf 100644 --- a/deploy/profile-scripts/mofin_health.py +++ b/deploy/profile-scripts/mofin_health.py @@ -101,7 +101,7 @@ PIPELINE_LAYER_RULES = [ ("process", ["factor_engine", "sector_index_builder", "refresh_mtf_cache", "multi_timeframe"]), ("use", ["scanner", "screener", "candidate_filter", "promote_candidates", "reassess", "stale_detector", "watchlist_auto_exit", "branch_", "meta_growth", "prune_branches", - "market_insight", "strategy_evaluator", "strategy_review", "premarket_full_review", + "market_insight", "strategy_effectiveness", "strategy_review", "premarket_full_review", "staleness", "review_needed", "stale_push", "mr_scanner", "s2_scanner", "predictive_oversold", "accumulation", "watchlist_12d"]), ("monitor", ["health", "audit", "verify", "governance", "guardian", "watchdog", "repair", @@ -498,10 +498,10 @@ FLOW_DETAIL = { "advice_timeline": { "summary": "建议时间线表,记录每条推送建议的时间/内容/状态。用于审计和对账。", "writers": { - "advice_reconciliation": "每周对账时写入对账结果", + "strategy_effectiveness": "每周对账时写入对账结果", }, "readers": { - "advice_reconciliation": "读取历史建议做对账", + "strategy_effectiveness": "读取历史建议做对账", "mofin_db": "内部查询", }, },