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.
- package/dist/.claude/plugins/marketplaces/vibe-validate/CHANGELOG.md +4 -0
- package/dist/.claude/plugins/marketplaces/vibe-validate/plugins/vibe-validate/.claude-plugin/plugin.json +1 -1
- package/dist/.claude/plugins/marketplaces/vibe-validate/plugins/vibe-validate/skills/vibe-validate/SKILL.md +1 -1
- package/dist/skills/vibe-validate/SKILL.md +1 -1
- package/package.json +3 -3
|
@@ -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,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: vibe-validate
|
|
3
|
-
version: 0.19.
|
|
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
|
+
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
|
+
"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/
|
|
66
|
-
"@vibe-validate/
|
|
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",
|