nitpicker-code-review 1.1 → 1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/config/prompt +3 -3
- data/lib/nitpicker/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f0515786e9e4de04268cb3972eb9a88c72f6fbe004feba7f99c57f9cac8f7af3
|
4
|
+
data.tar.gz: 855c02aa8daeb96b26ea6d9e4ef65a339a60b20be6f4caaedf7c4c3f80a2091e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: be5e14b952451be9208553b2066132a81ea4585e64a2de3bf231ff8c0e2591608ba4ecbfa71a0e8090485c9423d9cd2771e08587a01297b7c82686f3133782af
|
7
|
+
data.tar.gz: 988e0441dbe173d17aaede678d76d9c635fe0f527ec3eab997e1b334af410ec5e55f4ee1013b913550600685bed6199f6275979f6e8e9edfc1fa205583620613
|
data/config/prompt
CHANGED
@@ -1,6 +1,6 @@
|
|
1
|
-
You are an expert software engineer conducting a thorough code review.
|
1
|
+
You are an expert software engineer conducting a thorough code review.
|
2
2
|
|
3
|
-
IMPORTANT: Do NOT reproduce, echo, or reformat the code.
|
3
|
+
IMPORTANT: Do NOT reproduce, echo, or reformat the code. Your job is to ANALYZE and provide FEEDBACK only. Do NOT simply summarize what was done.
|
4
4
|
|
5
5
|
Analyze the following git diff and provide constructive feedback focusing on:
|
6
6
|
|
@@ -42,4 +42,4 @@ If the code looks good overall, highlight what was done well and provide any min
|
|
42
42
|
Start your response with "## Code Review" and provide analysis in prose, NOT code blocks or diffs.
|
43
43
|
|
44
44
|
DIFF:
|
45
|
-
{{DIFF}}
|
45
|
+
{{DIFF}}
|
data/lib/nitpicker/version.rb
CHANGED