You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- platform repositories load a strategy entrypoint through `load_strategy_entrypoint(...)`
36
+
- strategy repositories return a unified `StrategyDecision`
37
+
- platform-local decision mappers turn that decision into broker orders, notifications, and runtime state updates
38
+
39
+
Strategy repositories should expose `manifest + evaluate(ctx)` and keep any migration-window runtime metadata behind `StrategyRuntimeAdapter`. Broker-specific order sequencing and UI layout should stay out of strategy outputs.
40
+
41
+
Migration details and follow-up guidance live in [`docs/strategy_contract_migration.md`](./docs/strategy_contract_migration.md).
Cloud Run and self-hosted runner deployments should continue to deploy the strategy repositories only. See [docs/deployment_model.md](./docs/deployment_model.md) for:
@@ -108,6 +121,19 @@ Cloud Run and self-hosted runner deployments should continue to deploy the strat
0 commit comments