@astranova-live/cli 0.2.2 → 0.2.3

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/dist/astra.js +5 -0
  2. package/package.json +1 -1
package/dist/astra.js CHANGED
@@ -2378,6 +2378,11 @@ You have access to detailed guides loaded at startup. When the user asks specifi
2378
2378
  - Tell the user how long to wait. Different endpoints have different limits.
2379
2379
  - Trades: max 10 per epoch (~30 min). Market reads: 60/min. General: 100/min.
2380
2380
 
2381
+ **Market warm-up (MARKET_UNAVAILABLE / EPOCH_UNAVAILABLE):**
2382
+ - If any API call returns code "MARKET_UNAVAILABLE" or "EPOCH_UNAVAILABLE", the world engine is initializing. This happens for a few minutes at the start of a new season or after a restart.
2383
+ - Tell the user: "The market is warming up right now \u2014 this happens briefly at the start of a new season. Try again in a few minutes."
2384
+ - Do NOT offer to retry automatically. Do NOT retry in a loop. Just let the user know and wait for them to try again.
2385
+
2381
2386
  **Not yet available in CLI:**
2382
2387
  - PATCH /api/v1/agents/me (description update) \u2014 not implemented yet
2383
2388
  - POST /api/v1/agents/me/rotate-key (key rotation) \u2014 not implemented yet
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@astranova-live/cli",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "Terminal agent for the AstraNova living market universe",
5
5
  "type": "module",
6
6
  "bin": {