@@ -70,7 +70,7 @@ The default registry currently defines versioned plugin contracts:
7070
7171| Plugin | Schema versions | Supported strategies | Status | Supported mode | Escalated alert channel |
7272| --- | --- | --- | --- | --- | --- |
73- | ` market_regime_control ` | ` market_regime_control.v1 ` | ` tqqq_growth_income ` , ` global_etf_rotation ` , ` russell_1000_multi_factor_defensive ` , ` mega_cap_leader_rotation_top50_balanced ` | default | ` shadow ` | ` email ` , ` sms ` , ` push ` , ` telegram ` |
73+ | ` market_regime_control ` | ` market_regime_control.v1 ` | ` tqqq_growth_income ` , ` soxl_soxx_trend_income ` , ` global_etf_rotation ` , ` russell_1000_multi_factor_defensive ` , ` mega_cap_leader_rotation_top50_balanced ` | default | ` shadow ` | ` email ` , ` sms ` , ` push ` , ` telegram ` |
7474| ` crisis_response_shadow ` | ` crisis_response_shadow.v1 ` | ` tqqq_growth_income ` | deprecated; successor ` market_regime_control ` | ` shadow ` | ` email ` , ` sms ` , ` push ` , ` telegram ` |
7575| ` macro_risk_governor ` | ` macro_risk_governor.v1 ` | ` tqqq_growth_income ` | deprecated; successor ` market_regime_control ` | ` shadow ` | ` email ` , ` sms ` , ` push ` , ` telegram ` |
7676| ` taco_rebound_shadow ` | ` taco_rebound_shadow.v2 ` | ` tqqq_growth_income ` | deprecated; successor ` market_regime_control ` | ` shadow ` | ` email ` , ` sms ` , ` push ` , ` telegram ` |
@@ -89,10 +89,13 @@ changes out of platform runtime code.
8989Tech/Communication Pullback Enhancement is also not listed because it is a research-only
9090profile and should not appear in current configurable plugin mounts.
9191
92- SOXL/SOXX is intentionally not listed as a ` market_regime_control ` runtime
93- mount. Broad macro and crisis signals for SOXL should be delivered through a
94- general ` notification_targets.market_regime_notification ` artifact and reviewed
95- manually unless a future backtest promotes an explicit strategy-level opt-in.
92+ SOXL/SOXX is listed as a ` market_regime_control ` runtime mount. Its strategy
93+ defaults may consume ` risk_off ` and deterministic
94+ ` position_control.volatility_delever_context ` retention profiles, while
95+ ` risk_reduced ` position impact remains disabled in the strategy config by
96+ default. Broad market-regime notifications may still be published through the
97+ separate ` notification_targets.market_regime_notification ` artifact for manual
98+ review; notification-target artifacts cannot affect position sizing.
9699
97100## Runtime Loader
98101
0 commit comments