mnemospark 0.1.21 → 0.1.22

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/README.md CHANGED
@@ -29,6 +29,7 @@ openclaw gateway start
29
29
  ```
30
30
 
31
31
  > Plugin registration is done by `openclaw plugins install mnemospark`.
32
+ > The install also bundles the `skills/mnemospark` skill package so the main agent can delegate mnemospark workflows.
32
33
 
33
34
  ### 2) (Optional) Initialize wallet helpers
34
35
 
@@ -127,6 +128,7 @@ The blockchain transaction is the payment record.
127
128
  - **402 payment required**: expected in challenge flow; ensure client retries with payment authorization.
128
129
  - **Upload/storage backend errors**: verify cloud permissions (e.g., bucket access + IAM role rights).
129
130
  - **Command not recognized**: confirm plugin installed and gateway restarted.
131
+ - **One-step operation correlation**: run `./skills/mnemospark/scripts/debug-operation.sh <operation-id>` (or omit ID to use latest).
130
132
 
131
133
  ---
132
134