@boshu2/vibe-check 1.6.0 → 1.6.1
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/README.md +7 -43
- package/dashboard/dashboard-data.json +8 -8
- package/docs/images/dashboard.png +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,19 +1,6 @@
|
|
|
1
1
|
# vibe-check
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
┌─────────────────────────────────────────────────────────────────┐
|
|
5
|
-
│ │
|
|
6
|
-
│ ██╗ ██╗██╗██████╗ ███████╗ ██████╗██╗ ██╗██╗ ██╗ │
|
|
7
|
-
│ ██║ ██║██║██╔══██╗██╔════╝ ██╔════╝██║ ██║██║ ██╔╝ │
|
|
8
|
-
│ ██║ ██║██║██████╔╝█████╗█████╗██║ ███████║█████╔╝ │
|
|
9
|
-
│ ╚██╗ ██╔╝██║██╔══██╗██╔══╝╚════╝██║ ██╔══██║██╔═██╗ │
|
|
10
|
-
│ ╚████╔╝ ██║██████╔╝███████╗ ╚██████╗██║ ██║██║ ██╗ │
|
|
11
|
-
│ ╚═══╝ ╚═╝╚═════╝ ╚══════╝ ╚═════╝╚═╝ ╚═╝╚═╝ ╚═╝ │
|
|
12
|
-
│ │
|
|
13
|
-
│ Are you building... or spiraling? │
|
|
14
|
-
│ │
|
|
15
|
-
└─────────────────────────────────────────────────────────────────┘
|
|
16
|
-
```
|
|
3
|
+

|
|
17
4
|
|
|
18
5
|
[](https://www.npmjs.com/package/@boshu2/vibe-check)
|
|
19
6
|
[](https://github.com/boshu2/vibe-check/actions/workflows/ci.yml)
|
|
@@ -49,35 +36,12 @@ npx @boshu2/vibe-check --since "2 hours ago"
|
|
|
49
36
|
vibe-check dashboard
|
|
50
37
|
```
|
|
51
38
|
|
|
52
|
-
Opens
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
│ │
|
|
59
|
-
│ ┌─────────────┐ ┌─────────────┐ ┌─────────────┐ ┌─────────────┐ │
|
|
60
|
-
│ │ 🎯 89% │ │ 📈 85% │ │ 🔥 12 │ │ 🏆 8/19 │ │
|
|
61
|
-
│ │ Vibe Score │ │ Average │ │ Day Streak │ │Achievements │ │
|
|
62
|
-
│ └─────────────┘ └─────────────┘ └─────────────┘ └─────────────┘ │
|
|
63
|
-
│ │
|
|
64
|
-
│ ┌─ Vibe Score Trend ──────────────────────────────────────────────┐ │
|
|
65
|
-
│ │ ● │ │
|
|
66
|
-
│ │ ● ● ● │ │
|
|
67
|
-
│ │ ● ● ● ● │ │
|
|
68
|
-
│ │ ● ● ● │ │
|
|
69
|
-
│ │ Mon Tue Wed Thu Fri Sat Sun Mon Tue Wed Thu Fri │ │
|
|
70
|
-
│ └─────────────────────────────────────────────────────────────────┘ │
|
|
71
|
-
│ │
|
|
72
|
-
│ ┌─ Insights ──────────────────────────────────────────────────────┐ │
|
|
73
|
-
│ │ 🎯 Improvement Streak: 3 weeks of declining spiral rate │ │
|
|
74
|
-
│ │ ⏰ Peak Hours: Most productive at 10am (23% of commits) │ │
|
|
75
|
-
│ │ 📅 Best Day: Thursday is your power day │ │
|
|
76
|
-
│ │ ⚠️ High-Risk: "auth" scope has 60% fix ratio │ │
|
|
77
|
-
│ └─────────────────────────────────────────────────────────────────┘ │
|
|
78
|
-
│ │
|
|
79
|
-
└─────────────────────────────────────────────────────────────────────────┘
|
|
80
|
-
```
|
|
39
|
+
Opens the dashboard above in your browser. Features:
|
|
40
|
+
- 📊 Score trend charts with 7/30/90 day views
|
|
41
|
+
- 🎯 AI-generated insights about your coding patterns
|
|
42
|
+
- 🏆 Achievement tracking (19 achievements, 2 hidden)
|
|
43
|
+
- 📈 Session history and ratings distribution
|
|
44
|
+
- 🌙 GitHub dark theme
|
|
81
45
|
|
|
82
46
|
---
|
|
83
47
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"generatedAt": "2025-11-
|
|
3
|
+
"generatedAt": "2025-11-30T19:02:12.770Z",
|
|
4
4
|
"repo": "/Users/fullerbt/workspaces/personal/vibe-check",
|
|
5
5
|
"profile": {
|
|
6
6
|
"level": 6,
|
|
@@ -30,9 +30,9 @@
|
|
|
30
30
|
},
|
|
31
31
|
"totals": {
|
|
32
32
|
"sessions": 28,
|
|
33
|
-
"commits":
|
|
33
|
+
"commits": 62,
|
|
34
34
|
"spirals": 0,
|
|
35
|
-
"features":
|
|
35
|
+
"features": 101
|
|
36
36
|
}
|
|
37
37
|
},
|
|
38
38
|
"charts": {
|
|
@@ -190,8 +190,8 @@
|
|
|
190
190
|
"9": 5,
|
|
191
191
|
"10": 5,
|
|
192
192
|
"11": 3,
|
|
193
|
-
"12":
|
|
194
|
-
"13":
|
|
193
|
+
"12": 14,
|
|
194
|
+
"13": 13,
|
|
195
195
|
"15": 2,
|
|
196
196
|
"16": 3,
|
|
197
197
|
"17": 4,
|
|
@@ -203,7 +203,7 @@
|
|
|
203
203
|
"scopeHealth": [
|
|
204
204
|
{
|
|
205
205
|
"scope": "(no scope)",
|
|
206
|
-
"commits":
|
|
206
|
+
"commits": 36,
|
|
207
207
|
"fixRatio": 6
|
|
208
208
|
},
|
|
209
209
|
{
|
|
@@ -282,7 +282,7 @@
|
|
|
282
282
|
"severity": "info",
|
|
283
283
|
"icon": "⏰",
|
|
284
284
|
"title": "Peak Productivity",
|
|
285
|
-
"message": "You're most productive around 12pm (
|
|
285
|
+
"message": "You're most productive around 12pm (23% of commits)",
|
|
286
286
|
"metric": "peak_hour",
|
|
287
287
|
"value": 12,
|
|
288
288
|
"action": "Protect this time for deep work",
|
|
@@ -295,7 +295,7 @@
|
|
|
295
295
|
"severity": "info",
|
|
296
296
|
"icon": "📅",
|
|
297
297
|
"title": "Best Coding Day",
|
|
298
|
-
"message": "Saturday is your most productive day (
|
|
298
|
+
"message": "Saturday is your most productive day (44% of commits)",
|
|
299
299
|
"metric": "best_day",
|
|
300
300
|
"value": 6,
|
|
301
301
|
"source": "commits",
|
|
Binary file
|