You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ It contains:
14
14
- narrow ports for market data, portfolio snapshots, order execution, notifications, and state
15
15
- reusable broker adapter utilities
16
16
- strategy loading, strategy-plugin, and alert-message contracts
17
-
- optional strategy-plugin alert channels for email, SMS, and push providers
17
+
- optional strategy-plugin alert channels for email, SMS, push, and Telegram providers
18
18
- synthetic-data tests for public behavior
19
19
20
20
It does not contain private runtime wiring or generated strategy outputs.
@@ -49,7 +49,7 @@ Strategy plugins are sidecar artifacts that platform repositories may read when
49
49
50
50
Generated plugin artifacts and platform-specific notification routing stay with the producing pipeline or consuming platform repository. Tests in this repository use synthetic price history and synthetic payloads only.
51
51
52
-
Plugin alert delivery is provider-neutral at the platform boundary. Platform repositories pass runtime settings into `publish_strategy_plugin_alerts`; this repository handles configured `email`, `sms`, and `push` channels without coupling plugin logic to a broker platform.
52
+
Plugin alert delivery is provider-neutral at the platform boundary. Platform repositories pass runtime settings into `publish_strategy_plugin_alerts`; this repository handles configured `email`, `sms`, `push`, and `telegram` channels without coupling plugin logic to a broker platform.
0 commit comments