@vibecheck-ai/cli 23.0.0 → 23.0.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 +0 -5
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +21 -21
package/README.md
CHANGED
|
@@ -20,7 +20,6 @@ Catches phantom dependencies, ghost API routes, fake SDK methods, credential lea
|
|
|
20
20
|
|
|
21
21
|
<br />
|
|
22
22
|
|
|
23
|
-
<!-- TODO: Replace with actual GIF -->
|
|
24
23
|
<p align="center">
|
|
25
24
|
<img src="https://github.com/guardiavault-oss/Vibecheck/raw/HEAD/docs/assets/cli-scan-demo.gif" alt="VibeCheck CLI scanning a project in real time" width="820" />
|
|
26
25
|
</p>
|
|
@@ -70,7 +69,6 @@ That's it. No config files. No API keys. No setup wizard.
|
|
|
70
69
|
|
|
71
70
|
<br />
|
|
72
71
|
|
|
73
|
-
<!-- TODO: Replace with actual screenshot -->
|
|
74
72
|
<p align="center">
|
|
75
73
|
<img src="https://github.com/guardiavault-oss/Vibecheck/raw/HEAD/docs/assets/cli-quickstart.png" alt="VibeCheck CLI quick start output" width="720" />
|
|
76
74
|
</p>
|
|
@@ -129,7 +127,6 @@ vibecheck scan src/api.ts
|
|
|
129
127
|
| `--no-color` | — | Disable ANSI color output |
|
|
130
128
|
| `--threshold <n>` | `75` | Minimum confidence to include a finding (0–100) |
|
|
131
129
|
|
|
132
|
-
<!-- TODO: Replace with actual screenshot -->
|
|
133
130
|
<details>
|
|
134
131
|
<summary><strong>Example output</strong></summary>
|
|
135
132
|
|
|
@@ -203,7 +200,6 @@ vibecheck score src/ --json
|
|
|
203
200
|
| `--json` | — | Output score as JSON |
|
|
204
201
|
| `--no-color` | — | Disable color |
|
|
205
202
|
|
|
206
|
-
<!-- TODO: Replace with actual screenshot -->
|
|
207
203
|
<details>
|
|
208
204
|
<summary><strong>Example output</strong></summary>
|
|
209
205
|
|
|
@@ -277,7 +273,6 @@ vibecheck roast .
|
|
|
277
273
|
vibecheck roast src/
|
|
278
274
|
```
|
|
279
275
|
|
|
280
|
-
<!-- TODO: Replace with actual screenshot of roast output -->
|
|
281
276
|
<details>
|
|
282
277
|
<summary><strong>Example output</strong></summary>
|
|
283
278
|
|
package/dist/index.js
CHANGED
|
@@ -158,7 +158,7 @@ var require_package = __commonJS({
|
|
|
158
158
|
"package.json"(exports2, module2) {
|
|
159
159
|
module2.exports = {
|
|
160
160
|
name: "@vibecheck-ai/cli",
|
|
161
|
-
version: "23.0.
|
|
161
|
+
version: "23.0.1",
|
|
162
162
|
description: "The trust layer for AI-generated software. Catches phantom dependencies, ghost API routes, fake SDK methods, and hardcoded secrets \u2014 before they ship.",
|
|
163
163
|
license: "MIT",
|
|
164
164
|
author: "VibeCheck <hello@vibecheck.ai>",
|