vibe-validate 0.19.2-rc.4 → 0.19.2

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.
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.19.2] - 2026-04-10
11
+
10
12
  ### Added
11
13
 
12
14
  - **Claude marketplace distribution** — Users can now install the vibe-validate skill directly from GitHub via `claude plugin marketplace add jdutton/vibe-validate#claude-marketplace`, no npm account required. Pre-release channel available via `claude-marketplace-next` branch.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vibe-validate",
3
3
  "description": "LLM-optimized validation orchestration for vibe coding",
4
- "version": "0.19.2-rc.4",
4
+ "version": "0.19.2",
5
5
  "author": {
6
6
  "name": "vibe-validate"
7
7
  }
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: vibe-validate
3
- version: 0.19.2-rc.4 # Tracks vibe-validate package version
3
+ version: 0.19.2 # Tracks vibe-validate package version
4
4
  description: Expert guidance for vibe-validate, an LLM-optimized validation orchestration tool. Use when working with vibe-validate commands, configuration, pre-commit workflows, or validation orchestration in TypeScript projects.
5
5
  model: claude-sonnet-4-5
6
6
  tools:
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: vibe-validate
3
- version: 0.19.2-rc.4 # Tracks vibe-validate package version
3
+ version: 0.19.2 # Tracks vibe-validate package version
4
4
  description: Expert guidance for vibe-validate, an LLM-optimized validation orchestration tool. Use when working with vibe-validate commands, configuration, pre-commit workflows, or validation orchestration in TypeScript projects.
5
5
  model: claude-sonnet-4-5
6
6
  tools:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vibe-validate",
3
- "version": "0.19.2-rc.4",
3
+ "version": "0.19.2",
4
4
  "description": "Git-aware validation orchestration for vibe coding (LLM-assisted development) - umbrella package",
5
5
  "type": "module",
6
6
  "bin": {
@@ -62,8 +62,8 @@
62
62
  },
63
63
  "dependencies": {
64
64
  "vibe-agent-toolkit": "^0.1.26",
65
- "@vibe-validate/utils": "0.19.2-rc.4",
66
- "@vibe-validate/cli": "0.19.2-rc.4"
65
+ "@vibe-validate/cli": "0.19.2",
66
+ "@vibe-validate/utils": "0.19.2"
67
67
  },
68
68
  "devDependencies": {
69
69
  "@types/node": "^20.19.26",