@adaptic/utils 0.0.935 → 0.0.937

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,11 +4,11 @@ import { type EffectiveTradingPolicy } from '../schemas/effective-policy.schema'
4
4
  * user-customized policy exists. All nested preference sub-objects are
5
5
  * passed as empty objects so Zod applies their field-level defaults.
6
6
  *
7
- * Key conservative choices:
7
+ * Key choices:
8
8
  * - Advisory-only autonomy (no autonomous execution)
9
- * - Real-time trading disabled
10
- * - Only equities, ETFs, and fractional shares enabled
11
- * - No shorting, margin, crypto, options, futures, or forex
9
+ * - Real-time trading enabled
10
+ * - Equities, ETFs, crypto, options, futures, and forex enabled
11
+ * - No shorting or margin (user must opt-in)
12
12
  * - All protective overlays disabled (user must opt-in)
13
13
  * - No LLM providers pre-configured
14
14
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adaptic/utils",
3
- "version": "0.0.935",
3
+ "version": "0.0.937",
4
4
  "author": "Adaptic.ai",
5
5
  "description": "Utility functions used in Adaptic app and Lambda functions",
6
6
  "always-build-npm": true,