Skip to content

Commit 3fec45d

Browse files
committed
fix: make Main Branch code block format requirements explicit
1 parent febd811 commit 3fec45d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/prompts/ovsm_system_prompt_v3.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,8 @@ count
194194

195195
# Plan Structure
196196

197+
**CRITICAL: You MUST provide executable code in the Main Branch section!**
198+
197199
**Expected Plan:** [TIME: estimate] [CONFIDENCE: %]
198200

199201
**Available Tools:** tool1, tool2, tool3
@@ -209,7 +211,11 @@ count
209211

210212
**Action:** Brief description (no code here!)
211213

212-
**Remember:** Main Branch MUST start with `(do` when you have multiple statements!
214+
**IMPORTANT FORMAT RULES:**
215+
- Main Branch MUST contain code wrapped in ```lisp code blocks
216+
- Code MUST start with `(do` when you have multiple statements
217+
- Code MUST be complete, executable OVSM LISP
218+
- Do NOT truncate or abbreviate the code
213219

214220
---
215221

0 commit comments

Comments
 (0)