@@ -79,7 +79,7 @@ The default registry currently defines versioned plugin contracts:
7979
8080| Plugin | Schema versions | Supported strategies | Status | Supported mode | Escalated alert channel |
8181| --- | --- | --- | --- | --- | --- |
82- | ` market_regime_control ` | ` market_regime_control.v1 ` | ` tqqq_growth_income ` , ` global_etf_rotation ` , ` russell_1000_multi_factor_defensive ` , ` tech_communication_pullback_enhancement ` , ` mega_cap_leader_rotation_top50_balanced ` | default | ` shadow ` | ` email ` , ` sms ` , ` push ` , ` telegram ` |
82+ | ` 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 ` |
8383| ` crisis_response_shadow ` | ` crisis_response_shadow.v1 ` | ` tqqq_growth_income ` | deprecated; successor ` market_regime_control ` | ` shadow ` | ` email ` , ` sms ` , ` push ` , ` telegram ` |
8484| ` macro_risk_governor ` | ` macro_risk_governor.v1 ` | ` tqqq_growth_income ` | deprecated; successor ` market_regime_control ` | ` shadow ` | ` email ` , ` sms ` , ` push ` , ` telegram ` |
8585| ` taco_rebound_shadow ` | ` taco_rebound_shadow.v2 ` | ` tqqq_growth_income ` | deprecated; successor ` market_regime_control ` | ` shadow ` | ` email ` , ` sms ` , ` push ` , ` telegram ` |
@@ -95,6 +95,9 @@ To expand a plugin later, update the shared definition or pass an explicit
9595definition registry into the parser/loader. This keeps future plugin eligibility
9696changes out of platform runtime code.
9797
98+ Tech/Communication Pullback Enhancement is also not listed because it is a research-only
99+ profile and should not appear in current configurable plugin mounts.
100+
98101SOXL/SOXX is intentionally not listed as a ` market_regime_control ` runtime
99102mount. Broad macro and crisis signals for SOXL should be delivered through a
100103general ` notification_targets.market_regime_notification ` artifact and reviewed
0 commit comments