ai-git-tools 2.0.72 → 2.0.74

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai-git-tools",
3
- "version": "2.0.72",
3
+ "version": "2.0.74",
4
4
  "description": "AI-powered Git automation tools for commit messages and PR generation",
5
5
  "main": "src/index.js",
6
6
  "type": "module",
@@ -189,21 +189,14 @@ ${skillsSummary}
189
189
 
190
190
  ---
191
191
 
192
- ## 已套用規則總結
192
+ ## ⚠️ 風險與注意事項
193
+ **Risk Level**: \`LOW\` / \`MEDIUM\` / \`HIGH\`
193
194
 
194
- > 請根據上方提供的專案規範(React Best Practices 和 Frontend Guidelines),分析本次程式碼變更
195
+ [說明潛在風險、破壞性變更(breaking changes)、需要特別小心的地方;沒有則填「無」]
195
196
 
196
- ### React Best Practices 規則
197
-
198
- **✅ 已正確套用的規則**:
199
- [列出本次變更中有正確使用的規則]
200
-
201
- **❌ 需要改善的項目**:
202
- [列出本次變更中違反的規則]
203
-
204
- ### Frontend Guidelines
205
-
206
- [根據程式碼實際內容檢查相關項目]
197
+ ## 👀 Reviewer 重點
198
+ - [請 reviewer 特別關注的邏輯或設計決策 1]
199
+ - [請 reviewer 特別關注的邏輯或設計決策 2]
207
200
 
208
201
  ---
209
202
 
@@ -220,6 +213,8 @@ ${skillsSummary}
220
213
  - 檢查主要變更列表,如果提到「新增 xxx」就必須勾選 ✨ 新功能 (feat)
221
214
  - 新增配置檔、新增組件、新增 API、新增功能都算 feat
222
215
  - 一個 PR 可以同時是多種類型(如:feat + refactor + chore)
216
+ 8. **Risk Level 判斷**:HIGH = 影響付款/登入/資料寫入核心流程;MEDIUM = 影響現有功能但有降級保護;LOW = 新增功能或純重構
217
+ 9. **Reviewer 重點**:列出最值得仔細看的 1-3 個地方(核心演算法、架構決策、潛在邊界條件)
223
218
 
224
219
  ---
225
220