fix: add --yes flag to init instructions for non-interactive use (#534) (#682)

AI agents calling `mempalace init` hang on the interactive confirmation
prompt. The --yes flag skips it, enabling automated setup.

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeffrey Hein
2026-04-12 14:23:29 -07:00
committed by GitHub
parent 74e5bf6090
commit 915b8b2c75
+1 -1
View File
@@ -41,7 +41,7 @@ before continuing.
## Step 5: Initialize the palace
Run `mempalace init <dir>` where `<dir>` is the directory from Step 4.
Run `mempalace init --yes <dir>` where `<dir>` is the directory from Step 4.
If this fails, report the error and stop.