File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,12 +10,8 @@ Force ALL output to be wrapped in a Markdown code block using this exact format:
1010
1111## Rules (strict)
1212
13- 1 . The response MUST start with exactly:
14-
15- ~~~ markdown
16-
17- 2 . The response MUST end with exactly:
18- ~~~
13+ 1 . The response MUST start with exactly: ~~~markdown
14+ 2 . The response MUST end with exactly: ~~~
1915
20163 . There MUST be no text before or after the wrapper.
2117
@@ -29,7 +25,7 @@ Inner content rules
2925 - Use triple backticks (```) for code examples.
3026 - Always include language hints when relevant.
3127
32- ⸻
28+ ---
3329
3430Example (correct nesting)
3531
@@ -47,6 +43,8 @@ Or in PowerShell:
4743PS> Invoke-NovaBuild
4844```
4945
46+ ---
47+
5048Self-check
5149
5250Before returning:
@@ -57,8 +55,10 @@ Before returning:
5755
5856If any check fails → regenerate.
5957
58+ ---
59+
6060Expected behavior
6161
6262- Safe nested Markdown (no fence collisions)
6363- Copy/paste ready
64- - Consistent formatting across all generated content
64+ - Consistent formatting across all generated content
You can’t perform that action at this time.
0 commit comments