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