protovibe 1.1.8 → 1.1.9

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/README.md +14 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -32,12 +32,26 @@ Before installing ProtoVibe, make sure you have:
32
32
 
33
33
  ## Install
34
34
 
35
+ ProtoVibe is a CLI tool and **must be installed globally** to work:
36
+
35
37
  ```bash
36
38
  npm install -g protovibe
37
39
  ```
38
40
 
41
+ > **Note:** The npm page shows `npm i protovibe` but that is a local install — the `protovibe` command will not be found. Always use the `-g` flag.
42
+
39
43
  ProtoVibe checks for newer versions on every run and updates itself automatically. You only ever need to install it once.
40
44
 
45
+ ### No install? Use npx
46
+
47
+ If you don't want a global install, you can run ProtoVibe directly with npx from any directory:
48
+
49
+ ```bash
50
+ npx protovibe
51
+ ```
52
+
53
+ This always runs the latest version without installing anything permanently.
54
+
41
55
  ---
42
56
 
43
57
  ## How to use it
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "protovibe",
3
- "version": "1.1.8",
3
+ "version": "1.1.9",
4
4
  "description": "A branded CLI platform layer on top of Claude Code",
5
5
  "author": "razorgojo",
6
6
  "license": "MIT",
@@ -40,7 +40,7 @@
40
40
  "@clack/prompts": "^1.1.0",
41
41
  "chalk": "^5.6.2",
42
42
  "ink": "^6.8.0",
43
- "protovibe": "^1.1.7",
43
+ "protovibe": "^1.1.8",
44
44
  "react": "^19.2.4"
45
45
  },
46
46
  "devDependencies": {