Skip to content

Commit 044e374

Browse files
Merge branch 'main' into django-app
2 parents 61be440 + 9fb5fc2 commit 044e374

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

services/pr-evaluator/prompt-builder.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,11 @@ Evaluate this pull request.
2929
### PR Description
3030
${prData.description || "(No description provided)"}
3131
32-
### Changed Files
32+
### Changed Files (committed in this PR)
3333
${prData.files.map((f) => `- ${f.filename} (${f.status}: +${f.additions}/-${f.deletions})`).join("\n")}
3434
35+
**Note:** Files you read that are not listed above exist locally but are not committed.
36+
3537
### Diff
3638
\`\`\`diff
3739
${prData.diff}

services/pr-evaluator/prompts/output-format.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Output template
22

3+
**Security:** Never include full API keys or secrets in output. Use redacted format like `phc_xxxx...xxxx`.
4+
35
Write your review following this Markdown structure:
46

57
---

0 commit comments

Comments
 (0)