fix: correct TOTAL_PROMPTS base count to 62 (including TLS conditional slots)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
S
2026-03-01 10:37:13 -05:00
parent 07d2d5ffdd
commit a037f22dcd

View File

@@ -64,8 +64,8 @@ get_env_val() {
# --------------------------------------------------------------------------- # ---------------------------------------------------------------------------
# Prompt function # Prompt function
# --------------------------------------------------------------------------- # ---------------------------------------------------------------------------
# Base prompt count (fixed prompts only — repo/DB prompts added dynamically) # Base prompt count (fixed prompts + TLS conditional slots — repo/DB prompts added dynamically)
TOTAL_PROMPTS=59 TOTAL_PROMPTS=62
CURRENT_PROMPT=0 CURRENT_PROMPT=0
LAST_SECTION="" LAST_SECTION=""