@vibedrift/cli 0.5.3 → 0.5.4

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.
Files changed (2) hide show
  1. package/README.md +7 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -21,13 +21,13 @@ vibedrift ./my-project
21
21
 
22
22
  That's it. No signup, no API key, no config file. The default run produces an interactive HTML report and serves it on a local port.
23
23
 
24
- ### Free deep scan
24
+ ### Free deep scans
25
25
 
26
- Every account gets **1 free deep scan** on signup — no card required. Deep scans add Claude-powered AI analysis on top of the local scan (semantic duplicates, intent mismatches, anomaly detection):
26
+ Every account gets **3 free deep scans per month** — no card required. Deep scans add Claude-powered AI analysis on top of the local scan (semantic duplicates, intent mismatches, anomaly detection):
27
27
 
28
28
  ```bash
29
29
  vibedrift login # one-time browser sign-in
30
- vibedrift . --deep # uses your free credit (or Pro subscription)
30
+ vibedrift . --deep # uses one of your 3 monthly deep scans
31
31
  ```
32
32
 
33
33
  ---
@@ -195,10 +195,10 @@ All scans (free and deep) are logged to your dashboard at [vibedrift.ai/dashboar
195
195
 
196
196
  | Tier | Price | What you get |
197
197
  |------|-------|-------------|
198
- | **Free** | $0 | Unlimited local scans + 1 free deep scan on signup |
199
- | **Per scan** | $5/scan | One-time deep scan credit (Claude AI + ML embeddings) |
200
- | **Pro** | $29/month | Unlimited deep scans + GitHub Action + dashboard |
201
- | **Team** | $99/month | Everything in Pro + team features + API access |
198
+ | **Free** | $0 | Unlimited local scans + 3 deep scans per month + dashboard |
199
+ | **Pro** | $15/month | Unlimited deep scans + private repo CI/CD + API access |
200
+ | **Team** | $30/seat/month | GitHub App (auto PR) + team dashboard + quality gates + SSO |
201
+ | **Enterprise** | Custom | Custom rules + compliance + self-hosted + SLA |
202
202
 
203
203
  See [vibedrift.ai/#pricing](https://vibedrift.ai/#pricing) for details.
204
204
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vibedrift/cli",
3
- "version": "0.5.3",
3
+ "version": "0.5.4",
4
4
  "description": "AI Code Quality Scanner \u2014 detect vibe debt in AI-generated codebases",
5
5
  "type": "module",
6
6
  "bin": {