@vibecheck-ai/cli 24.0.2 → 24.4.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vibecheck-ai/cli",
3
- "version": "24.0.2",
3
+ "version": "24.4.3",
4
4
  "description": "The trust layer for AI-generated software. Catches phantom dependencies, ghost API routes, fake SDK methods, and hardcoded secrets — before they ship.",
5
5
  "license": "MIT",
6
6
  "author": "VibeCheck <hello@vibecheck.ai>",
@@ -42,7 +42,8 @@
42
42
  "./runner": "./dist/runner/FileRunner.js"
43
43
  },
44
44
  "dependencies": {
45
- "chokidar": "^4.0.1"
45
+ "chokidar": "^4.0.1",
46
+ "@repo/shared": "0.1.0"
46
47
  },
47
48
  "optionalDependencies": {
48
49
  "@isl-lang/parser": "^1.0.0",
@@ -53,17 +54,18 @@
53
54
  "esbuild": "^0.25.0",
54
55
  "typescript": "^5.8.0",
55
56
  "vitest": "^2.1.8",
56
- "@repo/context-engine": "1.1.0",
57
- "@repo/context-evolution": "0.1.0",
57
+ "@repo/shared": "0.1.0",
58
58
  "@repo/shared-types": "1.1.0",
59
59
  "@repo/subscriptions": "1.0.0",
60
- "@vibecheck/core": "2.0.0-beta.1",
60
+ "@repo/context-engine": "1.1.0",
61
+ "@repo/context-evolution": "0.1.0",
61
62
  "@vibecheck/engines": "2.0.0-beta.1",
62
63
  "@vibecheck/codegraph": "1.1.0",
63
64
  "@vibecheck/discovery": "1.0.0",
64
- "@vibecheck/truthpack": "1.0.0",
65
65
  "@vibecheck/roast": "1.0.0",
66
- "@vibecheck/vibe-prompt": "0.1.0"
66
+ "@vibecheck/truthpack": "1.0.0",
67
+ "@vibecheck/vibe-prompt": "0.1.0",
68
+ "@vibecheck/core": "2.0.0-beta.1"
67
69
  },
68
70
  "scripts": {
69
71
  "build": "node esbuild.mjs && node -e \"require('fs').chmodSync('dist/index.js', '755')\"",