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/cli.js CHANGED
@@ -2969,6 +2969,15 @@ var USER_AGENT = `mnemospark/${VERSION}`;
2969
2969
  import { existsSync, readFileSync } from "fs";
2970
2970
  import { privateKeyToAccount as privateKeyToAccount6 } from "viem/accounts";
2971
2971
 
2972
+ // src/cloud-help-onboarding.ts
2973
+ var CLOUD_ONBOARDING_BLOCK_LINES = [
2974
+ "",
2975
+ "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.",
2976
+ "",
2977
+ "`/mnemospark cloud backup <file|directory> name:<friendly-name> async:true`",
2978
+ ""
2979
+ ];
2980
+
2972
2981
  // src/cloud-command.ts
2973
2982
  import { spawn } from "child_process";
2974
2983
  import {
@@ -4216,7 +4225,7 @@ function expandTilde(path) {
4216
4225
  }
4217
4226
  var CLOUD_HELP_TEXT = [
4218
4227
  "\u2601\uFE0F **mnemospark - Wallet and go.** \u{1F499}",
4219
- "",
4228
+ ...CLOUD_ONBOARDING_BLOCK_LINES,
4220
4229
  "**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.",
4221
4230
  "",
4222
4231
  "**Cloud Commands**",
@@ -7314,17 +7323,21 @@ operation-id: ${operationId}`,
7314
7323
  // src/mnemospark-handler.ts
7315
7324
  var MNEMOSPARK_ROOT_HELP_TEXT = [
7316
7325
  "\u2601\uFE0F **mnemospark - Wallet and go.** \u{1F499}",
7326
+ ...CLOUD_ONBOARDING_BLOCK_LINES,
7327
+ "To view the full help menu use these commands:",
7317
7328
  "",
7318
- "**Syntax:** `/mnemospark cloud \u2026` or `/mnemospark wallet \u2026`",
7319
- "Arguments may use `key:value`, `key=value`, or `--key value`. Optional verbose markers: `cloud:true`, `price-storage:true`, etc. (same as bare words).",
7320
- "Aliases include `wallet:` \u2192 wallet-address, `object:` \u2192 object-id, `quote:` \u2192 quote-id (see `/mnemospark cloud help`).",
7321
- "",
7322
- "**Cloud storage** \u2014 full reference:",
7329
+ "**Cloud storage**",
7323
7330
  "\u2022 `/mnemospark cloud help`",
7324
7331
  "",
7325
- "**Wallet** \u2014 status:",
7332
+ "**Wallet status and funding link:**",
7326
7333
  "\u2022 `/mnemospark wallet`",
7327
- "\u2022 `/mnemospark wallet help` \u2014 commands and funding link"
7334
+ "\u2022 `/mnemospark wallet help`",
7335
+ "",
7336
+ "**Let your agent run mnemospark for you:**",
7337
+ "",
7338
+ "mnemospark installs as an OpenClaw extension under `~/.openclaw/extensions/mnemospark/`. Point your agent at the bundled skill:",
7339
+ "",
7340
+ "Install the mnemospark skill available at `~/.openclaw/extensions/mnemospark/skills/mnemospark/SKILL.md`"
7328
7341
  ].join("\n");
7329
7342
  var MNEMOSPARK_WALLET_HELP_TEXT = (address) => [
7330
7343
  "\u2601\uFE0F **mnemospark Wallet**",