jun-claude-code 0.0.13 → 0.0.14

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": "jun-claude-code",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
4
4
  "description": "Claude Code configuration template - copy .claude settings to your project",
5
5
  "main": "dist/index.js",
6
6
  "bin": "dist/cli.js",
@@ -127,11 +127,11 @@ grep -r "import.*변경된함수명" --include="*.ts" --include="*.tsx"
127
127
  ### Step 4: PR 본문 작성
128
128
 
129
129
  ```markdown
130
- ## Summary
130
+ ## 📋 Summary
131
131
 
132
132
  > 이 PR이 해결하는 문제와 접근 방식을 1-2문장으로 설명
133
133
 
134
- ## 주요 변경사항
134
+ ## 🔄 주요 변경사항
135
135
 
136
136
  ### [변경 제목 1]
137
137
  **파일:** `path/to/file.ts`
@@ -141,7 +141,7 @@ grep -r "import.*변경된함수명" --include="*.ts" --include="*.tsx"
141
141
  **파일:** `path/to/file.ts`
142
142
  - 변경 내용 설명
143
143
 
144
- ## 사이드 이펙트
144
+ ## ⚠️ 사이드 이펙트
145
145
 
146
146
  > 이 변경으로 인해 다른 부분에 발생할 수 있는 영향
147
147
 
@@ -149,7 +149,7 @@ grep -r "import.*변경된함수명" --include="*.ts" --include="*.tsx"
149
149
  |---------------|----------|--------|
150
150
  | 없음 | - | - |
151
151
 
152
- ## 변경 흐름
152
+ ## 🔀 변경 흐름
153
153
 
154
154
  ```mermaid
155
155
  graph LR
@@ -323,17 +323,17 @@ gh pr comment <PR번호> --body "리뷰 피드백 반영 완료. 재확인 부
323
323
 
324
324
  ```mermaid
325
325
  graph TD
326
- A[변경사항 분석] --> B[영향 범위 분석]
327
- B --> C[영향 판단]
328
- C --> D[PR 본문 작성]
329
- D --> E[PR 생성]
330
- E --> F[Self PR Review]
331
- F -->|이슈 발견| G[수정 & Push]
326
+ A[📊 변경사항 분석] --> B[🔍 영향 범위 분석]
327
+ B --> C[⚖️ 영향 판단]
328
+ C --> D[✍️ PR 본문 작성]
329
+ D --> E[🚀 PR 생성]
330
+ E --> F[🔎 Self PR Review]
331
+ F -->|이슈 발견| G[🔧 수정 & Push]
332
332
  G --> F
333
- F -->|OK| H[팀원 리뷰 대기]
334
- H -->|피드백| I[PR Apply Mode]
333
+ F -->|OK| H[👥 팀원 리뷰 대기]
334
+ H -->|피드백| I[📝 PR Apply Mode]
335
335
  I --> H
336
- H -->|Approve| J[Merge]
336
+ H -->|Approve| J[Merge]
337
337
  ```
338
338
 
339
339
  <reference>