vibe-validate 0.19.2 → 0.19.3-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.
@@ -7,6 +7,14 @@ 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
+ - **Claude marketplace CI** — Stable releases now update both `claude-marketplace` and `claude-marketplace-next` branches, matching npm's `@latest`/`@next` tag behavior
13
+
14
+ ### Changed
15
+
16
+ - **README** — Added Claude Code plugin install instructions (marketplace, `/plugin` slash command, project-scope)
17
+
10
18
  ## [0.19.2] - 2026-04-10
11
19
 
12
20
  ### Added
@@ -6,23 +6,29 @@ LLM-optimized validation orchestration for vibe coding. [vibe-validate](https://
6
6
 
7
7
  ## Install
8
8
 
9
- ### For yourself (user-level)
9
+ ### From the terminal
10
10
 
11
11
  ```bash
12
12
  claude plugin marketplace add jdutton/vibe-validate#claude-marketplace
13
13
  claude plugin install vibe-validate@vibe-validate
14
14
  ```
15
15
 
16
+ ### From within Claude Code
17
+
18
+ ```
19
+ /plugin marketplace add jdutton/vibe-validate#claude-marketplace
20
+ /plugin install vibe-validate@vibe-validate
21
+ ```
22
+
16
23
  ### For your project (shared with team)
17
24
 
25
+ Add `--scope project` to write to `.claude/settings.json` (committed to git). Team members who clone the repo will be prompted to install the marketplace automatically.
26
+
18
27
  ```bash
19
28
  claude plugin marketplace add jdutton/vibe-validate#claude-marketplace --scope project
20
29
  claude plugin install vibe-validate@vibe-validate
21
30
  ```
22
31
 
23
- Project-scope writes to `.claude/settings.json` (committed to git). Team members
24
- who clone the repo will be prompted to install the marketplace automatically.
25
-
26
32
  ### Update
27
33
 
28
34
  ```bash
@@ -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",
4
+ "version": "0.19.3-rc.1",
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 # Tracks vibe-validate package version
3
+ version: 0.19.3-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:
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: vibe-validate
3
- version: 0.19.2 # Tracks vibe-validate package version
3
+ version: 0.19.3-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:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vibe-validate",
3
- "version": "0.19.2",
3
+ "version": "0.19.3-rc.1",
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.2",
66
- "@vibe-validate/utils": "0.19.2"
65
+ "@vibe-validate/cli": "0.19.3-rc.1",
66
+ "@vibe-validate/utils": "0.19.3-rc.1"
67
67
  },
68
68
  "devDependencies": {
69
69
  "@types/node": "^20.19.26",