solana-traderclaw 1.0.129 → 1.0.131

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.
@@ -75,6 +75,10 @@
75
75
  "type": "string",
76
76
  "description": "Override workspace directory path. Defaults to ~/.openclaw/workspace/ when unset."
77
77
  },
78
+ "dataDir": {
79
+ "type": "string",
80
+ "description": "Absolute path for session sidecar (session-tokens.json), state, and logs. Defaults to ~/.traderclaw-v1-data when unset. Set explicitly on VPS so CLI and gateway agree."
81
+ },
78
82
  "bootstrapDecisionCount": {
79
83
  "type": "integer",
80
84
  "minimum": 1,
@@ -215,6 +219,11 @@
215
219
  "placeholder": "~/.openclaw/workspace",
216
220
  "advanced": true
217
221
  },
222
+ "dataDir": {
223
+ "label": "TraderClaw data directory",
224
+ "placeholder": "/root/.traderclaw-v1-data",
225
+ "advanced": true
226
+ },
218
227
  "bootstrapDecisionCount": {
219
228
  "label": "Bootstrap Decision Count",
220
229
  "advanced": true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "solana-traderclaw",
3
- "version": "1.0.129",
3
+ "version": "1.0.131",
4
4
  "description": "TraderClaw V1-Upgraded — Solana trading for OpenClaw with intelligence lab, tool envelopes, prompt scrubbing, read-only X social intel, and split skill docs",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -124,7 +124,7 @@ Alpha signals are **curated trading calls from real humans** in Telegram and Dis
124
124
 
125
125
  ## Access Limit and Referral Codes
126
126
 
127
- When any tool returns an `ACCESS_LIMIT_REACHED` error, the user's runtime access window has expired. They can restore access by staking $TCLAW or by referring other users. Each active referral (someone who completes at least one trade) adds +8 hours.
127
+ When any tool returns an `ACCESS_LIMIT_REACHED` error, the user's runtime access window has expired. They can restore access by staking $SOON or by referring other users. Each active referral (someone who completes at least one trade) adds +8 hours.
128
128
 
129
129
  **Your protocol when ACCESS_LIMIT_REACHED appears:**
130
130