@@ -154,30 +154,9 @@ The auto-sync layer handles everything else (plugin mounts, monitor targets).
154154
155155The ` execution_dedup_enabled ` flag prevents duplicate execution within the month window.
156156
157- | Crypto | GitHub Actions ` schedule ` | Self-hosted runner, 24/7, heartbeat ` 35 * * * * ` |
158-
159- The ` execution_dedup_enabled ` flag prevents duplicate execution within the month window.
160-
161- ## Snapshot Pipeline Monitoring
162-
163- Snapshot-backed strategies depend on upstream pipelines. To detect failures:
164-
165- 1 . ` /probe ` checks that required snapshot artifacts exist in GCS
166- 2 . ` feature_snapshot_fallback_mode ` controls behavior when artifacts are missing
167- 3 . 7-day DCA retry window absorbs transient pipeline delays
168-
169- ## Combo Strategy Pattern
170-
171- Combo strategies (e.g., ` us_equity_combo ` ) combine sub-strategies. They are:
172- - Defined in separate pip packages, imported and merged into platform catalogs
173- - Share the parent platform's Scheduler and monitoring
174- - Sub-strategy execution handled internally by the combo entrypoint
175- - Platform only needs to declare ` quant_combo ` domain and inputs
176-
177157## Version History
178158
179159| Version | Date | Changes |
180160| ---| ---| ---|
181- | 1.0 | 2026-06-30 | Initial spec |
182- | 1.1 | 2026-06-30 | Scheduler timezone rules, frequency types |
183- | 1.2 | 2026-06-30 | Snapshot monitoring, combo strategy pattern, crypto platform |
161+ | 1.0 | 2026-06-30 | Initial spec: single source of truth, auto-sync, validation scripts |
162+ | 1.1 | 2026-06-30 | Add scheduler timezone rules, strategy frequency types |
0 commit comments