Skip to content

Commit 6f9c5e1

Browse files
committed
chore: update to version 0.0.14, clarify Git diff review instructions, and update package versions
1 parent d14c8b3 commit 6f9c5e1

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to the "genreview" extension will be documented in this file.
44

5+
## [0.0.14] - 2025-05-20
6+
7+
### Changed
8+
9+
- In Git diff, lines starting with `+` indicate additions, and `-` indicate deletions. Focus your review primarily on the `+` lines (added code).
10+
511
## [0.0.13] - 2025-05-16
612

713
### Changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "genreview",
33
"displayName": "Review Prompt Generator",
44
"description": "Generate AI-ready GitHub PR review prompts from git diffs.",
5-
"version": "0.0.13",
5+
"version": "0.0.14",
66
"publisher": "Sado4",
77
"engines": {
88
"vscode": "^1.84.0"

src/extension.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ export async function activate(context: vscode.ExtensionContext) {
6868
- コメントの不足や曖昧さ、テスト不足、パフォーマンスやセキュリティへの懸念
6969
- 意図が不明なコードへの質問や指摘
7070
- **変更の背景や目的を推測せず、あくまでコードの差分に基づいて客観的にコメントしてください**
71+
- Gitのdiffにおける + が追加行、- が削除行であることに留意し、主に + の行をレビュー対象としてください
7172
- 各項目は箇条書きで整理し、可能であればレビュー観点ごとに見出しを設けてください
7273
7374
${commitSection}
@@ -82,6 +83,7 @@ The following is the full diff of a Pull Request. Please provide **Markdown-form
8283
- Missing comments or tests, unclear logic, potential performance or security issues
8384
- Parts where the intention is unclear — ask questions when needed
8485
- **Avoid guessing the intent or purpose** — only comment on what has changed
86+
- In Git diff, lines starting with + indicate additions, and - indicate deletions. Focus your review primarily on the + lines (added code).
8587
- Use bullet points and clear section headings per concern category
8688
8789
${commitSection}

0 commit comments

Comments
 (0)