@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.
- package/README.md +7 -7
- 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
|
|
24
|
+
### Free deep scans
|
|
25
25
|
|
|
26
|
-
Every account gets **
|
|
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
|
|
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 +
|
|
199
|
-
| **
|
|
200
|
-
| **
|
|
201
|
-
| **
|
|
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
|
|