@vibe-validate/cli 0.19.1-rc.8 → 0.19.1-rc.9

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.
@@ -321,9 +321,9 @@ All templates in this directory are:
321
321
 
322
322
  ## Related Documentation
323
323
 
324
- - [Getting Started Guide](../docs/getting-started.md)
325
- - [Configuration Reference](../docs/skill/resources/configuration-reference.md)
326
- - [CLI Reference](../docs/skill/resources/cli-reference.md)
324
+ - [Getting Started Guide](../../../docs/getting-started.md)
325
+ - [Configuration Reference](../../../docs/configuration-reference.md)
326
+ - [CLI Reference](../../../docs/cli-reference.md)
327
327
 
328
328
  ---
329
329
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vibe-validate/cli",
3
- "version": "0.19.1-rc.8",
3
+ "version": "0.19.1-rc.9",
4
4
  "description": "Command-line interface for vibe-validate validation framework",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -64,11 +64,11 @@
64
64
  "yaml": "^2.8.2",
65
65
  "zod": "^3.25.76",
66
66
  "zod-to-json-schema": "^3.25.0",
67
- "@vibe-validate/config": "0.19.1-rc.8",
68
- "@vibe-validate/extractors": "0.19.1-rc.8",
69
- "@vibe-validate/git": "0.19.1-rc.8",
70
- "@vibe-validate/history": "0.19.1-rc.8",
71
- "@vibe-validate/core": "0.19.1-rc.8"
67
+ "@vibe-validate/config": "0.19.1-rc.9",
68
+ "@vibe-validate/core": "0.19.1-rc.9",
69
+ "@vibe-validate/extractors": "0.19.1-rc.9",
70
+ "@vibe-validate/git": "0.19.1-rc.9",
71
+ "@vibe-validate/history": "0.19.1-rc.9"
72
72
  },
73
73
  "devDependencies": {
74
74
  "@types/node": "^20.19.26",
@@ -77,7 +77,7 @@
77
77
  "@types/semver": "^7.7.1",
78
78
  "typescript": "^5.9.3",
79
79
  "vitest": "^2.1.9",
80
- "@vibe-validate/utils": "0.19.1-rc.8"
80
+ "@vibe-validate/utils": "0.19.1-rc.9"
81
81
  },
82
82
  "scripts": {
83
83
  "build": "tsc && node scripts/prepare-bin.js && node dist/scripts/generate-watch-pr-schema.js && node dist/scripts/generate-run-result-schema.js",