vibe-validate 0.19.3-rc.1 → 0.19.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.
@@ -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.3] - 2026-04-11
11
+
10
12
  ### Fixed
11
13
 
12
14
  - **Claude marketplace CI** — Stable releases now update both `claude-marketplace` and `claude-marketplace-next` branches, matching npm's `@latest`/`@next` tag behavior
@@ -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.3-rc.1",
4
+ "version": "0.19.3",
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.3-rc.1 # Tracks vibe-validate package version
3
+ version: 0.19.3 # 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.3-rc.1 # Tracks vibe-validate package version
3
+ version: 0.19.3 # 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.3-rc.1",
3
+ "version": "0.19.3",
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/cli": "0.19.3-rc.1",
66
- "@vibe-validate/utils": "0.19.3-rc.1"
65
+ "@vibe-validate/cli": "0.19.3",
66
+ "@vibe-validate/utils": "0.19.3"
67
67
  },
68
68
  "devDependencies": {
69
69
  "@types/node": "^20.19.26",