@boshu2/vibe-check 1.7.0 โ 1.8.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/.agents/bundles/actionable-coaching-plan-2025-12-02.md +209 -0
- package/.agents/plans/git-forensics-enhancement-2025-12-05.md +493 -0
- package/.claude/skills/typescript-review.md +152 -0
- package/CHANGELOG.md +41 -5
- package/CLAUDE.md +85 -23
- package/Makefile +43 -19
- package/README.md +178 -172
- package/SECURITY.md +5 -1
- package/assets/logo-dark.svg +47 -0
- package/assets/logo.svg +47 -0
- package/claude-progress.json +28 -7
- package/claude-progress.txt +48 -0
- package/dist/analyzers/patterns.d.ts +62 -0
- package/dist/analyzers/patterns.d.ts.map +1 -0
- package/dist/analyzers/patterns.js +103 -0
- package/dist/analyzers/patterns.js.map +1 -0
- package/dist/analyzers/quality.d.ts +58 -0
- package/dist/analyzers/quality.d.ts.map +1 -0
- package/dist/analyzers/quality.js +114 -0
- package/dist/analyzers/quality.js.map +1 -0
- package/dist/analyzers/sessions.d.ts +45 -0
- package/dist/analyzers/sessions.d.ts.map +1 -0
- package/dist/analyzers/sessions.js +123 -0
- package/dist/analyzers/sessions.js.map +1 -0
- package/dist/cli.js +4 -0
- package/dist/cli.js.map +1 -1
- package/dist/commands/analyze.d.ts.map +1 -1
- package/dist/commands/analyze.js +5 -0
- package/dist/commands/analyze.js.map +1 -1
- package/dist/commands/forensics.d.ts +29 -0
- package/dist/commands/forensics.d.ts.map +1 -0
- package/dist/commands/forensics.js +213 -0
- package/dist/commands/forensics.js.map +1 -0
- package/dist/commands/index.d.ts +4 -0
- package/dist/commands/index.d.ts.map +1 -1
- package/dist/commands/index.js +11 -1
- package/dist/commands/index.js.map +1 -1
- package/dist/commands/insights.d.ts +3 -0
- package/dist/commands/insights.d.ts.map +1 -0
- package/dist/commands/insights.js +120 -0
- package/dist/commands/insights.js.map +1 -0
- package/dist/commands/pipeline.d.ts +3 -0
- package/dist/commands/pipeline.d.ts.map +1 -0
- package/dist/commands/pipeline.js +485 -0
- package/dist/commands/pipeline.js.map +1 -0
- package/dist/commands/profile.d.ts +0 -1
- package/dist/commands/profile.d.ts.map +1 -1
- package/dist/commands/profile.js +0 -4
- package/dist/commands/profile.js.map +1 -1
- package/dist/commands/session.d.ts +9 -0
- package/dist/commands/session.d.ts.map +1 -1
- package/dist/commands/session.js +95 -0
- package/dist/commands/session.js.map +1 -1
- package/dist/commands/sessions.d.ts +20 -0
- package/dist/commands/sessions.d.ts.map +1 -0
- package/dist/commands/sessions.js +201 -0
- package/dist/commands/sessions.js.map +1 -0
- package/dist/commands/watch.d.ts.map +1 -1
- package/dist/commands/watch.js +124 -7
- package/dist/commands/watch.js.map +1 -1
- package/dist/inner-loop/context-amnesia.d.ts +20 -0
- package/dist/inner-loop/context-amnesia.d.ts.map +1 -0
- package/dist/inner-loop/context-amnesia.js +249 -0
- package/dist/inner-loop/context-amnesia.js.map +1 -0
- package/dist/inner-loop/index.d.ts +39 -0
- package/dist/inner-loop/index.d.ts.map +1 -0
- package/dist/inner-loop/index.js +208 -0
- package/dist/inner-loop/index.js.map +1 -0
- package/dist/inner-loop/instruction-drift.d.ts +28 -0
- package/dist/inner-loop/instruction-drift.d.ts.map +1 -0
- package/dist/inner-loop/instruction-drift.js +260 -0
- package/dist/inner-loop/instruction-drift.js.map +1 -0
- package/dist/inner-loop/logging-only.d.ts +30 -0
- package/dist/inner-loop/logging-only.d.ts.map +1 -0
- package/dist/inner-loop/logging-only.js +264 -0
- package/dist/inner-loop/logging-only.js.map +1 -0
- package/dist/inner-loop/tests-passing-lie.d.ts +34 -0
- package/dist/inner-loop/tests-passing-lie.d.ts.map +1 -0
- package/dist/inner-loop/tests-passing-lie.js +213 -0
- package/dist/inner-loop/tests-passing-lie.js.map +1 -0
- package/dist/inner-loop/types.d.ts +111 -0
- package/dist/inner-loop/types.d.ts.map +1 -0
- package/dist/inner-loop/types.js +29 -0
- package/dist/inner-loop/types.js.map +1 -0
- package/dist/storage/index.d.ts +1 -0
- package/dist/storage/index.d.ts.map +1 -1
- package/dist/storage/index.js +11 -1
- package/dist/storage/index.js.map +1 -1
- package/dist/storage/spiral-history.d.ts +62 -0
- package/dist/storage/spiral-history.d.ts.map +1 -0
- package/dist/storage/spiral-history.js +265 -0
- package/dist/storage/spiral-history.js.map +1 -0
- package/docs/ARCHITECTURE.md +2 -10
- package/docs/FEATURES.md +340 -0
- package/docs/GAMIFICATION.md +19 -266
- package/docs/VIBE-ECOSYSTEM.md +12 -78
- package/feature-list.json +140 -88
- package/package.json +1 -1
package/docs/FEATURES.md
ADDED
|
@@ -0,0 +1,340 @@
|
|
|
1
|
+
# vibe-check: Feature Guide
|
|
2
|
+
|
|
3
|
+
**Measure AI-assisted development sessions**
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## What is Vibe-Coding?
|
|
8
|
+
|
|
9
|
+
Vibe-coding is a methodology for AI-assisted software development that emphasizes:
|
|
10
|
+
|
|
11
|
+
1. **Conscious calibration** - Knowing when to trust AI output and when to verify
|
|
12
|
+
2. **Metric-driven feedback** - Measuring patterns, not productivity
|
|
13
|
+
3. **Self-awareness** - Recognizing spirals before they consume hours
|
|
14
|
+
4. **Progressive mastery** - Building trust through demonstrated accuracy
|
|
15
|
+
|
|
16
|
+
The core insight: **AI assistance varies in reliability by task type.** Formatting code? Nearly 100% trustworthy. Designing authentication architecture? Maybe 20%. Vibe-coding gives you a framework to calibrate your verification effort appropriately.
|
|
17
|
+
|
|
18
|
+
---
|
|
19
|
+
|
|
20
|
+
## The Five Core Metrics
|
|
21
|
+
|
|
22
|
+
| Metric | Question | Elite | Needs Work |
|
|
23
|
+
|--------|----------|-------|------------|
|
|
24
|
+
| **Trust Pass Rate** | What % of commits don't need immediate fixes? | >95% | <80% |
|
|
25
|
+
| **Rework Ratio** | What % of commits are fixes vs. new work? | <30% | >50% |
|
|
26
|
+
| **Debug Spiral Count** | How many fix-chain spirals detected? | 0 | 3+ |
|
|
27
|
+
| **Debug Spiral Duration** | How long stuck in fix loops? | <15min | >45min |
|
|
28
|
+
| **Flow Efficiency** | What % of time is productive building? | >90% | <70% |
|
|
29
|
+
|
|
30
|
+
These metrics are **semantic-free** - they measure git patterns, not code content. This prevents gaming and ensures honest signal.
|
|
31
|
+
|
|
32
|
+
---
|
|
33
|
+
|
|
34
|
+
## Vibe Levels
|
|
35
|
+
|
|
36
|
+
Before starting work, classify the task:
|
|
37
|
+
|
|
38
|
+
| Level | Name | Trust AI | Verification | Example Tasks |
|
|
39
|
+
|-------|------|----------|--------------|---------------|
|
|
40
|
+
| **5** | Full Automation | 95% | Final only | Formatting, linting, boilerplate |
|
|
41
|
+
| **4** | High Trust | 80% | Spot check | CRUD, simple features |
|
|
42
|
+
| **3** | Balanced | 60% | Key outputs | Standard features, tests |
|
|
43
|
+
| **2** | Careful | 40% | Every change | API integrations, complex logic |
|
|
44
|
+
| **1** | Skeptical | 20% | Every line | Architecture, security, auth |
|
|
45
|
+
| **0** | Manual | 0% | N/A | Novel research, exploration |
|
|
46
|
+
|
|
47
|
+
**The insight:** Declaring a level upfront forces conscious calibration. After the session, compare actual metrics to expected - this builds intuition over time.
|
|
48
|
+
|
|
49
|
+
---
|
|
50
|
+
|
|
51
|
+
## vibe-check: The Tool
|
|
52
|
+
|
|
53
|
+
`vibe-check` is a CLI tool that analyzes git history and provides immediate feedback on your coding patterns.
|
|
54
|
+
|
|
55
|
+
### Installation
|
|
56
|
+
|
|
57
|
+
```bash
|
|
58
|
+
npm install -g @boshu2/vibe-check
|
|
59
|
+
```
|
|
60
|
+
|
|
61
|
+
Or run directly:
|
|
62
|
+
|
|
63
|
+
```bash
|
|
64
|
+
npx @boshu2/vibe-check
|
|
65
|
+
```
|
|
66
|
+
|
|
67
|
+
### Core Commands
|
|
68
|
+
|
|
69
|
+
```bash
|
|
70
|
+
# Basic analysis
|
|
71
|
+
vibe-check --since "1 week ago"
|
|
72
|
+
|
|
73
|
+
# Real-time monitoring
|
|
74
|
+
vibe-check watch
|
|
75
|
+
|
|
76
|
+
# Your profile (gamification)
|
|
77
|
+
vibe-check profile
|
|
78
|
+
|
|
79
|
+
# Start a tracked session
|
|
80
|
+
vibe-check start --level 3
|
|
81
|
+
```
|
|
82
|
+
|
|
83
|
+
---
|
|
84
|
+
|
|
85
|
+
## Feature Overview (v1.7.0)
|
|
86
|
+
|
|
87
|
+
### 1. Metrics Engine
|
|
88
|
+
|
|
89
|
+
The core analysis engine examines git history to compute:
|
|
90
|
+
|
|
91
|
+
- **Trust Pass Rate**: Commits without immediate fix follow-ups
|
|
92
|
+
- **Rework Ratio**: Proportion of fix/revert commits
|
|
93
|
+
- **Debug Spirals**: Consecutive fix commits on same component
|
|
94
|
+
- **VibeScore**: Weighted composite (0-100%)
|
|
95
|
+
|
|
96
|
+
Output example:
|
|
97
|
+
```
|
|
98
|
+
VIBE-CHECK Nov 21 - Nov 28
|
|
99
|
+
|
|
100
|
+
Rating: ELITE
|
|
101
|
+
Trust: 94% ELITE
|
|
102
|
+
Rework: 18% ELITE
|
|
103
|
+
Spirals: 1 detected (12 min)
|
|
104
|
+
|
|
105
|
+
VibeScore: 87%
|
|
106
|
+
```
|
|
107
|
+
|
|
108
|
+
### 2. Watch Mode
|
|
109
|
+
|
|
110
|
+
Real-time spiral detection while you work:
|
|
111
|
+
|
|
112
|
+
```bash
|
|
113
|
+
vibe-check watch
|
|
114
|
+
```
|
|
115
|
+
|
|
116
|
+
Monitors commits and alerts when patterns indicate a spiral forming:
|
|
117
|
+
|
|
118
|
+
```
|
|
119
|
+
09:15 fix(auth) handle token refresh
|
|
120
|
+
09:18 fix(auth) add retry logic
|
|
121
|
+
09:22 fix(auth) increase timeout
|
|
122
|
+
|
|
123
|
+
SPIRAL DETECTED
|
|
124
|
+
Component: auth
|
|
125
|
+
Fixes: 3 commits, 7 min
|
|
126
|
+
```
|
|
127
|
+
|
|
128
|
+
### 3. Session Integration
|
|
129
|
+
|
|
130
|
+
Track sessions with baseline comparison:
|
|
131
|
+
|
|
132
|
+
```bash
|
|
133
|
+
vibe-check session start --level 3 # Start session
|
|
134
|
+
vibe-check session status # Check active session
|
|
135
|
+
vibe-check session end --format json # End and get metrics
|
|
136
|
+
```
|
|
137
|
+
|
|
138
|
+
Output includes failure pattern detection for AgentOps integration.
|
|
139
|
+
|
|
140
|
+
---
|
|
141
|
+
|
|
142
|
+
## Gamification System
|
|
143
|
+
|
|
144
|
+
vibe-check includes a complete gamification layer to make improvement engaging:
|
|
145
|
+
|
|
146
|
+
### XP & Levels
|
|
147
|
+
|
|
148
|
+
```
|
|
149
|
+
Level 1: Novice (0-100 XP) ๐ฑ
|
|
150
|
+
Level 2: Apprentice (100-300 XP) ๐ฟ
|
|
151
|
+
Level 3: Practitioner (300-600 XP) ๐ณ
|
|
152
|
+
Level 4: Expert (600-1000 XP) ๐ฒ
|
|
153
|
+
Level 5: Master (1000-2000 XP) ๐
|
|
154
|
+
Level 6: Grandmaster (2000-5000 XP) ๐๏ธ
|
|
155
|
+
```
|
|
156
|
+
|
|
157
|
+
**Prestige tiers** (beyond Grandmaster):
|
|
158
|
+
- Archmage (5000+ XP) ๐ฎ
|
|
159
|
+
- Sage (10000+ XP) ๐ฟ
|
|
160
|
+
- Zenmester (20000+ XP) โฏ๏ธ
|
|
161
|
+
- Transcendent (40000+ XP) ๐
|
|
162
|
+
- Legendary (80000+ XP) ๐ซ
|
|
163
|
+
|
|
164
|
+
### Streaks
|
|
165
|
+
|
|
166
|
+
Daily check-ins build streaks with visual progression:
|
|
167
|
+
|
|
168
|
+
```
|
|
169
|
+
๐ฅ 5-day streak (1-5 days)
|
|
170
|
+
๐๐ 12-day streak (6-14 days)
|
|
171
|
+
๐๐๐ 18-day streak ๐ (15+ days, Personal Best!)
|
|
172
|
+
```
|
|
173
|
+
|
|
174
|
+
Streak freezes protect against occasional missed days.
|
|
175
|
+
|
|
176
|
+
### Achievements (19 total)
|
|
177
|
+
|
|
178
|
+
Categories:
|
|
179
|
+
- **Consistency**: First Blood, Week Warrior, Streak Master
|
|
180
|
+
- **Quality**: Elite Vibes, Trust Builder, Zen Master
|
|
181
|
+
- **Volume**: Centurion, Marathon Coder
|
|
182
|
+
- **Improvement**: Comeback Kid, On Fire
|
|
183
|
+
- **Special**: Night Owl, Early Bird, Weekend Warrior
|
|
184
|
+
|
|
185
|
+
---
|
|
186
|
+
|
|
187
|
+
## Integration Points
|
|
188
|
+
|
|
189
|
+
### Git Hook
|
|
190
|
+
|
|
191
|
+
Automatic vibe-check on every push:
|
|
192
|
+
|
|
193
|
+
```bash
|
|
194
|
+
vibe-check init-hook # Install hook
|
|
195
|
+
vibe-check init-hook --block-low # Block LOW pushes
|
|
196
|
+
```
|
|
197
|
+
|
|
198
|
+
### GitHub Action
|
|
199
|
+
|
|
200
|
+
Automated PR feedback:
|
|
201
|
+
|
|
202
|
+
```yaml
|
|
203
|
+
name: Vibe Check
|
|
204
|
+
on: [pull_request]
|
|
205
|
+
|
|
206
|
+
jobs:
|
|
207
|
+
vibe-check:
|
|
208
|
+
runs-on: ubuntu-latest
|
|
209
|
+
steps:
|
|
210
|
+
- uses: actions/checkout@v4
|
|
211
|
+
with:
|
|
212
|
+
fetch-depth: 0
|
|
213
|
+
- uses: boshu2/vibe-check@v1
|
|
214
|
+
with:
|
|
215
|
+
github-token: ${{ secrets.GITHUB_TOKEN }}
|
|
216
|
+
```
|
|
217
|
+
|
|
218
|
+
### JSON Output
|
|
219
|
+
|
|
220
|
+
Machine-readable for dashboards/CI:
|
|
221
|
+
|
|
222
|
+
```bash
|
|
223
|
+
vibe-check --format json --output vibe-results.json
|
|
224
|
+
```
|
|
225
|
+
|
|
226
|
+
---
|
|
227
|
+
|
|
228
|
+
## The Workflow
|
|
229
|
+
|
|
230
|
+
### Daily Practice
|
|
231
|
+
|
|
232
|
+
```
|
|
233
|
+
Morning:
|
|
234
|
+
1. vibe-check profile # Check streak, challenges
|
|
235
|
+
2. Plan tasks, estimate levels
|
|
236
|
+
|
|
237
|
+
During work:
|
|
238
|
+
3. vibe-check watch # Real-time monitoring
|
|
239
|
+
4. Notice spiral alerts, intervene early
|
|
240
|
+
|
|
241
|
+
End of session:
|
|
242
|
+
5. vibe-check --since "today" # Review session
|
|
243
|
+
6. XP/achievements auto-update
|
|
244
|
+
```
|
|
245
|
+
|
|
246
|
+
### Session Workflow (Optional)
|
|
247
|
+
|
|
248
|
+
For explicit tracking:
|
|
249
|
+
|
|
250
|
+
```bash
|
|
251
|
+
# Before: declare expectation
|
|
252
|
+
vibe-check start --level 3
|
|
253
|
+
|
|
254
|
+
# ... work ...
|
|
255
|
+
|
|
256
|
+
# After: compare reality
|
|
257
|
+
vibe-check --since "1 hour ago"
|
|
258
|
+
```
|
|
259
|
+
|
|
260
|
+
The tool will show whether your level classification was accurate.
|
|
261
|
+
|
|
262
|
+
---
|
|
263
|
+
|
|
264
|
+
## Philosophy
|
|
265
|
+
|
|
266
|
+
### What vibe-check IS
|
|
267
|
+
|
|
268
|
+
- A self-reflection tool
|
|
269
|
+
- A pattern detector
|
|
270
|
+
- A gamified improvement system
|
|
271
|
+
- A calibration feedback loop
|
|
272
|
+
|
|
273
|
+
### What vibe-check IS NOT
|
|
274
|
+
|
|
275
|
+
- A productivity metric
|
|
276
|
+
- A performance review tool
|
|
277
|
+
- A surveillance system
|
|
278
|
+
- A judgment of AI effectiveness
|
|
279
|
+
|
|
280
|
+
**Use it for yourself, not for measuring others.**
|
|
281
|
+
|
|
282
|
+
---
|
|
283
|
+
|
|
284
|
+
## The Science
|
|
285
|
+
|
|
286
|
+
vibe-check uses **semantic-free signals** - patterns in git history that indicate workflow health without reading code content. This approach:
|
|
287
|
+
|
|
288
|
+
1. **Can't be gamed** - You can't fake commit timestamps
|
|
289
|
+
2. **Respects privacy** - Never reads actual code
|
|
290
|
+
3. **Is universal** - Works for any language/framework
|
|
291
|
+
4. **Provides honest signal** - Measures behavior, not intention
|
|
292
|
+
|
|
293
|
+
The VibeScore combines metrics using validated weights derived from empirical analysis of productive vs. struggling sessions.
|
|
294
|
+
|
|
295
|
+
---
|
|
296
|
+
|
|
297
|
+
## Future Roadmap
|
|
298
|
+
|
|
299
|
+
| Phase | Status | Description |
|
|
300
|
+
|-------|--------|-------------|
|
|
301
|
+
| CLI Core | โ
Complete | Metrics, scoring, analysis |
|
|
302
|
+
| Gamification | โ
Complete | XP, streaks, achievements |
|
|
303
|
+
| Watch Mode | โ
Complete | Real-time spiral detection |
|
|
304
|
+
| GitHub Action | โ
Complete | Automated PR feedback |
|
|
305
|
+
| Session Integration | โ
Complete | AgentOps integration |
|
|
306
|
+
| Visual Dashboard | โ
Complete | HTML dashboard with charts |
|
|
307
|
+
| VS Code Extension | ๐ฎ Planned | Status bar, live alerts |
|
|
308
|
+
|
|
309
|
+
---
|
|
310
|
+
|
|
311
|
+
## Getting Started
|
|
312
|
+
|
|
313
|
+
```bash
|
|
314
|
+
# Install
|
|
315
|
+
npm install -g @boshu2/vibe-check
|
|
316
|
+
|
|
317
|
+
# Run your first check
|
|
318
|
+
vibe-check --since "1 week ago"
|
|
319
|
+
|
|
320
|
+
# See your profile
|
|
321
|
+
vibe-check profile
|
|
322
|
+
|
|
323
|
+
# Start watching
|
|
324
|
+
vibe-check watch
|
|
325
|
+
```
|
|
326
|
+
|
|
327
|
+
---
|
|
328
|
+
|
|
329
|
+
## Resources
|
|
330
|
+
|
|
331
|
+
- **npm**: [@boshu2/vibe-check](https://www.npmjs.com/package/@boshu2/vibe-check)
|
|
332
|
+
- **GitHub**: [boshu2/vibe-check](https://github.com/boshu2/vibe-check)
|
|
333
|
+
- **Issues**: [Report bugs or request features](https://github.com/boshu2/vibe-check/issues)
|
|
334
|
+
|
|
335
|
+
---
|
|
336
|
+
|
|
337
|
+
*"The goal isn't perfect metrics. It's conscious awareness of your patterns."*
|
|
338
|
+
|
|
339
|
+
**Version:** 1.7.0
|
|
340
|
+
**Last Updated:** 2025-12-02
|
package/docs/GAMIFICATION.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
# vibe-check Gamification System
|
|
2
2
|
|
|
3
|
-
**
|
|
3
|
+
**XP, levels, streaks, and achievements for self-improvement**
|
|
4
4
|
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
## Overview
|
|
8
8
|
|
|
9
|
-
vibe-check includes a
|
|
9
|
+
vibe-check includes a gamification layer to make self-improvement engaging. This isn't productivity surveillanceโit's a personal game you play with yourself.
|
|
10
10
|
|
|
11
11
|
```
|
|
12
12
|
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
|
|
@@ -14,8 +14,8 @@ vibe-check includes a complete gamification layer to make self-improvement engag
|
|
|
14
14
|
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโค
|
|
15
15
|
โ โ
|
|
16
16
|
โ โโโโโโโโโโโโ โโโโโโโโโโโโ โโโโโโโโโโโโ โโโโโโโโโโโโ โ
|
|
17
|
-
โ โ XP โ โ Streaks โ โ Achieve- โ โ
|
|
18
|
-
โ โ & Levels โ โ โ โ ments โ โ
|
|
17
|
+
โ โ XP โ โ Streaks โ โ Achieve- โ โ Weekly โ โ
|
|
18
|
+
โ โ & Levels โ โ โ โ ments โ โ Stats โ โ
|
|
19
19
|
โ โโโโโโฌโโโโโโ โโโโโโฌโโโโโโ โโโโโโฌโโโโโโ โโโโโโฌโโโโโโ โ
|
|
20
20
|
โ โ โ โ โ โ
|
|
21
21
|
โ โโโโโโโโโโโโโโโดโโโโโโโฌโโโโโโโดโโโโโโโโโโโโโโ โ
|
|
@@ -23,12 +23,7 @@ vibe-check includes a complete gamification layer to make self-improvement engag
|
|
|
23
23
|
โ โโโโโโโโดโโโโโโโ โ
|
|
24
24
|
โ โ Profile โ โ
|
|
25
25
|
โ โ Storage โ โ
|
|
26
|
-
โ
|
|
27
|
-
โ โ โ
|
|
28
|
-
โ โโโโโโโโโโโโ โโโโโโโโโโโโดโโโโโโโโโโโ โโโโโโโโโโโโ โ
|
|
29
|
-
โ โ Leader- โ โ Hall of Fame โ โ Badges โ โ
|
|
30
|
-
โ โ boards โ โ โ โ โ โ
|
|
31
|
-
โ โโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโ โ
|
|
26
|
+
โ โโโโโโโโโโโโโโโ โ
|
|
32
27
|
โ โ
|
|
33
28
|
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
|
|
34
29
|
```
|
|
@@ -50,7 +45,6 @@ vibe-check includes a complete gamification layer to make self-improvement engag
|
|
|
50
45
|
| No spirals | +15 | Bonus for 0 spirals |
|
|
51
46
|
| Perfect trust | +20 | 100% trust pass rate |
|
|
52
47
|
| Achievement unlock | +25-100 | Varies by achievement |
|
|
53
|
-
| Challenge complete | +30-150 | Based on difficulty |
|
|
54
48
|
|
|
55
49
|
### XP Calculation Example
|
|
56
50
|
|
|
@@ -96,13 +90,13 @@ if (previousSession.periodFrom === currentPeriodFrom &&
|
|
|
96
90
|
|
|
97
91
|
After reaching Grandmaster, prestige tiers unlock:
|
|
98
92
|
|
|
99
|
-
| Tier | Name | XP Range | Icon |
|
|
100
|
-
|
|
101
|
-
| 1 | Archmage | 5000-9999 | ๐ฎ |
|
|
102
|
-
| 2 | Sage | 10000-19999 | ๐ฟ |
|
|
103
|
-
| 3 | Zenmester | 20000-39999 | โฏ๏ธ |
|
|
104
|
-
| 4 | Transcendent | 40000-79999 | ๐ |
|
|
105
|
-
| 5 | Legendary | 80000+ | ๐ซ |
|
|
93
|
+
| Tier | Name | XP Range | Icon |
|
|
94
|
+
|------|------|----------|------|
|
|
95
|
+
| 1 | Archmage | 5000-9999 | ๐ฎ |
|
|
96
|
+
| 2 | Sage | 10000-19999 | ๐ฟ |
|
|
97
|
+
| 3 | Zenmester | 20000-39999 | โฏ๏ธ |
|
|
98
|
+
| 4 | Transcendent | 40000-79999 | ๐ |
|
|
99
|
+
| 5 | Legendary | 80000+ | ๐ซ |
|
|
106
100
|
|
|
107
101
|
### Level Display
|
|
108
102
|
|
|
@@ -215,131 +209,6 @@ Recent:
|
|
|
215
209
|
|
|
216
210
|
---
|
|
217
211
|
|
|
218
|
-
## Weekly Challenges
|
|
219
|
-
|
|
220
|
-
### How Challenges Work
|
|
221
|
-
|
|
222
|
-
- **Generated weekly**: Based on your weak metrics
|
|
223
|
-
- **3 challenges per week**: 1 targeted + 2 random
|
|
224
|
-
- **Progress tracked**: Updates after each session
|
|
225
|
-
- **XP rewards**: 30-150 XP per challenge
|
|
226
|
-
|
|
227
|
-
### Challenge Types
|
|
228
|
-
|
|
229
|
-
| Type | Name | Description | Targets |
|
|
230
|
-
|------|------|-------------|---------|
|
|
231
|
-
| `TRUST_STREAK` | Trust Gauntlet | Get 90%+ trust N times | 3, 5, 7 |
|
|
232
|
-
| `ZERO_SPIRALS` | Zen Mode | N sessions with 0 spirals | 3, 5, 7 |
|
|
233
|
-
| `ELITE_COUNT` | Elite Streak | Get N ELITE ratings | 2, 4, 6 |
|
|
234
|
-
| `COMMIT_VOLUME` | Commit Champion | Analyze N+ commits | 50, 100, 200 |
|
|
235
|
-
| `STREAK_EXTEND` | Streak Builder | Extend streak by N days | 3, 5, 7 |
|
|
236
|
-
|
|
237
|
-
### Challenge Display
|
|
238
|
-
|
|
239
|
-
```
|
|
240
|
-
WEEKLY CHALLENGES
|
|
241
|
-
|
|
242
|
-
๐ฏ Trust Gauntlet: โโโโโโโโโโ 4/5 (+100 XP)
|
|
243
|
-
๐ง Zen Mode: โโโโโโโโโโ โ COMPLETE
|
|
244
|
-
๐ฅ Streak Builder: โโโโโโโโโโ 1/5 (+40 XP)
|
|
245
|
-
```
|
|
246
|
-
|
|
247
|
-
### Challenge Selection Algorithm
|
|
248
|
-
|
|
249
|
-
1. Analyze recent session metrics
|
|
250
|
-
2. Identify weak areas (low trust? many spirals?)
|
|
251
|
-
3. Generate 1 challenge targeting weakness (medium difficulty)
|
|
252
|
-
4. Generate 2 random challenges (easy difficulty)
|
|
253
|
-
|
|
254
|
-
---
|
|
255
|
-
|
|
256
|
-
## Leaderboards
|
|
257
|
-
|
|
258
|
-
### Personal Leaderboards
|
|
259
|
-
|
|
260
|
-
Track your high scores across all repos:
|
|
261
|
-
|
|
262
|
-
```
|
|
263
|
-
๐ All-Time Top Scores
|
|
264
|
-
|
|
265
|
-
๐ฅ 96% ELITE my-project (Nov 15)
|
|
266
|
-
๐ฅ 94% ELITE vibe-check (Nov 28)
|
|
267
|
-
๐ฅ 91% ELITE other-repo (Nov 20)
|
|
268
|
-
4. 89% HIGH work-app (Nov 18)
|
|
269
|
-
5. 87% HIGH side-project (Nov 10)
|
|
270
|
-
```
|
|
271
|
-
|
|
272
|
-
### Per-Repo Leaderboards
|
|
273
|
-
|
|
274
|
-
```
|
|
275
|
-
๐ Top Scores - vibe-check
|
|
276
|
-
|
|
277
|
-
๐ฅ 94% ELITE Nov 28
|
|
278
|
-
๐ฅ 91% ELITE Nov 27
|
|
279
|
-
๐ฅ 88% HIGH Nov 26
|
|
280
|
-
```
|
|
281
|
-
|
|
282
|
-
### Data Stored
|
|
283
|
-
|
|
284
|
-
```typescript
|
|
285
|
-
interface LeaderboardEntry {
|
|
286
|
-
date: string;
|
|
287
|
-
repoPath: string;
|
|
288
|
-
repoName: string;
|
|
289
|
-
vibeScore: number;
|
|
290
|
-
overall: string;
|
|
291
|
-
commits: number;
|
|
292
|
-
xpEarned: number;
|
|
293
|
-
}
|
|
294
|
-
```
|
|
295
|
-
|
|
296
|
-
---
|
|
297
|
-
|
|
298
|
-
## Hall of Fame
|
|
299
|
-
|
|
300
|
-
Personal bests and records:
|
|
301
|
-
|
|
302
|
-
```
|
|
303
|
-
๐๏ธ HALL OF FAME
|
|
304
|
-
|
|
305
|
-
๐ Best Score: 96% (Nov 15)
|
|
306
|
-
my-project - ELITE rating
|
|
307
|
-
|
|
308
|
-
๐ฅ Longest Streak: 15 days
|
|
309
|
-
Consecutive daily check-ins
|
|
310
|
-
|
|
311
|
-
โก Best Week: 847 XP
|
|
312
|
-
Week of Nov 11
|
|
313
|
-
|
|
314
|
-
๐ Most Commits: 127 (Nov 10)
|
|
315
|
-
big-refactor - single session
|
|
316
|
-
```
|
|
317
|
-
|
|
318
|
-
---
|
|
319
|
-
|
|
320
|
-
## Rank Badges
|
|
321
|
-
|
|
322
|
-
Tier badges based on cumulative progress:
|
|
323
|
-
|
|
324
|
-
| Badge | Icon | Requirement |
|
|
325
|
-
|-------|------|-------------|
|
|
326
|
-
| Bronze | ๐ฅ | 10+ sessions |
|
|
327
|
-
| Silver | ๐ฅ | 50+ sessions |
|
|
328
|
-
| Gold | ๐ฅ | 100+ sessions |
|
|
329
|
-
| Platinum | ๐ | 14+ day streak |
|
|
330
|
-
| Diamond | ๐ท | 5000+ XP |
|
|
331
|
-
|
|
332
|
-
### Badge Display
|
|
333
|
-
|
|
334
|
-
```
|
|
335
|
-
Current: ๐ Platinum Tier
|
|
336
|
-
|
|
337
|
-
Next: ๐ท Diamond (need 5000 XP, have 3200)
|
|
338
|
-
Progress: โโโโโโโโโโโโโโโโ 64%
|
|
339
|
-
```
|
|
340
|
-
|
|
341
|
-
---
|
|
342
|
-
|
|
343
212
|
## Weekly Stats
|
|
344
213
|
|
|
345
214
|
### Sparklines
|
|
@@ -352,7 +221,6 @@ Visual trend of your scores this week:
|
|
|
352
221
|
Avg Score: 87% โ
|
|
353
222
|
Sessions: 5
|
|
354
223
|
XP Earned: 320
|
|
355
|
-
ELITE: 3 | Spirals: 2
|
|
356
224
|
|
|
357
225
|
Trend: โโโโโ
โโ
|
|
358
226
|
```
|
|
@@ -367,129 +235,26 @@ Visual trend of your scores this week:
|
|
|
367
235
|
|
|
368
236
|
---
|
|
369
237
|
|
|
370
|
-
## Pattern Memory
|
|
371
|
-
|
|
372
|
-
Tracks YOUR spiral triggers over time:
|
|
373
|
-
|
|
374
|
-
```
|
|
375
|
-
YOUR SPIRAL TRIGGERS
|
|
376
|
-
|
|
377
|
-
Pattern Times Avg Duration
|
|
378
|
-
SECRETS_AUTH 5 18 min
|
|
379
|
-
VOLUME_CONFIG 3 12 min
|
|
380
|
-
API_MISMATCH 2 25 min
|
|
381
|
-
|
|
382
|
-
Your kryptonite: OAuth/token issues
|
|
383
|
-
Consider: Tracer tests for auth flows
|
|
384
|
-
```
|
|
385
|
-
|
|
386
|
-
---
|
|
387
|
-
|
|
388
|
-
## Intervention Tracking
|
|
389
|
-
|
|
390
|
-
Records what breaks YOUR spirals:
|
|
391
|
-
|
|
392
|
-
```
|
|
393
|
-
WHAT WORKS FOR YOU
|
|
394
|
-
|
|
395
|
-
Intervention Times Success Rate
|
|
396
|
-
Take a break 4 75%
|
|
397
|
-
Write test 3 100%
|
|
398
|
-
Read docs 2 50%
|
|
399
|
-
Ask for help 1 100%
|
|
400
|
-
|
|
401
|
-
Recommendation: Write a test first!
|
|
402
|
-
```
|
|
403
|
-
|
|
404
|
-
### Intervention Types
|
|
405
|
-
|
|
406
|
-
| Type | Description |
|
|
407
|
-
|------|-------------|
|
|
408
|
-
| `TRACER_TEST` | Wrote a test to validate |
|
|
409
|
-
| `BREAK` | Took a break |
|
|
410
|
-
| `DOCS` | Consulted documentation |
|
|
411
|
-
| `REFACTOR` | Changed approach |
|
|
412
|
-
| `HELP` | Asked for help |
|
|
413
|
-
| `ROLLBACK` | Reverted to known state |
|
|
414
|
-
| `OTHER` | Custom intervention |
|
|
415
|
-
|
|
416
|
-
---
|
|
417
|
-
|
|
418
|
-
## Share Feature
|
|
419
|
-
|
|
420
|
-
### Shareable Text
|
|
421
|
-
|
|
422
|
-
```bash
|
|
423
|
-
vibe-check profile --share
|
|
424
|
-
```
|
|
425
|
-
|
|
426
|
-
Output:
|
|
427
|
-
```
|
|
428
|
-
๐ฎ bodefuller's Vibe-Check Profile
|
|
429
|
-
|
|
430
|
-
Level 5 Master (Archmage I) ๐ Platinum
|
|
431
|
-
1,250 Total XP
|
|
432
|
-
|
|
433
|
-
๐ฅ 12-day streak (Best: 15)
|
|
434
|
-
๐ 45 sessions | Avg: 87% | Best: 96%
|
|
435
|
-
๐ 12 achievements unlocked
|
|
436
|
-
|
|
437
|
-
Track your coding vibes: npx @boshu2/vibe-check
|
|
438
|
-
```
|
|
439
|
-
|
|
440
|
-
### Shareable JSON
|
|
441
|
-
|
|
442
|
-
```bash
|
|
443
|
-
vibe-check profile --share-json
|
|
444
|
-
```
|
|
445
|
-
|
|
446
|
-
Machine-readable profile for integrations.
|
|
447
|
-
|
|
448
|
-
---
|
|
449
|
-
|
|
450
|
-
## Near-Miss Psychology
|
|
451
|
-
|
|
452
|
-
Motivational messages when you're close to achievements:
|
|
453
|
-
|
|
454
|
-
```
|
|
455
|
-
๐ฏ SO CLOSE!
|
|
456
|
-
|
|
457
|
-
Just 1-2 metrics away from ELITE overall!
|
|
458
|
-
88% vibe score - just 2% from the Ninety Club!
|
|
459
|
-
```
|
|
460
|
-
|
|
461
|
-
Triggers when:
|
|
462
|
-
- HIGH rating with 3+ ELITE metrics
|
|
463
|
-
- Score 85-89% (close to 90)
|
|
464
|
-
- Trust 90-99% (close to 100)
|
|
465
|
-
- 1 spiral (close to Zen Master)
|
|
466
|
-
|
|
467
|
-
---
|
|
468
|
-
|
|
469
238
|
## Profile Storage
|
|
470
239
|
|
|
471
240
|
### Location
|
|
472
241
|
|
|
473
242
|
```
|
|
474
243
|
~/.vibe-check/
|
|
475
|
-
|
|
476
|
-
โโโ leaderboards.json # High scores
|
|
244
|
+
โโโ profile.json # Main profile
|
|
477
245
|
```
|
|
478
246
|
|
|
479
247
|
### Profile Schema
|
|
480
248
|
|
|
481
249
|
```typescript
|
|
482
250
|
interface UserProfile {
|
|
483
|
-
version: string;
|
|
251
|
+
version: string;
|
|
484
252
|
createdAt: string;
|
|
485
253
|
updatedAt: string;
|
|
486
254
|
streak: StreakState;
|
|
487
255
|
xp: XPState;
|
|
488
256
|
achievements: Achievement[];
|
|
489
257
|
sessions: SessionRecord[];
|
|
490
|
-
patternMemory?: PatternMemory;
|
|
491
|
-
interventionMemory?: InterventionMemory;
|
|
492
|
-
challenges?: Challenge[];
|
|
493
258
|
preferences: {
|
|
494
259
|
weeklyGoal: number;
|
|
495
260
|
showNotifications: boolean;
|
|
@@ -517,22 +282,10 @@ vibe-check profile
|
|
|
517
282
|
# View specific sections
|
|
518
283
|
vibe-check profile --achievements
|
|
519
284
|
vibe-check profile --stats
|
|
520
|
-
vibe-check profile --challenges
|
|
521
|
-
vibe-check profile --leaderboard
|
|
522
|
-
vibe-check profile --hall-of-fame
|
|
523
285
|
vibe-check profile --weekly
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
# Share
|
|
528
|
-
vibe-check profile --share
|
|
529
|
-
vibe-check profile --share-json
|
|
530
|
-
|
|
531
|
-
# Record intervention
|
|
532
|
-
vibe-check intervene TRACER_TEST
|
|
533
|
-
vibe-check intervene BREAK
|
|
534
|
-
vibe-check intervene --list
|
|
535
|
-
vibe-check intervene --stats
|
|
286
|
+
|
|
287
|
+
# JSON output
|
|
288
|
+
vibe-check profile --json
|
|
536
289
|
```
|
|
537
290
|
|
|
538
291
|
---
|
|
@@ -560,5 +313,5 @@ Make you WANT to improve your vibe scoreโnot because someone's watching, but b
|
|
|
560
313
|
|
|
561
314
|
---
|
|
562
315
|
|
|
563
|
-
**Version:** 1.
|
|
564
|
-
**Last Updated:** 2025-
|
|
316
|
+
**Version:** 1.7.0
|
|
317
|
+
**Last Updated:** 2025-12-02
|