vibe-validate 0.17.5-rc.1 → 0.17.6-rc.1

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.
Files changed (2) hide show
  1. package/package.json +3 -3
  2. package/skill/SKILL.md +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vibe-validate",
3
- "version": "0.17.5-rc.1",
3
+ "version": "0.17.6-rc.1",
4
4
  "description": "Git-aware validation orchestration for vibe coding (LLM-assisted development) - umbrella package",
5
5
  "type": "module",
6
6
  "bin": {
@@ -50,13 +50,13 @@
50
50
  "access": "public"
51
51
  },
52
52
  "dependencies": {
53
- "@vibe-validate/cli": "0.17.5-rc.1"
53
+ "@vibe-validate/cli": "0.17.6-rc.1"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@types/node": "^20.19.26",
57
57
  "typescript": "^5.9.3",
58
58
  "vitest": "^2.1.9",
59
- "@vibe-validate/utils": "0.17.5-rc.1"
59
+ "@vibe-validate/utils": "0.17.6-rc.1"
60
60
  },
61
61
  "scripts": {
62
62
  "test": "vitest run",
package/skill/SKILL.md CHANGED
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: vibe-validate
3
- version: 0.17.5-rc.1 # Tracks vibe-validate package version
3
+ version: 0.17.6-rc.1 # 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: