@memfork/cli 0.1.55 → 0.1.56
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/package.json
CHANGED
|
@@ -53,6 +53,12 @@ memfork commit \
|
|
|
53
53
|
The CLI auto-detects the current Git branch — do **not** pass `--branch`
|
|
54
54
|
unless explicitly targeting a different branch.
|
|
55
55
|
|
|
56
|
+
**This command performs a network write to Walrus and an on-chain transaction
|
|
57
|
+
on Sui. It takes 20–60 seconds to complete — this is normal.** Run it in the
|
|
58
|
+
foreground and wait for the `✓ Committed to <branch>` line before concluding
|
|
59
|
+
it succeeded or failed. Do not retry if output is slow; only retry if the
|
|
60
|
+
process exits with a non-zero code or prints an error.
|
|
61
|
+
|
|
56
62
|
### 3. Confirm to the user
|
|
57
63
|
|
|
58
64
|
After the commit succeeds, print a confirmation in this form:
|