Expose smart target-portfolio platform actions

This commit is contained in:
boris
2026-04-23 06:05:56 -07:00
parent 48f8486e1a
commit f17aabc9d3
3 changed files with 220 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ current alignment pass.
### Phase 1: Strategy API parity
- [x] `order_to` / target-shares style explicit order primitive
- [ ] `order_target_portfolio(_smart)` style public API surface
- [x] `order_target_portfolio(_smart)` style public API surface
- [ ] richer explicit order styles exposed to platform scripts
### Phase 2: Scheduling and execution surface
@@ -57,4 +57,4 @@ current alignment pass.
## Current Step
Active implementation target: Phase 1, batch target-portfolio smart semantics.
Active implementation target: Phase 2, minute-level time_rule semantics.