vibe-validate 0.19.3 → 0.19.4-rc.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,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ### Fixed
11
+
12
+ - **`watch-pr --fail-fast`** — Now exits on first failure extraction instead of waiting for all failures, matching the documented "exit immediately" behavior
13
+
10
14
  ## [0.19.3] - 2026-04-11
11
15
 
12
16
  ### Fixed
@@ -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",
4
+ "version": "0.19.4-rc.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.3 # Tracks vibe-validate package version
3
+ version: 0.19.4-rc.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.3 # Tracks vibe-validate package version
3
+ version: 0.19.4-rc.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.3",
3
+ "version": "0.19.4-rc.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/cli": "0.19.3",
66
- "@vibe-validate/utils": "0.19.3"
65
+ "@vibe-validate/utils": "0.19.4-rc.2",
66
+ "@vibe-validate/cli": "0.19.4-rc.2"
67
67
  },
68
68
  "devDependencies": {
69
69
  "@types/node": "^20.19.26",