vbounce-engine 2.5.1 → 2.5.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/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  <p>
7
7
  <a href="https://github.com/sandrinio/v-bounce-engine/blob/main/LICENSE"><img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-yellow.svg"></a>
8
- <a href="https://www.npmjs.com/package/vbounce"><img alt="NPM Version" src="https://img.shields.io/npm/v/vbounce"></a>
8
+ <a href="https://www.npmjs.com/package/vbounce-engine"><img alt="NPM Version" src="https://img.shields.io/npm/v/vbounce-engine"></a>
9
9
  </p>
10
10
 
11
11
  <p>
@@ -21,14 +21,14 @@ Get your new AI team up and running in seconds. No complex setup, no vector data
21
21
 
22
22
  ```bash
23
23
  # 1. Install the framework for your platform of choice
24
- npx vbounce install claude # Claude Code (Full Orchestration)
25
- # Or: npx vbounce install cursor|gemini|codex|vscode
24
+ npx vbounce-engine install claude # Claude Code (Full Orchestration)
25
+ # Or: npx vbounce-engine install cursor|gemini|codex|vscode
26
26
 
27
27
  # 2. Verify your installation
28
- npx vbounce doctor
28
+ npx vbounce-engine doctor
29
29
 
30
30
  # 3. Initialize your first sprint!
31
- npx vbounce sprint init S-01 D-01
31
+ npx vbounce-engine sprint init S-01 D-01
32
32
  ```
33
33
 
34
34
  > **Requirements**: Node.js and a project directory. That's it. One person to set the vision, the AI handles the execution.
@@ -4,7 +4,7 @@
4
4
  > Any modification to `.claude/agents/`, `.vbounce/skills/`, `.vbounce/templates/`, or `.vbounce/scripts/` MUST also update this file.
5
5
  > Run `vbounce doctor` to validate file existence against this manifest.
6
6
 
7
- **Version:** 2.5.1
7
+ **Version:** 2.5.2
8
8
  **Last updated:** 2026-03-25
9
9
 
10
10
  ---
package/brains/CLAUDE.md CHANGED
@@ -58,12 +58,12 @@ Determine which phase you're in from what the human is asking, then load the rig
58
58
  > - **Planning (Phase 1 & 2):** Load `@.vbounce/skills/doc-manager/SKILL.md` + `@.vbounce/skills/product-graph/SKILL.md`
59
59
  > - **Execution (Phase 3):** Load `@.vbounce/skills/agent-team/SKILL.md`
60
60
 
61
- > **On-demand skills:**
62
- > - `/doc` → `@.vbounce/skills/doc-manager/SKILL.md`
63
- > - `/review` → `@.vbounce/skills/vibe-code-review/SKILL.md` — code review
64
- > - `/write-skill` → `@.vbounce/skills/write-skill/SKILL.md` — skill authoring
65
- > - `/improve` → `@.vbounce/skills/improve/SKILL.md` — framework improvement
66
- > - `/react` → `@.vbounce/skills/react-best-practices/SKILL.md` — frontend patterns
61
+ > **On-demand skills** (read the file directly when the user asks — these are NOT slash commands):
62
+ > - "doc"read `@.vbounce/skills/doc-manager/SKILL.md`
63
+ > - "review"read `@.vbounce/skills/vibe-code-review/SKILL.md` — code review
64
+ > - "write-skill"read `@.vbounce/skills/write-skill/SKILL.md` — skill authoring
65
+ > - "improve"read `@.vbounce/skills/improve/SKILL.md` — framework improvement
66
+ > - "react"read `@.vbounce/skills/react-best-practices/SKILL.md` — frontend patterns
67
67
 
68
68
  ## Subagents
69
69
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vbounce-engine",
3
- "version": "2.5.1",
3
+ "version": "2.5.2",
4
4
  "description": "V-Bounce Engine: Turn your AI coding assistant into a full engineering team through structured SDLC skills.",
5
5
  "type": "module",
6
6
  "bin": {