mnemospark 1.1.0 → 1.2.0

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.
package/dist/index.js CHANGED
@@ -3014,6 +3014,15 @@ var USER_AGENT = `mnemospark/${VERSION}`;
3014
3014
  import { existsSync, readFileSync } from "fs";
3015
3015
  import { privateKeyToAccount as privateKeyToAccount6 } from "viem/accounts";
3016
3016
 
3017
+ // src/cloud-help-onboarding.ts
3018
+ var CLOUD_ONBOARDING_BLOCK_LINES = [
3019
+ "",
3020
+ "Start here to securely upload a file and we'll guide you along the way. Copy the line below and replace <file|directory> with the file or directory you'd like to save to the cloud and replace <friendly-name> with an easy to remember name.",
3021
+ "",
3022
+ "`/mnemospark cloud backup <file|directory> name:<friendly-name> async:true`",
3023
+ ""
3024
+ ];
3025
+
3017
3026
  // src/cloud-command.ts
3018
3027
  import { spawn } from "child_process";
3019
3028
  import {
@@ -4261,7 +4270,7 @@ function expandTilde(path) {
4261
4270
  }
4262
4271
  var CLOUD_HELP_TEXT = [
4263
4272
  "\u2601\uFE0F **mnemospark - Wallet and go.** \u{1F499}",
4264
- "",
4273
+ ...CLOUD_ONBOARDING_BLOCK_LINES,
4265
4274
  "**Syntax:** use `/mnemospark cloud \u2026`. Prefer `key:value` for arguments; `key=value` and `--key value` are also accepted. Optional verbose markers: `cloud:true`, `price-storage:true`, etc. Aliases: `wallet:` \u2192 wallet-address, `object:` \u2192 object-id, `quote:` \u2192 quote-id, `hash:` \u2192 object-id-hash.",
4266
4275
  "",
4267
4276
  "**Cloud Commands**",
@@ -7359,17 +7368,21 @@ operation-id: ${operationId}`,
7359
7368
  // src/mnemospark-handler.ts
7360
7369
  var MNEMOSPARK_ROOT_HELP_TEXT = [
7361
7370
  "\u2601\uFE0F **mnemospark - Wallet and go.** \u{1F499}",
7371
+ ...CLOUD_ONBOARDING_BLOCK_LINES,
7372
+ "To view the full help menu use these commands:",
7362
7373
  "",
7363
- "**Syntax:** `/mnemospark cloud \u2026` or `/mnemospark wallet \u2026`",
7364
- "Arguments may use `key:value`, `key=value`, or `--key value`. Optional verbose markers: `cloud:true`, `price-storage:true`, etc. (same as bare words).",
7365
- "Aliases include `wallet:` \u2192 wallet-address, `object:` \u2192 object-id, `quote:` \u2192 quote-id (see `/mnemospark cloud help`).",
7366
- "",
7367
- "**Cloud storage** \u2014 full reference:",
7374
+ "**Cloud storage**",
7368
7375
  "\u2022 `/mnemospark cloud help`",
7369
7376
  "",
7370
- "**Wallet** \u2014 status:",
7377
+ "**Wallet status and funding link:**",
7371
7378
  "\u2022 `/mnemospark wallet`",
7372
- "\u2022 `/mnemospark wallet help` \u2014 commands and funding link"
7379
+ "\u2022 `/mnemospark wallet help`",
7380
+ "",
7381
+ "**Let your agent run mnemospark for you:**",
7382
+ "",
7383
+ "mnemospark installs as an OpenClaw extension under `~/.openclaw/extensions/mnemospark/`. Point your agent at the bundled skill:",
7384
+ "",
7385
+ "Install the mnemospark skill available at `~/.openclaw/extensions/mnemospark/skills/mnemospark/SKILL.md`"
7373
7386
  ].join("\n");
7374
7387
  var MNEMOSPARK_WALLET_HELP_TEXT = (address) => [
7375
7388
  "\u2601\uFE0F **mnemospark Wallet**",