Add smart target-portfolio order intent

This commit is contained in:
boris
2026-04-23 05:57:29 -07:00
parent f805a4b26d
commit 48f8486e1a
4 changed files with 406 additions and 20 deletions

View File

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