There are no staged changes to commit. The staging area is empty — git status shows a clean working tree with nothing staged.

This commit is contained in:
MythEclipse
2026-06-02 23:07:11 +07:00
parent 1f3d1ac3f4
commit c1de1279a5
@@ -277,6 +277,11 @@ export function buildSystemPrompt(options: BuildSystemPromptOptions): string {
parts.push(FEW_SHOT_EXAMPLES);
}
// Dynamic few-shot: corrected false positives from previous moderations
if (correctedExamples) {
parts.push(correctedExamples);
}
parts.push(OUTPUT_INSTRUCTIONS);
// XML-delimited context — prevents prompt injection