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": "内部查询", }, },