@vibecheck-ai/cli 7.4.0 → 18.5.0

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": "7.4.0",
3
+ "version": "18.5.0",
4
4
  "description": "The AI hallucination prevention platform. 27 engines. 5 languages. Self-healing code.",
5
5
  "main": "dist/cli.js",
6
6
  "type": "module",
@@ -35,6 +35,8 @@
35
35
  "bench:cli:smoke": "BENCH_PROFILE=smoke vitest run tests/cli/benchmark.test.ts --reporter=verbose --testTimeout=30000",
36
36
  "bench:cli:full": "BENCH_PROFILE=full vitest run tests/cli/benchmark.test.ts --reporter=verbose --testTimeout=300000",
37
37
  "smoke-test": "bash ../../scripts/smoke-test-cli.sh",
38
+ "lint": "eslint src/",
39
+ "lint:fix": "eslint src/ --fix",
38
40
  "prepublishOnly": "pnpm run build"
39
41
  },
40
42
  "dependencies": {
@@ -44,6 +46,7 @@
44
46
  "@clack/prompts": "^0.7.0",
45
47
  "@inquirer/prompts": "^8.2.0",
46
48
  "@modelcontextprotocol/sdk": "^1.0.0",
49
+ "@repo/shared-types": "workspace:*",
47
50
  "@sentry/node": "^10.42.0",
48
51
  "chalk": "^5.6.2",
49
52
  "chokidar": "^3.6.0",
@@ -69,7 +72,7 @@
69
72
  "update-notifier": "^7.0.0",
70
73
  "uuid": "^9.0.0",
71
74
  "xxhash-wasm": "^1.0.2",
72
- "zod": "^3.24.0",
75
+ "zod": "^3.25.0",
73
76
  "@repo/context-engine": "workspace:*",
74
77
  "@repo/vibe-flow": "workspace:*",
75
78
  "@vibecheck/engines": "workspace:*",
@@ -81,9 +84,10 @@
81
84
  "playwright": "^1.40.0"
82
85
  },
83
86
  "devDependencies": {
87
+ "@repo/eslint-config": "workspace:*",
84
88
  "@types/figlet": "^1.5.0",
85
89
  "@types/gradient-string": "^1.1.0",
86
- "@types/node": "^20.19.27",
90
+ "@types/node": "^20.17.0",
87
91
  "@types/react": "^18.2.0",
88
92
  "@types/update-notifier": "^6.0.0",
89
93
  "@isl-lang/codegen": "workspace:*",
@@ -105,7 +109,8 @@
105
109
  "strip-ansi": "^7.1.0",
106
110
  "tsup": "^8.0.0",
107
111
  "tsx": "^4.7.0",
108
- "typescript": "^5.5.0",
112
+ "typescript": "^5.8.0",
113
+ "eslint": "^9.28.0",
109
114
  "vitest": "^2.1.8"
110
115
  },
111
116
  "keywords": [