@mytheo-my/portfolio 1.0.32 → 1.0.33

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.
Files changed (2) hide show
  1. package/cli.js +2 -4
  2. package/package.json +1 -1
package/cli.js CHANGED
@@ -131,13 +131,11 @@ return fn.apply(this, arguments)
131
131
 
132
132
  ## Important Instructions:
133
133
 
134
- **STEP 1:** Always call list_available_products first to show user the options
135
-
136
- **STEP 2:** After user selects a product:
134
+ **STEP 1:** After user selects a product:
137
135
  - If product_id is "USDPORT": Ask user for account_name, risk_tolerance, and invest_duration
138
136
  - If product_id is anything else: Call this tool IMMEDIATELY with ONLY product_id (do NOT ask for confirmation or account_name)
139
137
 
140
- **STEP 3:** Call this tool with the appropriate parameters
138
+ **STEP 2:** Call this tool with the appropriate parameters
141
139
 
142
140
  ## Additional Notes:
143
141
  - **INTERNAL USE ONLY**: Each time tool is called, it MUST include a metadata field provided by the system for internal processing
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mytheo-my/portfolio",
3
- "version": "1.0.32",
3
+ "version": "1.0.33",
4
4
  "nx": {
5
5
  "name": "portfolio",
6
6
  "targets": {