prr-kit 1.1.2 → 1.1.3

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.
@@ -1,18 +1,13 @@
1
- <svg width="1200" height="300" viewBox="0 0 1200 300" xmlns="http://www.w3.org/2000/svg">
1
+ <svg width="1200" height="340" viewBox="0 0 1200 340" xmlns="http://www.w3.org/2000/svg">
2
2
  <defs>
3
- <!-- Background gradient -->
4
3
  <linearGradient id="bg" x1="0%" y1="0%" x2="100%" y2="100%">
5
4
  <stop offset="0%" style="stop-color:#0d1117"/>
6
5
  <stop offset="100%" style="stop-color:#161b22"/>
7
6
  </linearGradient>
8
-
9
- <!-- Accent gradient (purple → blue) -->
10
7
  <linearGradient id="accent" x1="0%" y1="0%" x2="100%" y2="0%">
11
8
  <stop offset="0%" style="stop-color:#a855f7"/>
12
9
  <stop offset="100%" style="stop-color:#3b82f6"/>
13
10
  </linearGradient>
14
-
15
- <!-- Glow filter for accent line -->
16
11
  <filter id="glow" x="-20%" y="-200%" width="140%" height="500%">
17
12
  <feGaussianBlur stdDeviation="4" result="blur"/>
18
13
  <feMerge>
@@ -20,160 +15,251 @@
20
15
  <feMergeNode in="SourceGraphic"/>
21
16
  </feMerge>
22
17
  </filter>
23
-
24
- <!-- Subtle grid pattern -->
25
18
  <pattern id="grid" width="40" height="40" patternUnits="userSpaceOnUse">
26
19
  <path d="M 40 0 L 0 0 0 40" fill="none" stroke="#ffffff" stroke-width="0.3" opacity="0.04"/>
27
20
  </pattern>
28
-
29
- <!-- Corner dot pattern -->
30
21
  <pattern id="dots" width="20" height="20" patternUnits="userSpaceOnUse">
31
22
  <circle cx="1" cy="1" r="1" fill="#ffffff" opacity="0.06"/>
32
23
  </pattern>
33
24
  </defs>
34
25
 
35
26
  <!-- Background -->
36
- <rect width="1200" height="300" fill="url(#bg)"/>
37
-
38
- <!-- Grid overlay -->
39
- <rect width="1200" height="300" fill="url(#grid)"/>
27
+ <rect width="1200" height="340" fill="url(#bg)"/>
28
+ <rect width="1200" height="340" fill="url(#grid)"/>
29
+ <rect x="800" y="0" width="400" height="340" fill="url(#dots)"/>
40
30
 
41
- <!-- Dot pattern on right side -->
42
- <rect x="800" y="0" width="400" height="300" fill="url(#dots)"/>
43
-
44
- <!-- Decorative circles (blurred, background) -->
45
- <circle cx="980" cy="80" r="120" fill="#a855f7" opacity="0.06"/>
46
- <circle cx="1100" cy="220" r="80" fill="#3b82f6" opacity="0.06"/>
47
- <circle cx="150" cy="240" r="100" fill="#a855f7" opacity="0.04"/>
31
+ <!-- Decorative circles -->
32
+ <circle cx="980" cy="90" r="130" fill="#a855f7" opacity="0.05"/>
33
+ <circle cx="1100" cy="260" r="90" fill="#3b82f6" opacity="0.05"/>
34
+ <circle cx="150" cy="280" r="110" fill="#a855f7" opacity="0.04"/>
48
35
 
49
36
  <!-- Top accent line -->
50
37
  <rect x="0" y="0" width="1200" height="3" fill="url(#accent)" filter="url(#glow)"/>
51
38
 
52
39
  <!-- Left vertical accent bar -->
53
- <rect x="64" y="60" width="3" height="180" fill="url(#accent)" opacity="0.8" filter="url(#glow)"/>
40
+ <rect x="64" y="60" width="3" height="220" fill="url(#accent)" opacity="0.8" filter="url(#glow)"/>
54
41
 
55
- <!-- Icon area: magnifying glass SVG path -->
56
- <g transform="translate(100, 110)">
42
+ <!-- Magnifying glass icon -->
43
+ <g transform="translate(100, 108)">
57
44
  <circle cx="28" cy="28" r="26" fill="none" stroke="url(#accent)" stroke-width="3" opacity="0.9"/>
58
45
  <circle cx="28" cy="28" r="18" fill="none" stroke="url(#accent)" stroke-width="1.5" opacity="0.3"/>
59
46
  <line x1="47" y1="47" x2="62" y2="62" stroke="url(#accent)" stroke-width="4" stroke-linecap="round" opacity="0.9"/>
60
- <!-- Code lines inside glass -->
61
47
  <line x1="18" y1="23" x2="38" y2="23" stroke="#a855f7" stroke-width="2" stroke-linecap="round" opacity="0.6"/>
62
48
  <line x1="18" y1="30" x2="32" y2="30" stroke="#3b82f6" stroke-width="2" stroke-linecap="round" opacity="0.6"/>
63
49
  <line x1="18" y1="37" x2="36" y2="37" stroke="#a855f7" stroke-width="2" stroke-linecap="round" opacity="0.4"/>
64
50
  </g>
65
51
 
66
52
  <!-- Main title -->
67
- <text x="190" y="145" font-family="-apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif"
53
+ <text x="190" y="138" font-family="-apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif"
68
54
  font-size="52" font-weight="700" letter-spacing="-1" fill="#ffffff">
69
- PR Review Framework
55
+ PR Review Kit
70
56
  </text>
71
57
 
72
- <!-- Accent underline under title -->
73
- <rect x="190" y="157" width="420" height="2" fill="url(#accent)" opacity="0.5" rx="1"/>
58
+ <!-- Accent underline -->
59
+ <rect x="190" y="150" width="340" height="2" fill="url(#accent)" opacity="0.5" rx="1"/>
74
60
 
75
61
  <!-- Subtitle -->
76
- <text x="192" y="192" font-family="-apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif"
77
- font-size="20" font-weight="400" fill="#8b949e" letter-spacing="0.3">
78
- AI-driven Pull Request review — structured, multi-perspective, actionable
62
+ <text x="492" y="175" text-anchor="middle"
63
+ font-family="-apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif"
64
+ font-size="15" font-weight="400" fill="#8b949e" letter-spacing="0.2">
65
+ Install the kit, configure it once, and start getting structured AI reviews on every PR.
79
66
  </text>
80
67
 
81
- <!-- Badges row -->
82
- <!-- Badge 1: Claude Code -->
83
- <g transform="translate(192, 218)">
84
- <rect width="112" height="26" rx="13" fill="#21262d" stroke="#30363d" stroke-width="1"/>
85
- <circle cx="18" cy="13" r="5" fill="#a855f7" opacity="0.9"/>
86
- <text x="30" y="17.5" font-family="monospace" font-size="11" fill="#8b949e">Claude Code</text>
68
+ <!-- ── IDE Badges Row 1: Preferred ── -->
69
+ <!-- Claude Code -->
70
+ <g transform="translate(192, 200)">
71
+ <rect width="104" height="24" rx="12" fill="#21262d" stroke="#a855f7" stroke-width="1" opacity="0.9"/>
72
+ <circle cx="14" cy="12" r="4" fill="#a855f7"/>
73
+ <text x="24" y="16" font-family="monospace" font-size="10" fill="#c9b8f5">Claude Code</text>
74
+ </g>
75
+
76
+ <!-- Cursor -->
77
+ <g transform="translate(304, 200)">
78
+ <rect width="64" height="24" rx="12" fill="#21262d" stroke="#3b82f6" stroke-width="1" opacity="0.9"/>
79
+ <circle cx="14" cy="12" r="4" fill="#3b82f6"/>
80
+ <text x="24" y="16" font-family="monospace" font-size="10" fill="#93c5fd">Cursor</text>
81
+ </g>
82
+
83
+ <!-- Windsurf -->
84
+ <g transform="translate(376, 200)">
85
+ <rect width="76" height="24" rx="12" fill="#21262d" stroke="#06b6d4" stroke-width="1" opacity="0.9"/>
86
+ <circle cx="14" cy="12" r="4" fill="#06b6d4"/>
87
+ <text x="24" y="16" font-family="monospace" font-size="10" fill="#67e8f9">Windsurf</text>
88
+ </g>
89
+
90
+ <!-- GitHub Copilot -->
91
+ <g transform="translate(460, 200)">
92
+ <rect width="110" height="24" rx="12" fill="#21262d" stroke="#2da44e" stroke-width="1" opacity="0.9"/>
93
+ <circle cx="14" cy="12" r="4" fill="#2da44e"/>
94
+ <text x="24" y="16" font-family="monospace" font-size="10" fill="#7ee8a2">GitHub Copilot</text>
95
+ </g>
96
+
97
+ <!-- Gemini CLI -->
98
+ <g transform="translate(578, 200)">
99
+ <rect width="82" height="24" rx="12" fill="#21262d" stroke="#4285f4" stroke-width="1" opacity="0.9"/>
100
+ <circle cx="14" cy="12" r="4" fill="#4285f4"/>
101
+ <text x="24" y="16" font-family="monospace" font-size="10" fill="#93b4fb">Gemini CLI</text>
102
+ </g>
103
+
104
+ <!-- ── IDE Badges Row 2 ── -->
105
+ <!-- Cline -->
106
+ <g transform="translate(192, 232)">
107
+ <rect width="50" height="20" rx="10" fill="#21262d" stroke="#30363d" stroke-width="1"/>
108
+ <circle cx="11" cy="10" r="3.5" fill="#ef4444"/>
109
+ <text x="19" y="14" font-family="monospace" font-size="9" fill="#8b949e">Cline</text>
110
+ </g>
111
+
112
+ <!-- Roo -->
113
+ <g transform="translate(249, 232)">
114
+ <rect width="70" height="20" rx="10" fill="#21262d" stroke="#30363d" stroke-width="1"/>
115
+ <circle cx="11" cy="10" r="3.5" fill="#f97316"/>
116
+ <text x="19" y="14" font-family="monospace" font-size="9" fill="#8b949e">Roo Cline</text>
117
+ </g>
118
+
119
+ <!-- Kiro -->
120
+ <g transform="translate(326, 232)">
121
+ <rect width="46" height="20" rx="10" fill="#21262d" stroke="#30363d" stroke-width="1"/>
122
+ <circle cx="11" cy="10" r="3.5" fill="#f59e0b"/>
123
+ <text x="19" y="14" font-family="monospace" font-size="9" fill="#8b949e">Kiro</text>
124
+ </g>
125
+
126
+ <!-- OpenCode -->
127
+ <g transform="translate(379, 232)">
128
+ <rect width="74" height="20" rx="10" fill="#21262d" stroke="#30363d" stroke-width="1"/>
129
+ <circle cx="11" cy="10" r="3.5" fill="#8b5cf6"/>
130
+ <text x="19" y="14" font-family="monospace" font-size="9" fill="#8b949e">OpenCode</text>
131
+ </g>
132
+
133
+ <!-- Antigravity -->
134
+ <g transform="translate(460, 232)">
135
+ <rect width="82" height="20" rx="10" fill="#21262d" stroke="#30363d" stroke-width="1"/>
136
+ <circle cx="11" cy="10" r="3.5" fill="#4285f4"/>
137
+ <text x="19" y="14" font-family="monospace" font-size="9" fill="#8b949e">Antigravity</text>
138
+ </g>
139
+
140
+ <!-- Auggie -->
141
+ <g transform="translate(549, 232)">
142
+ <rect width="56" height="20" rx="10" fill="#21262d" stroke="#30363d" stroke-width="1"/>
143
+ <circle cx="11" cy="10" r="3.5" fill="#06b6d4"/>
144
+ <text x="19" y="14" font-family="monospace" font-size="9" fill="#8b949e">Auggie</text>
145
+ </g>
146
+
147
+ <!-- Codex -->
148
+ <g transform="translate(612, 232)">
149
+ <rect width="52" height="20" rx="10" fill="#21262d" stroke="#30363d" stroke-width="1"/>
150
+ <circle cx="11" cy="10" r="3.5" fill="#10b981"/>
151
+ <text x="19" y="14" font-family="monospace" font-size="9" fill="#8b949e">Codex</text>
152
+ </g>
153
+
154
+ <!-- Crush -->
155
+ <g transform="translate(671, 232)">
156
+ <rect width="50" height="20" rx="10" fill="#21262d" stroke="#30363d" stroke-width="1"/>
157
+ <circle cx="11" cy="10" r="3.5" fill="#ec4899"/>
158
+ <text x="19" y="14" font-family="monospace" font-size="9" fill="#8b949e">Crush</text>
159
+ </g>
160
+
161
+ <!-- ── IDE Badges Row 3 ── -->
162
+ <!-- iFlow -->
163
+ <g transform="translate(192, 260)">
164
+ <rect width="50" height="20" rx="10" fill="#21262d" stroke="#30363d" stroke-width="1"/>
165
+ <circle cx="11" cy="10" r="3.5" fill="#6366f1"/>
166
+ <text x="19" y="14" font-family="monospace" font-size="9" fill="#8b949e">iFlow</text>
167
+ </g>
168
+
169
+ <!-- KiloCoder -->
170
+ <g transform="translate(249, 260)">
171
+ <rect width="74" height="20" rx="10" fill="#21262d" stroke="#30363d" stroke-width="1"/>
172
+ <circle cx="11" cy="10" r="3.5" fill="#14b8a6"/>
173
+ <text x="19" y="14" font-family="monospace" font-size="9" fill="#8b949e">KiloCoder</text>
87
174
  </g>
88
175
 
89
- <!-- Badge 2: Cursor -->
90
- <g transform="translate(314, 218)">
91
- <rect width="74" height="26" rx="13" fill="#21262d" stroke="#30363d" stroke-width="1"/>
92
- <circle cx="18" cy="13" r="5" fill="#3b82f6" opacity="0.9"/>
93
- <text x="30" y="17.5" font-family="monospace" font-size="11" fill="#8b949e">Cursor</text>
176
+ <!-- QwenCoder -->
177
+ <g transform="translate(330, 260)">
178
+ <rect width="76" height="20" rx="10" fill="#21262d" stroke="#30363d" stroke-width="1"/>
179
+ <circle cx="11" cy="10" r="3.5" fill="#f97316"/>
180
+ <text x="19" y="14" font-family="monospace" font-size="9" fill="#8b949e">QwenCoder</text>
94
181
  </g>
95
182
 
96
- <!-- Badge 3: Windsurf -->
97
- <g transform="translate(398, 218)">
98
- <rect width="86" height="26" rx="13" fill="#21262d" stroke="#30363d" stroke-width="1"/>
99
- <circle cx="18" cy="13" r="5" fill="#06b6d4" opacity="0.9"/>
100
- <text x="30" y="17.5" font-family="monospace" font-size="11" fill="#8b949e">Windsurf</text>
183
+ <!-- Rovo Dev -->
184
+ <g transform="translate(413, 260)">
185
+ <rect width="68" height="20" rx="10" fill="#21262d" stroke="#30363d" stroke-width="1"/>
186
+ <circle cx="11" cy="10" r="3.5" fill="#0052cc"/>
187
+ <text x="19" y="14" font-family="monospace" font-size="9" fill="#8b949e">Rovo Dev</text>
101
188
  </g>
102
189
 
103
- <!-- Badge 4: Node.js -->
104
- <g transform="translate(494, 218)">
105
- <rect width="90" height="26" rx="13" fill="#21262d" stroke="#30363d" stroke-width="1"/>
106
- <circle cx="18" cy="13" r="5" fill="#22c55e" opacity="0.9"/>
107
- <text x="30" y="17.5" font-family="monospace" font-size="11" fill="#8b949e">Node 18+</text>
190
+ <!-- Trae -->
191
+ <g transform="translate(488, 260)">
192
+ <rect width="46" height="20" rx="10" fill="#21262d" stroke="#30363d" stroke-width="1"/>
193
+ <circle cx="11" cy="10" r="3.5" fill="#84cc16"/>
194
+ <text x="19" y="14" font-family="monospace" font-size="9" fill="#8b949e">Trae</text>
108
195
  </g>
109
196
 
110
- <!-- Right side: review flow diagram -->
111
- <g transform="translate(820, 55)" opacity="0.85">
112
- <!-- Flow boxes -->
197
+ <!-- ── Right side: review flow diagram ── -->
198
+ <g transform="translate(820, 60)" opacity="0.85">
113
199
  <!-- SP -->
114
200
  <rect x="0" y="0" width="80" height="30" rx="6" fill="#21262d" stroke="#30363d" stroke-width="1"/>
115
201
  <text x="40" y="20" text-anchor="middle" font-family="monospace" font-size="12" fill="#a855f7" font-weight="600">SP</text>
116
202
 
117
- <!-- Arrow -->
118
- <line x1="80" y1="15" x2="110" y2="15" stroke="#30363d" stroke-width="1.5" marker-end="url(#arr)"/>
203
+ <!-- Arrow SP→DP -->
204
+ <line x1="80" y1="15" x2="108" y2="15" stroke="#30363d" stroke-width="1.5"/>
205
+ <polygon points="108,11 116,15 108,19" fill="#30363d"/>
119
206
 
120
207
  <!-- DP -->
121
- <rect x="110" y="0" width="80" height="30" rx="6" fill="#21262d" stroke="#30363d" stroke-width="1"/>
122
- <text x="150" y="20" text-anchor="middle" font-family="monospace" font-size="12" fill="#3b82f6" font-weight="600">DP</text>
208
+ <rect x="116" y="0" width="80" height="30" rx="6" fill="#21262d" stroke="#30363d" stroke-width="1"/>
209
+ <text x="156" y="20" text-anchor="middle" font-family="monospace" font-size="12" fill="#3b82f6" font-weight="600">DP</text>
123
210
 
124
- <!-- Row 2: review types -->
125
- <!-- Vertical line down from DP -->
126
- <line x1="150" y1="30" x2="150" y2="55" stroke="#30363d" stroke-width="1.5"/>
127
- <!-- Horizontal line -->
128
- <line x1="30" y1="55" x2="270" y2="55" stroke="#30363d" stroke-width="1.5"/>
211
+ <!-- Vertical from DP -->
212
+ <line x1="156" y1="30" x2="156" y2="56" stroke="#30363d" stroke-width="1.5"/>
213
+ <line x1="28" y1="56" x2="276" y2="56" stroke="#30363d" stroke-width="1.5"/>
129
214
 
130
215
  <!-- GR -->
131
- <line x1="30" y1="55" x2="30" y2="75" stroke="#30363d" stroke-width="1.5"/>
132
- <rect x="-10" y="75" width="80" height="28" rx="6" fill="#21262d" stroke="#a855f7" stroke-width="1" opacity="0.8"/>
133
- <text x="30" y="93" text-anchor="middle" font-family="monospace" font-size="11" fill="#a855f7">GR</text>
216
+ <line x1="28" y1="56" x2="28" y2="76" stroke="#30363d" stroke-width="1.5"/>
217
+ <rect x="-12" y="76" width="80" height="28" rx="6" fill="#21262d" stroke="#a855f7" stroke-width="1" opacity="0.8"/>
218
+ <text x="28" y="94" text-anchor="middle" font-family="monospace" font-size="11" fill="#a855f7">GR</text>
134
219
 
135
220
  <!-- SR -->
136
- <line x1="110" y1="55" x2="110" y2="75" stroke="#30363d" stroke-width="1.5"/>
137
- <rect x="70" y="75" width="80" height="28" rx="6" fill="#21262d" stroke="#ef4444" stroke-width="1" opacity="0.8"/>
138
- <text x="110" y="93" text-anchor="middle" font-family="monospace" font-size="11" fill="#ef4444">SR</text>
221
+ <line x1="108" y1="56" x2="108" y2="76" stroke="#30363d" stroke-width="1.5"/>
222
+ <rect x="68" y="76" width="80" height="28" rx="6" fill="#21262d" stroke="#ef4444" stroke-width="1" opacity="0.8"/>
223
+ <text x="108" y="94" text-anchor="middle" font-family="monospace" font-size="11" fill="#ef4444">SR</text>
139
224
 
140
225
  <!-- PR -->
141
- <line x1="190" y1="55" x2="190" y2="75" stroke="#30363d" stroke-width="1.5"/>
142
- <rect x="150" y="75" width="80" height="28" rx="6" fill="#21262d" stroke="#f59e0b" stroke-width="1" opacity="0.8"/>
143
- <text x="190" y="93" text-anchor="middle" font-family="monospace" font-size="11" fill="#f59e0b">PR</text>
226
+ <line x1="196" y1="56" x2="196" y2="76" stroke="#30363d" stroke-width="1.5"/>
227
+ <rect x="156" y="76" width="80" height="28" rx="6" fill="#21262d" stroke="#f59e0b" stroke-width="1" opacity="0.8"/>
228
+ <text x="196" y="94" text-anchor="middle" font-family="monospace" font-size="11" fill="#f59e0b">PR</text>
144
229
 
145
230
  <!-- AR -->
146
- <line x1="270" y1="55" x2="270" y2="75" stroke="#30363d" stroke-width="1.5"/>
147
- <rect x="230" y="75" width="80" height="28" rx="6" fill="#21262d" stroke="#06b6d4" stroke-width="1" opacity="0.8"/>
148
- <text x="270" y="93" text-anchor="middle" font-family="monospace" font-size="11" fill="#06b6d4">AR</text>
149
-
150
- <!-- Converge line -->
151
- <line x1="30" y1="103" x2="30" y2="130" stroke="#30363d" stroke-width="1.5"/>
152
- <line x1="110" y1="103" x2="110" y2="130" stroke="#30363d" stroke-width="1.5"/>
153
- <line x1="190" y1="103" x2="190" y2="130" stroke="#30363d" stroke-width="1.5"/>
154
- <line x1="270" y1="103" x2="270" y2="130" stroke="#30363d" stroke-width="1.5"/>
155
- <line x1="30" y1="130" x2="270" y2="130" stroke="#30363d" stroke-width="1.5"/>
156
- <line x1="150" y1="130" x2="150" y2="150" stroke="#30363d" stroke-width="1.5"/>
231
+ <line x1="276" y1="56" x2="276" y2="76" stroke="#30363d" stroke-width="1.5"/>
232
+ <rect x="236" y="76" width="80" height="28" rx="6" fill="#21262d" stroke="#06b6d4" stroke-width="1" opacity="0.8"/>
233
+ <text x="276" y="94" text-anchor="middle" font-family="monospace" font-size="11" fill="#06b6d4">AR</text>
234
+
235
+ <!-- Converge lines -->
236
+ <line x1="28" y1="104" x2="28" y2="132" stroke="#30363d" stroke-width="1.5"/>
237
+ <line x1="108" y1="104" x2="108" y2="132" stroke="#30363d" stroke-width="1.5"/>
238
+ <line x1="196" y1="104" x2="196" y2="132" stroke="#30363d" stroke-width="1.5"/>
239
+ <line x1="276" y1="104" x2="276" y2="132" stroke="#30363d" stroke-width="1.5"/>
240
+ <line x1="28" y1="132" x2="276" y2="132" stroke="#30363d" stroke-width="1.5"/>
241
+ <line x1="152" y1="132" x2="152" y2="152" stroke="#30363d" stroke-width="1.5"/>
157
242
 
158
243
  <!-- RR -->
159
- <rect x="110" y="150" width="80" height="30" rx="6" fill="#21262d" stroke="#22c55e" stroke-width="1"/>
160
- <text x="150" y="170" text-anchor="middle" font-family="monospace" font-size="12" fill="#22c55e" font-weight="600">RR</text>
244
+ <rect x="112" y="152" width="80" height="30" rx="6" fill="#21262d" stroke="#22c55e" stroke-width="1"/>
245
+ <text x="152" y="172" text-anchor="middle" font-family="monospace" font-size="12" fill="#22c55e" font-weight="600">RR</text>
161
246
 
162
- <!-- Arrow to PC -->
163
- <line x1="190" y1="165" x2="220" y2="165" stroke="#30363d" stroke-width="1.5"/>
247
+ <!-- Arrow RR→PC -->
248
+ <line x1="192" y1="167" x2="220" y2="167" stroke="#30363d" stroke-width="1.5"/>
249
+ <polygon points="220,163 228,167 220,171" fill="#30363d"/>
164
250
 
165
251
  <!-- PC -->
166
- <rect x="220" y="150" width="80" height="30" rx="6" fill="#21262d" stroke="#8b949e" stroke-width="1"/>
167
- <text x="260" y="170" text-anchor="middle" font-family="monospace" font-size="12" fill="#8b949e" font-weight="600">PC</text>
252
+ <rect x="228" y="152" width="80" height="30" rx="6" fill="#21262d" stroke="#8b949e" stroke-width="1"/>
253
+ <text x="268" y="172" text-anchor="middle" font-family="monospace" font-size="12" fill="#8b949e" font-weight="600">PC</text>
168
254
 
169
255
  <!-- Labels -->
170
- <text x="40" y="-10" font-family="monospace" font-size="10" fill="#484f58">Select PR</text>
171
- <text x="115" y="-10" font-family="monospace" font-size="10" fill="#484f58">Describe</text>
172
- <text x="0" y="118" font-family="monospace" font-size="9" fill="#484f58">Reviews</text>
173
- <text x="110" y="200" font-family="monospace" font-size="10" fill="#484f58">Report</text>
174
- <text x="225" y="200" font-family="monospace" font-size="10" fill="#484f58">GitHub</text>
256
+ <text x="16" y="-10" font-family="monospace" font-size="10" fill="#484f58">Select PR</text>
257
+ <text x="120" y="-10" font-family="monospace" font-size="10" fill="#484f58">Describe</text>
258
+ <text x="0" y="122" font-family="monospace" font-size="9" fill="#484f58">Reviews</text>
259
+ <text x="112" y="202" font-family="monospace" font-size="10" fill="#484f58">Report</text>
260
+ <text x="232" y="202" font-family="monospace" font-size="10" fill="#484f58">Post</text>
175
261
  </g>
176
262
 
177
263
  <!-- Bottom accent line -->
178
- <rect x="0" y="297" width="1200" height="3" fill="url(#accent)" opacity="0.4"/>
264
+ <rect x="0" y="337" width="1200" height="3" fill="url(#accent)" opacity="0.4"/>
179
265
  </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "prr-kit",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "AI-driven Pull Request Review Kit — structured agent workflows for thorough, consistent code review",
5
5
  "main": "tools/cli/prr-cli.js",
6
6
  "bin": {