From a037f22dcd1dc9cafbc46f30a9e28496314de59b Mon Sep 17 00:00:00 2001 From: S Date: Sun, 1 Mar 2026 10:37:13 -0500 Subject: [PATCH] fix: correct TOTAL_PROMPTS base count to 62 (including TLS conditional slots) Co-Authored-By: Claude Opus 4.6 --- setup/configure_env.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/configure_env.sh b/setup/configure_env.sh index 310994f..93c51ba 100755 --- a/setup/configure_env.sh +++ b/setup/configure_env.sh @@ -64,8 +64,8 @@ get_env_val() { # --------------------------------------------------------------------------- # Prompt function # --------------------------------------------------------------------------- -# Base prompt count (fixed prompts only — repo/DB prompts added dynamically) -TOTAL_PROMPTS=59 +# Base prompt count (fixed prompts + TLS conditional slots — repo/DB prompts added dynamically) +TOTAL_PROMPTS=62 CURRENT_PROMPT=0 LAST_SECTION=""