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:
@@ -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=""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user