Skip to content

Commit 7abd05c

Browse files
committed
chore: adjusted character in prompt
1 parent 2e246bd commit 7abd05c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/src/review/review.prompts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ If the server fails to start, skip the browser step and note it in your summary
9191
`IMPORTANT — RETRY: your previous response could not be parsed against the required schema, so this review is being re-run. The verdict was discarded; none of that prior analysis was recorded. Conform EXACTLY this time:\n` +
9292
`- Start the response with a single \`\`\`json fenced block — no preamble, narrative, or prose before it.\n` +
9393
`- \`verdict\` MUST be the string "PASS" or "FAIL" (uppercase) — NOT a boolean (\`true\`/\`false\`), number, or any other word.\n` +
94-
`- \`confidence\` MUST be present, as an integer 0100.\n` +
94+
`- \`confidence\` MUST be present, as an integer 0-100.\n` +
9595
`- \`dimensions\` MUST contain all four boolean keys: \`correctness\`, \`tests\`, \`planCoverage\`, \`security\`.\n` +
9696
`- MOST IMPORTANT — \`issues\`: every concrete problem MUST be a structured object in the \`issues\` array with the exact \`{severity,title,detail,file?}\` shape. This array is the ONLY thing passed to the agent that fixes the code — any finding left out, written as prose, or placed under a stray key (\`rationale\`, \`findings\`, \`explanation\`, …) is INVISIBLE to the fix stage and WILL NOT be fixed. Each \`detail\` must say both what is wrong and how to fix it. Put a FAIL's full reasoning here, not after the block.`,
9797
);

0 commit comments

Comments
 (0)