@boshu2/vibe-check 1.6.1 → 1.7.0
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/.agents/bundles/automatic-learning-cadence-plan-2025-12-02.md +1297 -0
- package/.agents/bundles/automatic-learning-cadence-research-2025-12-02.md +481 -0
- package/.agents/bundles/dashboard-data-quality-plan.md +458 -0
- package/.agents/bundles/rating-scoring-alignment-plan.md +427 -0
- package/.agents/bundles/rpi-session-capture-plan-2025-12-02.md +693 -0
- package/.agents/bundles/rpi-session-capture-research-2025-12-02.md +433 -0
- package/.agents/bundles/session-integration-plan-2025-12-02.md +144 -0
- package/CHANGELOG.md +17 -0
- package/CLAUDE.md +74 -2
- package/Makefile +173 -0
- package/README.md +35 -2
- package/claude-progress.json +34 -5
- package/claude-progress.txt +66 -0
- package/dashboard/app.js +699 -66
- package/dashboard/chart.min.js +20 -0
- package/dashboard/dashboard-data.js +764 -0
- package/dashboard/dashboard-data.json +182 -71
- package/dashboard/index.html +139 -14
- package/dashboard/styles.css +579 -4
- package/dist/cli.js +1 -1
- package/dist/cli.js.map +1 -1
- package/dist/commands/analyze.d.ts.map +1 -1
- package/dist/commands/analyze.js +38 -2
- package/dist/commands/analyze.js.map +1 -1
- package/dist/commands/dashboard.js +4 -1
- package/dist/commands/dashboard.js.map +1 -1
- package/dist/commands/index.d.ts +1 -1
- package/dist/commands/index.d.ts.map +1 -1
- package/dist/commands/index.js +3 -3
- package/dist/commands/index.js.map +1 -1
- package/dist/commands/learn.d.ts +3 -0
- package/dist/commands/learn.d.ts.map +1 -0
- package/dist/commands/learn.js +161 -0
- package/dist/commands/learn.js.map +1 -0
- package/dist/commands/lesson.d.ts +8 -0
- package/dist/commands/lesson.d.ts.map +1 -0
- package/dist/commands/lesson.js +206 -0
- package/dist/commands/lesson.js.map +1 -0
- package/dist/commands/profile.d.ts.map +1 -1
- package/dist/commands/profile.js +3 -202
- package/dist/commands/profile.js.map +1 -1
- package/dist/commands/session.d.ts +51 -0
- package/dist/commands/session.d.ts.map +1 -0
- package/dist/commands/session.js +561 -0
- package/dist/commands/session.js.map +1 -0
- package/dist/gamification/index.d.ts +1 -3
- package/dist/gamification/index.d.ts.map +1 -1
- package/dist/gamification/index.js +2 -5
- package/dist/gamification/index.js.map +1 -1
- package/dist/gamification/pattern-memory.d.ts +1 -1
- package/dist/gamification/pattern-memory.d.ts.map +1 -1
- package/dist/gamification/pattern-memory.js.map +1 -1
- package/dist/gamification/profile.d.ts +2 -2
- package/dist/gamification/profile.d.ts.map +1 -1
- package/dist/gamification/profile.js +2 -15
- package/dist/gamification/profile.js.map +1 -1
- package/dist/gamification/types.d.ts +8 -2
- package/dist/gamification/types.d.ts.map +1 -1
- package/dist/gamification/types.js.map +1 -1
- package/dist/insights/index.d.ts.map +1 -1
- package/dist/insights/index.js +16 -4
- package/dist/insights/index.js.map +1 -1
- package/dist/insights/types.d.ts +14 -0
- package/dist/insights/types.d.ts.map +1 -1
- package/dist/learning/cadence.d.ts +15 -0
- package/dist/learning/cadence.d.ts.map +1 -0
- package/dist/learning/cadence.js +130 -0
- package/dist/learning/cadence.js.map +1 -0
- package/dist/learning/index.d.ts +19 -0
- package/dist/learning/index.d.ts.map +1 -0
- package/dist/learning/index.js +35 -0
- package/dist/learning/index.js.map +1 -0
- package/dist/learning/lessons-storage.d.ts +48 -0
- package/dist/learning/lessons-storage.d.ts.map +1 -0
- package/dist/learning/lessons-storage.js +266 -0
- package/dist/learning/lessons-storage.js.map +1 -0
- package/dist/learning/lessons-types.d.ts +83 -0
- package/dist/learning/lessons-types.d.ts.map +1 -0
- package/dist/learning/lessons-types.js +15 -0
- package/dist/learning/lessons-types.js.map +1 -0
- package/dist/learning/nudges.d.ts +20 -0
- package/dist/learning/nudges.d.ts.map +1 -0
- package/dist/learning/nudges.js +68 -0
- package/dist/learning/nudges.js.map +1 -0
- package/dist/learning/retrospective.d.ts +27 -0
- package/dist/learning/retrospective.d.ts.map +1 -0
- package/dist/learning/retrospective.js +184 -0
- package/dist/learning/retrospective.js.map +1 -0
- package/dist/learning/storage.d.ts +44 -0
- package/dist/learning/storage.d.ts.map +1 -0
- package/dist/learning/storage.js +194 -0
- package/dist/learning/storage.js.map +1 -0
- package/dist/learning/surfacing.d.ts +36 -0
- package/dist/learning/surfacing.d.ts.map +1 -0
- package/dist/learning/surfacing.js +255 -0
- package/dist/learning/surfacing.js.map +1 -0
- package/dist/learning/synthesis.d.ts +17 -0
- package/dist/learning/synthesis.d.ts.map +1 -0
- package/dist/learning/synthesis.js +293 -0
- package/dist/learning/synthesis.js.map +1 -0
- package/dist/learning/types.d.ts +60 -0
- package/dist/learning/types.d.ts.map +1 -0
- package/dist/learning/types.js +17 -0
- package/dist/learning/types.js.map +1 -0
- package/docs/METRICS.md +528 -0
- package/feature-list.json +21 -0
- package/package.json +1 -1
|
@@ -1,57 +1,42 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"generatedAt": "2025-
|
|
3
|
+
"generatedAt": "2025-12-02T17:11:51.304Z",
|
|
4
4
|
"repo": "/Users/fullerbt/workspaces/personal/vibe-check",
|
|
5
5
|
"profile": {
|
|
6
6
|
"level": 6,
|
|
7
7
|
"levelName": "Grandmaster",
|
|
8
8
|
"levelIcon": "🏔️",
|
|
9
9
|
"xp": {
|
|
10
|
-
"current":
|
|
10
|
+
"current": 570,
|
|
11
11
|
"next": 3000,
|
|
12
|
-
"total":
|
|
12
|
+
"total": 2570
|
|
13
13
|
},
|
|
14
14
|
"streak": {
|
|
15
|
-
"current":
|
|
16
|
-
"longest":
|
|
15
|
+
"current": 3,
|
|
16
|
+
"longest": 3
|
|
17
17
|
},
|
|
18
|
-
"achievementCount":
|
|
18
|
+
"achievementCount": 7,
|
|
19
19
|
"totalAchievements": 19
|
|
20
20
|
},
|
|
21
21
|
"stats": {
|
|
22
22
|
"current": {
|
|
23
|
-
"vibeScore":
|
|
23
|
+
"vibeScore": 88,
|
|
24
24
|
"rating": "ELITE"
|
|
25
25
|
},
|
|
26
26
|
"averages": {
|
|
27
|
-
"day7":
|
|
28
|
-
"day30":
|
|
29
|
-
"allTime":
|
|
27
|
+
"day7": 84,
|
|
28
|
+
"day30": 84,
|
|
29
|
+
"allTime": 84
|
|
30
30
|
},
|
|
31
31
|
"totals": {
|
|
32
|
-
"sessions":
|
|
33
|
-
"commits":
|
|
32
|
+
"sessions": 33,
|
|
33
|
+
"commits": 72,
|
|
34
34
|
"spirals": 0,
|
|
35
|
-
"features":
|
|
35
|
+
"features": 118
|
|
36
36
|
}
|
|
37
37
|
},
|
|
38
38
|
"charts": {
|
|
39
39
|
"scoreTrend": [
|
|
40
|
-
{
|
|
41
|
-
"date": "2025-11-29",
|
|
42
|
-
"score": 89,
|
|
43
|
-
"rating": "ELITE"
|
|
44
|
-
},
|
|
45
|
-
{
|
|
46
|
-
"date": "2025-11-29",
|
|
47
|
-
"score": 89,
|
|
48
|
-
"rating": "ELITE"
|
|
49
|
-
},
|
|
50
|
-
{
|
|
51
|
-
"date": "2025-11-29",
|
|
52
|
-
"score": 90,
|
|
53
|
-
"rating": "ELITE"
|
|
54
|
-
},
|
|
55
40
|
{
|
|
56
41
|
"date": "2025-11-29",
|
|
57
42
|
"score": 88,
|
|
@@ -176,22 +161,49 @@
|
|
|
176
161
|
"date": "2025-11-30",
|
|
177
162
|
"score": 80,
|
|
178
163
|
"rating": "ELITE"
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"date": "2025-11-30",
|
|
167
|
+
"score": 82,
|
|
168
|
+
"rating": "ELITE"
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"date": "2025-11-30",
|
|
172
|
+
"score": 63,
|
|
173
|
+
"rating": "ELITE"
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
"date": "2025-11-30",
|
|
177
|
+
"score": 79,
|
|
178
|
+
"rating": "ELITE"
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
"date": "2025-12-02",
|
|
182
|
+
"score": 81,
|
|
183
|
+
"rating": "ELITE"
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"date": "2025-12-02",
|
|
187
|
+
"score": 88,
|
|
188
|
+
"rating": "ELITE"
|
|
179
189
|
}
|
|
180
190
|
],
|
|
181
191
|
"ratingDistribution": {
|
|
182
|
-
"ELITE":
|
|
192
|
+
"ELITE": 33,
|
|
183
193
|
"HIGH": 0,
|
|
184
194
|
"MEDIUM": 0,
|
|
185
195
|
"LOW": 0
|
|
186
196
|
},
|
|
187
197
|
"hourlyActivity": {
|
|
188
198
|
"0": 1,
|
|
189
|
-
"
|
|
199
|
+
"7": 3,
|
|
200
|
+
"8": 7,
|
|
190
201
|
"9": 5,
|
|
191
202
|
"10": 5,
|
|
192
203
|
"11": 3,
|
|
193
204
|
"12": 14,
|
|
194
205
|
"13": 13,
|
|
206
|
+
"14": 2,
|
|
195
207
|
"15": 2,
|
|
196
208
|
"16": 3,
|
|
197
209
|
"17": 4,
|
|
@@ -203,8 +215,8 @@
|
|
|
203
215
|
"scopeHealth": [
|
|
204
216
|
{
|
|
205
217
|
"scope": "(no scope)",
|
|
206
|
-
"commits":
|
|
207
|
-
"fixRatio":
|
|
218
|
+
"commits": 43,
|
|
219
|
+
"fixRatio": 5
|
|
208
220
|
},
|
|
209
221
|
{
|
|
210
222
|
"scope": "timeline",
|
|
@@ -237,30 +249,37 @@
|
|
|
237
249
|
"fixRatio": 0
|
|
238
250
|
},
|
|
239
251
|
{
|
|
240
|
-
"scope": "
|
|
241
|
-
"commits":
|
|
252
|
+
"scope": "learning",
|
|
253
|
+
"commits": 2,
|
|
242
254
|
"fixRatio": 0
|
|
243
255
|
},
|
|
244
256
|
{
|
|
245
|
-
"scope": "v1.
|
|
257
|
+
"scope": "v1.5",
|
|
246
258
|
"commits": 1,
|
|
247
259
|
"fixRatio": 0
|
|
248
260
|
},
|
|
249
261
|
{
|
|
250
|
-
"scope": "
|
|
262
|
+
"scope": "v1.3",
|
|
251
263
|
"commits": 1,
|
|
252
|
-
"fixRatio":
|
|
264
|
+
"fixRatio": 0
|
|
253
265
|
}
|
|
254
|
-
]
|
|
266
|
+
],
|
|
267
|
+
"avgMetrics": {
|
|
268
|
+
"iterationVelocity": 4.6,
|
|
269
|
+
"reworkRatio": 2,
|
|
270
|
+
"trustPassRate": 100,
|
|
271
|
+
"flowEfficiency": 100,
|
|
272
|
+
"debugSpiralDuration": 0
|
|
273
|
+
}
|
|
255
274
|
},
|
|
256
275
|
"insights": [
|
|
257
276
|
{
|
|
258
277
|
"id": "recent-achievement",
|
|
259
278
|
"category": "celebration",
|
|
260
279
|
"severity": "success",
|
|
261
|
-
"icon": "
|
|
280
|
+
"icon": "🧘",
|
|
262
281
|
"title": "Achievement Unlocked!",
|
|
263
|
-
"message": "
|
|
282
|
+
"message": "Zen Master: 0 debug spirals in a 50+ commit session",
|
|
264
283
|
"source": "profile",
|
|
265
284
|
"priority": 8
|
|
266
285
|
},
|
|
@@ -282,7 +301,7 @@
|
|
|
282
301
|
"severity": "info",
|
|
283
302
|
"icon": "⏰",
|
|
284
303
|
"title": "Peak Productivity",
|
|
285
|
-
"message": "You're most productive around 12pm (
|
|
304
|
+
"message": "You're most productive around 12pm (19% of commits)",
|
|
286
305
|
"metric": "peak_hour",
|
|
287
306
|
"value": 12,
|
|
288
307
|
"action": "Protect this time for deep work",
|
|
@@ -295,7 +314,7 @@
|
|
|
295
314
|
"severity": "info",
|
|
296
315
|
"icon": "📅",
|
|
297
316
|
"title": "Best Coding Day",
|
|
298
|
-
"message": "Saturday is your most productive day (
|
|
317
|
+
"message": "Saturday is your most productive day (38% of commits)",
|
|
299
318
|
"metric": "best_day",
|
|
300
319
|
"value": 6,
|
|
301
320
|
"source": "commits",
|
|
@@ -303,13 +322,77 @@
|
|
|
303
322
|
}
|
|
304
323
|
],
|
|
305
324
|
"sessions": [
|
|
325
|
+
{
|
|
326
|
+
"date": "2025-12-02",
|
|
327
|
+
"vibeScore": 88,
|
|
328
|
+
"rating": "ELITE",
|
|
329
|
+
"commits": 2,
|
|
330
|
+
"spirals": 0,
|
|
331
|
+
"xpEarned": 75,
|
|
332
|
+
"metrics": {
|
|
333
|
+
"iterationVelocity": 6,
|
|
334
|
+
"reworkRatio": 0,
|
|
335
|
+
"trustPassRate": 100,
|
|
336
|
+
"flowEfficiency": 100,
|
|
337
|
+
"debugSpiralDuration": 0
|
|
338
|
+
}
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
"date": "2025-12-02",
|
|
342
|
+
"vibeScore": 81,
|
|
343
|
+
"rating": "ELITE",
|
|
344
|
+
"commits": 53,
|
|
345
|
+
"spirals": 0,
|
|
346
|
+
"xpEarned": 115,
|
|
347
|
+
"metrics": {
|
|
348
|
+
"iterationVelocity": 3.6,
|
|
349
|
+
"reworkRatio": 6,
|
|
350
|
+
"trustPassRate": 100,
|
|
351
|
+
"flowEfficiency": 100,
|
|
352
|
+
"debugSpiralDuration": 0
|
|
353
|
+
}
|
|
354
|
+
},
|
|
355
|
+
{
|
|
356
|
+
"date": "2025-11-30",
|
|
357
|
+
"vibeScore": 79,
|
|
358
|
+
"rating": "ELITE",
|
|
359
|
+
"commits": 30,
|
|
360
|
+
"spirals": 0,
|
|
361
|
+
"xpEarned": 85,
|
|
362
|
+
"metrics": {
|
|
363
|
+
"iterationVelocity": 4.3,
|
|
364
|
+
"reworkRatio": 0,
|
|
365
|
+
"trustPassRate": 100,
|
|
366
|
+
"flowEfficiency": 100,
|
|
367
|
+
"debugSpiralDuration": 0
|
|
368
|
+
}
|
|
369
|
+
},
|
|
370
|
+
{
|
|
371
|
+
"date": "2025-11-30",
|
|
372
|
+
"vibeScore": 63,
|
|
373
|
+
"rating": "ELITE",
|
|
374
|
+
"commits": 2,
|
|
375
|
+
"spirals": 0,
|
|
376
|
+
"xpEarned": 70,
|
|
377
|
+
"metrics": null
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
"date": "2025-11-30",
|
|
381
|
+
"vibeScore": 82,
|
|
382
|
+
"rating": "ELITE",
|
|
383
|
+
"commits": 21,
|
|
384
|
+
"spirals": 0,
|
|
385
|
+
"xpEarned": 85,
|
|
386
|
+
"metrics": null
|
|
387
|
+
},
|
|
306
388
|
{
|
|
307
389
|
"date": "2025-11-30",
|
|
308
390
|
"vibeScore": 80,
|
|
309
391
|
"rating": "ELITE",
|
|
310
392
|
"commits": 4,
|
|
311
393
|
"spirals": 0,
|
|
312
|
-
"xpEarned": 70
|
|
394
|
+
"xpEarned": 70,
|
|
395
|
+
"metrics": null
|
|
313
396
|
},
|
|
314
397
|
{
|
|
315
398
|
"date": "2025-11-30",
|
|
@@ -317,7 +400,8 @@
|
|
|
317
400
|
"rating": "ELITE",
|
|
318
401
|
"commits": 2,
|
|
319
402
|
"spirals": 0,
|
|
320
|
-
"xpEarned": 70
|
|
403
|
+
"xpEarned": 70,
|
|
404
|
+
"metrics": null
|
|
321
405
|
},
|
|
322
406
|
{
|
|
323
407
|
"date": "2025-11-30",
|
|
@@ -325,7 +409,8 @@
|
|
|
325
409
|
"rating": "ELITE",
|
|
326
410
|
"commits": 3,
|
|
327
411
|
"spirals": 0,
|
|
328
|
-
"xpEarned": 70
|
|
412
|
+
"xpEarned": 70,
|
|
413
|
+
"metrics": null
|
|
329
414
|
},
|
|
330
415
|
{
|
|
331
416
|
"date": "2025-11-30",
|
|
@@ -333,7 +418,8 @@
|
|
|
333
418
|
"rating": "ELITE",
|
|
334
419
|
"commits": 40,
|
|
335
420
|
"spirals": 0,
|
|
336
|
-
"xpEarned": 85
|
|
421
|
+
"xpEarned": 85,
|
|
422
|
+
"metrics": null
|
|
337
423
|
},
|
|
338
424
|
{
|
|
339
425
|
"date": "2025-11-30",
|
|
@@ -341,7 +427,8 @@
|
|
|
341
427
|
"rating": "ELITE",
|
|
342
428
|
"commits": 1,
|
|
343
429
|
"spirals": 0,
|
|
344
|
-
"xpEarned": 70
|
|
430
|
+
"xpEarned": 70,
|
|
431
|
+
"metrics": null
|
|
345
432
|
},
|
|
346
433
|
{
|
|
347
434
|
"date": "2025-11-30",
|
|
@@ -349,7 +436,8 @@
|
|
|
349
436
|
"rating": "ELITE",
|
|
350
437
|
"commits": 2,
|
|
351
438
|
"spirals": 0,
|
|
352
|
-
"xpEarned": 70
|
|
439
|
+
"xpEarned": 70,
|
|
440
|
+
"metrics": null
|
|
353
441
|
},
|
|
354
442
|
{
|
|
355
443
|
"date": "2025-11-30",
|
|
@@ -357,7 +445,8 @@
|
|
|
357
445
|
"rating": "ELITE",
|
|
358
446
|
"commits": 2,
|
|
359
447
|
"spirals": 0,
|
|
360
|
-
"xpEarned": 70
|
|
448
|
+
"xpEarned": 70,
|
|
449
|
+
"metrics": null
|
|
361
450
|
},
|
|
362
451
|
{
|
|
363
452
|
"date": "2025-11-29",
|
|
@@ -365,7 +454,8 @@
|
|
|
365
454
|
"rating": "ELITE",
|
|
366
455
|
"commits": 2,
|
|
367
456
|
"spirals": 0,
|
|
368
|
-
"xpEarned": 65
|
|
457
|
+
"xpEarned": 65,
|
|
458
|
+
"metrics": null
|
|
369
459
|
},
|
|
370
460
|
{
|
|
371
461
|
"date": "2025-11-29",
|
|
@@ -373,7 +463,8 @@
|
|
|
373
463
|
"rating": "ELITE",
|
|
374
464
|
"commits": 2,
|
|
375
465
|
"spirals": 0,
|
|
376
|
-
"xpEarned": 65
|
|
466
|
+
"xpEarned": 65,
|
|
467
|
+
"metrics": null
|
|
377
468
|
},
|
|
378
469
|
{
|
|
379
470
|
"date": "2025-11-29",
|
|
@@ -381,7 +472,8 @@
|
|
|
381
472
|
"rating": "ELITE",
|
|
382
473
|
"commits": 2,
|
|
383
474
|
"spirals": 0,
|
|
384
|
-
"xpEarned": 65
|
|
475
|
+
"xpEarned": 65,
|
|
476
|
+
"metrics": null
|
|
385
477
|
},
|
|
386
478
|
{
|
|
387
479
|
"date": "2025-11-29",
|
|
@@ -389,7 +481,8 @@
|
|
|
389
481
|
"rating": "ELITE",
|
|
390
482
|
"commits": 2,
|
|
391
483
|
"spirals": 0,
|
|
392
|
-
"xpEarned": 65
|
|
484
|
+
"xpEarned": 65,
|
|
485
|
+
"metrics": null
|
|
393
486
|
},
|
|
394
487
|
{
|
|
395
488
|
"date": "2025-11-29",
|
|
@@ -397,7 +490,8 @@
|
|
|
397
490
|
"rating": "ELITE",
|
|
398
491
|
"commits": 2,
|
|
399
492
|
"spirals": 0,
|
|
400
|
-
"xpEarned": 65
|
|
493
|
+
"xpEarned": 65,
|
|
494
|
+
"metrics": null
|
|
401
495
|
},
|
|
402
496
|
{
|
|
403
497
|
"date": "2025-11-29",
|
|
@@ -405,7 +499,8 @@
|
|
|
405
499
|
"rating": "ELITE",
|
|
406
500
|
"commits": 2,
|
|
407
501
|
"spirals": 0,
|
|
408
|
-
"xpEarned": 65
|
|
502
|
+
"xpEarned": 65,
|
|
503
|
+
"metrics": null
|
|
409
504
|
},
|
|
410
505
|
{
|
|
411
506
|
"date": "2025-11-29",
|
|
@@ -413,7 +508,8 @@
|
|
|
413
508
|
"rating": "ELITE",
|
|
414
509
|
"commits": 5,
|
|
415
510
|
"spirals": 0,
|
|
416
|
-
"xpEarned": 65
|
|
511
|
+
"xpEarned": 65,
|
|
512
|
+
"metrics": null
|
|
417
513
|
},
|
|
418
514
|
{
|
|
419
515
|
"date": "2025-11-29",
|
|
@@ -421,7 +517,8 @@
|
|
|
421
517
|
"rating": "ELITE",
|
|
422
518
|
"commits": 3,
|
|
423
519
|
"spirals": 0,
|
|
424
|
-
"xpEarned": 65
|
|
520
|
+
"xpEarned": 65,
|
|
521
|
+
"metrics": null
|
|
425
522
|
},
|
|
426
523
|
{
|
|
427
524
|
"date": "2025-11-29",
|
|
@@ -429,7 +526,8 @@
|
|
|
429
526
|
"rating": "ELITE",
|
|
430
527
|
"commits": 2,
|
|
431
528
|
"spirals": 0,
|
|
432
|
-
"xpEarned": 65
|
|
529
|
+
"xpEarned": 65,
|
|
530
|
+
"metrics": null
|
|
433
531
|
},
|
|
434
532
|
{
|
|
435
533
|
"date": "2025-11-29",
|
|
@@ -437,7 +535,8 @@
|
|
|
437
535
|
"rating": "ELITE",
|
|
438
536
|
"commits": 2,
|
|
439
537
|
"spirals": 0,
|
|
440
|
-
"xpEarned": 65
|
|
538
|
+
"xpEarned": 65,
|
|
539
|
+
"metrics": null
|
|
441
540
|
},
|
|
442
541
|
{
|
|
443
542
|
"date": "2025-11-29",
|
|
@@ -445,7 +544,8 @@
|
|
|
445
544
|
"rating": "ELITE",
|
|
446
545
|
"commits": 2,
|
|
447
546
|
"spirals": 0,
|
|
448
|
-
"xpEarned": 65
|
|
547
|
+
"xpEarned": 65,
|
|
548
|
+
"metrics": null
|
|
449
549
|
},
|
|
450
550
|
{
|
|
451
551
|
"date": "2025-11-29",
|
|
@@ -453,7 +553,8 @@
|
|
|
453
553
|
"rating": "ELITE",
|
|
454
554
|
"commits": 2,
|
|
455
555
|
"spirals": 0,
|
|
456
|
-
"xpEarned": 90
|
|
556
|
+
"xpEarned": 90,
|
|
557
|
+
"metrics": null
|
|
457
558
|
},
|
|
458
559
|
{
|
|
459
560
|
"date": "2025-11-29",
|
|
@@ -461,7 +562,8 @@
|
|
|
461
562
|
"rating": "ELITE",
|
|
462
563
|
"commits": 2,
|
|
463
564
|
"spirals": 0,
|
|
464
|
-
"xpEarned": 65
|
|
565
|
+
"xpEarned": 65,
|
|
566
|
+
"metrics": null
|
|
465
567
|
},
|
|
466
568
|
{
|
|
467
569
|
"date": "2025-11-29",
|
|
@@ -469,7 +571,8 @@
|
|
|
469
571
|
"rating": "ELITE",
|
|
470
572
|
"commits": 21,
|
|
471
573
|
"spirals": 0,
|
|
472
|
-
"xpEarned": 80
|
|
574
|
+
"xpEarned": 80,
|
|
575
|
+
"metrics": null
|
|
473
576
|
},
|
|
474
577
|
{
|
|
475
578
|
"date": "2025-11-29",
|
|
@@ -477,7 +580,8 @@
|
|
|
477
580
|
"rating": "ELITE",
|
|
478
581
|
"commits": 20,
|
|
479
582
|
"spirals": 0,
|
|
480
|
-
"xpEarned": 105
|
|
583
|
+
"xpEarned": 105,
|
|
584
|
+
"metrics": null
|
|
481
585
|
},
|
|
482
586
|
{
|
|
483
587
|
"date": "2025-11-29",
|
|
@@ -485,7 +589,8 @@
|
|
|
485
589
|
"rating": "ELITE",
|
|
486
590
|
"commits": 19,
|
|
487
591
|
"spirals": 0,
|
|
488
|
-
"xpEarned": 80
|
|
592
|
+
"xpEarned": 80,
|
|
593
|
+
"metrics": null
|
|
489
594
|
},
|
|
490
595
|
{
|
|
491
596
|
"date": "2025-11-29",
|
|
@@ -493,7 +598,8 @@
|
|
|
493
598
|
"rating": "ELITE",
|
|
494
599
|
"commits": 19,
|
|
495
600
|
"spirals": 0,
|
|
496
|
-
"xpEarned": 105
|
|
601
|
+
"xpEarned": 105,
|
|
602
|
+
"metrics": null
|
|
497
603
|
},
|
|
498
604
|
{
|
|
499
605
|
"date": "2025-11-29",
|
|
@@ -501,7 +607,8 @@
|
|
|
501
607
|
"rating": "ELITE",
|
|
502
608
|
"commits": 19,
|
|
503
609
|
"spirals": 0,
|
|
504
|
-
"xpEarned": 80
|
|
610
|
+
"xpEarned": 80,
|
|
611
|
+
"metrics": null
|
|
505
612
|
},
|
|
506
613
|
{
|
|
507
614
|
"date": "2025-11-29",
|
|
@@ -509,7 +616,8 @@
|
|
|
509
616
|
"rating": "ELITE",
|
|
510
617
|
"commits": 18,
|
|
511
618
|
"spirals": 0,
|
|
512
|
-
"xpEarned": 105
|
|
619
|
+
"xpEarned": 105,
|
|
620
|
+
"metrics": null
|
|
513
621
|
},
|
|
514
622
|
{
|
|
515
623
|
"date": "2025-11-29",
|
|
@@ -517,7 +625,8 @@
|
|
|
517
625
|
"rating": "ELITE",
|
|
518
626
|
"commits": 15,
|
|
519
627
|
"spirals": 0,
|
|
520
|
-
"xpEarned": 80
|
|
628
|
+
"xpEarned": 80,
|
|
629
|
+
"metrics": null
|
|
521
630
|
},
|
|
522
631
|
{
|
|
523
632
|
"date": "2025-11-29",
|
|
@@ -525,7 +634,8 @@
|
|
|
525
634
|
"rating": "ELITE",
|
|
526
635
|
"commits": 14,
|
|
527
636
|
"spirals": 0,
|
|
528
|
-
"xpEarned": 130
|
|
637
|
+
"xpEarned": 130,
|
|
638
|
+
"metrics": null
|
|
529
639
|
}
|
|
530
640
|
],
|
|
531
641
|
"achievements": [
|
|
@@ -605,7 +715,8 @@
|
|
|
605
715
|
"id": "zen_master",
|
|
606
716
|
"name": "Zen Master",
|
|
607
717
|
"icon": "🧘",
|
|
608
|
-
"description": "0 debug spirals in a 50+ commit session"
|
|
718
|
+
"description": "0 debug spirals in a 50+ commit session",
|
|
719
|
+
"unlockedAt": "2025-12-02T12:53:40.313Z"
|
|
609
720
|
},
|
|
610
721
|
{
|
|
611
722
|
"id": "trust_builder",
|