commit-ai-agent 1.0.1 → 1.0.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.
Files changed (2) hide show
  1. package/README.md +7 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -34,6 +34,8 @@ npm install
34
34
  npm start
35
35
  ```
36
36
 
37
+ npm start 대신 Windows 사용자는 `start.bat`를 더블클릭하여 바로 실행할 수 있습니다.
38
+
37
39
  ---
38
40
 
39
41
  ## 환경 설정
@@ -63,8 +65,13 @@ PORT=3000
63
65
  | 📦 최근 커밋 분석 | 마지막 커밋의 의도·근거·코드 리뷰 자동 생성 |
64
66
  | 🔍 현재 변경사항 분석 | staged/unstaged/untracked 분석 + 커밋 메시지 3가지 제안 |
65
67
 
68
+ - **브라우저 기반 GUI**: 웹 브라우저에서 직관적인 인터페이스로 분석 실행 가능
66
69
  - 분석 결과는 실행 위치의 `reports/` 폴더에 Markdown으로 저장됩니다.
67
70
 
71
+ ## 스크린샷
72
+
73
+ ![브라우저 인터페이스](https://github.com/user-attachments/assets/51015aad-93bb-4611-8157-12ba570a84d3)
74
+
68
75
  ---
69
76
 
70
77
  ## 문제 해결
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "commit-ai-agent",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "AI-powered git commit & working status analyzer with web UI",
5
5
  "type": "module",
6
6
  "main": "src/server.js",