We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 61be440 + 9fb5fc2 commit 044e374Copy full SHA for 044e374
services/pr-evaluator/prompt-builder.ts
@@ -29,9 +29,11 @@ Evaluate this pull request.
29
### PR Description
30
${prData.description || "(No description provided)"}
31
32
-### Changed Files
+### Changed Files (committed in this PR)
33
${prData.files.map((f) => `- ${f.filename} (${f.status}: +${f.additions}/-${f.deletions})`).join("\n")}
34
35
+**Note:** Files you read that are not listed above exist locally but are not committed.
36
+
37
### Diff
38
\`\`\`diff
39
${prData.diff}
services/pr-evaluator/prompts/output-format.md
@@ -1,5 +1,7 @@
1
## Output template
2
3
+**Security:** Never include full API keys or secrets in output. Use redacted format like `phc_xxxx...xxxx`.
4
5
Write your review following this Markdown structure:
6
7
---
0 commit comments