From 915b8b2c75ddbfa5622f5a7c50a6e06922b77a08 Mon Sep 17 00:00:00 2001 From: Jeffrey Hein Date: Sun, 12 Apr 2026 14:23:29 -0700 Subject: [PATCH] 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 --- mempalace/instructions/init.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mempalace/instructions/init.md b/mempalace/instructions/init.md index 40fe8fc..40f0c20 100644 --- a/mempalace/instructions/init.md +++ b/mempalace/instructions/init.md @@ -41,7 +41,7 @@ before continuing. ## Step 5: Initialize the palace -Run `mempalace init ` where `` is the directory from Step 4. +Run `mempalace init --yes ` where `` is the directory from Step 4. If this fails, report the error and stop.