From 6c39acd54e6eaabe12cc7e844c36b76cebaa8252 Mon Sep 17 00:00:00 2001 From: boris Date: Sat, 18 Jul 2026 16:37:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3FIDC=E8=BF=90=E8=A1=8C?= =?UTF-8?q?=E9=A3=8E=E6=8E=A7=E9=AA=8C=E8=AF=81=E5=85=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/verify-runtime-risk-contracts.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/verify-runtime-risk-contracts.sh b/scripts/verify-runtime-risk-contracts.sh index f476645..49561ca 100755 --- a/scripts/verify-runtime-risk-contracts.sh +++ b/scripts/verify-runtime-risk-contracts.sh @@ -49,7 +49,10 @@ PY run_core_test eligible_universe_does_not_require_candidate_risk_state_when_selection_risk_is_disabled run_core_test next_bar_open_eligible_universe_helper_does_not_block_on_decision_day_risk -run_core_test platform_next_open_selection_records_risk_diagnostics_without_filtering +run_core_test platform_selection_uses_complete_static_risk_policy_before_universe_output +run_core_test platform_next_open_defers_complete_static_selection_risk_before_universe_output +run_core_test platform_next_open_selection_ignores_execution_day_limit_state +run_core_test platform_next_open_selection_applies_explicit_signal_day_risk_filter run_core_test next_open_buy_risk_uses_execution_date_not_signal_date run_core_test next_open_buy_limit_risk_uses_open_not_close run_core_test next_open_sell_risk_uses_execution_date_not_signal_date