Add dynamic universe and subscription controls

This commit is contained in:
boris
2026-04-23 07:12:56 -07:00
parent 5265f82fef
commit 152b5c3141
12 changed files with 963 additions and 24 deletions

View File

@@ -28,9 +28,9 @@ current alignment pass.
### Phase 3: Universe and subscription model
- [ ] `update_universe`
- [ ] `subscribe`
- [ ] `unsubscribe`
- [x] `update_universe`
- [x] `subscribe`
- [x] `unsubscribe`
- [ ] tick-frequency subscription guards exposed at strategy API level
### Phase 4: Algo order parity
@@ -57,4 +57,4 @@ current alignment pass.
## Current Step
Active implementation target: Phase 3, dynamic universe and subscription model.
Active implementation target: Phase 4, algo-order styles.