vibecheck-ai 1.1.2 → 1.2.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 CHANGED
@@ -152,32 +152,6 @@ vibecheck reality report # View detailed proof report
152
152
 
153
153
  ---
154
154
 
155
- ### 🔥 Roast Mode — Brutally Honest Code Review
156
-
157
- When you need tough love:
158
-
159
- ```bash
160
- vibecheck roast
161
- ```
162
-
163
- ```
164
- 🔥 ROAST RESULTS 🔥
165
-
166
- TODO from the Jurassic period spotted. The dinosaurs are extinct,
167
- but your technical debt lives on.
168
-
169
- console.log('here') — Ah yes, the debugging strategy of champions
170
- and interns.
171
-
172
- 'any' type? Congrats, you've invented JavaScript with extra steps.
173
-
174
- Your function has 847 lines. That's not a function, that's a novel.
175
- ```
176
-
177
- Pass the ship check first, and you unlock an easter egg. 🏆
178
-
179
- ---
180
-
181
155
  ### 🛡️ Truthpack — Your Project's Source of Truth
182
156
 
183
157
  VibeCheck extracts verified facts about your codebase:
@@ -230,18 +204,22 @@ vibecheck report --json # Machine-readable output
230
204
 
231
205
  | Command | Description |
232
206
  |---------|-------------|
233
- | `vibecheck init` | Initialize VibeCheck in your project |
234
- | `vibecheck scan` | Scan codebase and generate truthpack |
207
+ | `vibecheck quickstart` | Interactive setup wizard for new users |
208
+ | `vibecheck certify` | Full certification: Reality + Chaos → Badge |
209
+ | `vibecheck status` | Show active modules and last run info |
235
210
  | `vibecheck ship` | **Pre-deployment security checks** |
236
- | `vibecheck check` | Run hallucination detection |
237
- | `vibecheck validate [file]` | Validate files against truthpack |
238
211
  | `vibecheck reality run` | Run Reality Mode with proof generation |
239
- | `vibecheck roast` | Get brutally honest code feedback |
212
+ | `vibecheck missions` | View fix missions grouped by category |
213
+ | `vibecheck scan` | Scan codebase and generate truthpack |
240
214
  | `vibecheck fix` | Apply auto-fixes for detected issues |
215
+ | `vibecheck forge` | Generate AI context rules for Cursor/Windsurf |
216
+ | `vibecheck trace` | Trace data flow from sources to sinks |
217
+ | `vibecheck github` | Set up GitHub Action for CI gate |
241
218
  | `vibecheck report` | Generate enterprise-grade reports |
242
- | `vibecheck watch` | Watch for changes continuously |
243
- | `vibecheck doctor` | Validate system dependencies |
219
+ | `vibecheck badge` | Generate Ship Score badges for README |
244
220
  | `vibecheck config` | View or edit configuration |
221
+ | `vibecheck doctor` | Validate system dependencies |
222
+ | `vibecheck menu` | Open interactive menu |
245
223
 
246
224
  ---
247
225