Skip to content

Commit af2009e

Browse files
committed
Revert "docs: add architecture doc, CLAUDE.md, update spec with combo/crypto (#135)"
This reverts commit e07a146.
1 parent e07a146 commit af2009e

4 files changed

Lines changed: 2 additions & 370 deletions

File tree

CLAUDE.md

Lines changed: 0 additions & 27 deletions
This file was deleted.

docs/ARCHITECTURE.md

Lines changed: 0 additions & 182 deletions
This file was deleted.

docs/ARCHITECTURE.zh-CN.md

Lines changed: 0 additions & 138 deletions
This file was deleted.

docs/STRATEGY_PLATFORM_SPEC.md

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -154,30 +154,9 @@ The auto-sync layer handles everything else (plugin mounts, monitor targets).
154154

155155
The `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

Comments
 (0)