node-red-contrib-vectorprime 0.1.39 → 0.1.41

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 +20 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,14 +1,14 @@
1
1
  # node-red-contrib-vectorprime
2
2
 
3
- **VectorPrime Rank** — automatically rank tasks, alerts, or decisions using the VectorPrime Decision Kernel (**Contract v1**).
3
+ **VectorPrime Rank** — rank tasks, alerts, or decisions inside Node-RED using the VectorPrime Decision Kernel (**Contract v1**).
4
4
 
5
- This node helps you pick the **best next action** when you have multiple choices — **without faking certainty**.
5
+ This node helps your flow choose the **best next action** when multiple options compete — **without faking certainty**.
6
6
 
7
7
  ✅ Prioritize tasks
8
8
  ✅ Rank alerts by urgency
9
9
  ✅ Choose the best option from multiple choices
10
10
  ✅ Turn “too many choices” into a safe automation decision state
11
- ✅ Works inside Node-RED flows with 1 click
11
+ ✅ Works inside Node-RED flows with a simple node
12
12
 
13
13
  ---
14
14
 
@@ -37,6 +37,16 @@ Into:
37
37
 
38
38
  ---
39
39
 
40
+ ## Nodes Included
41
+
42
+ - **VectorPrime Config**
43
+ Stores your VectorPrime Base URL + API Key.
44
+
45
+ - **VectorPrime Rank**
46
+ Sends options to VectorPrime (`/v1/kernel/rank`) and returns a ranked result.
47
+
48
+ ---
49
+
40
50
  ## Install
41
51
 
42
52
  ### Option A: Install from the Node-RED palette (recommended)
@@ -48,7 +58,13 @@ Into:
48
58
  6) Click **Install**
49
59
 
50
60
  ### Option B: Install from terminal (Node-RED user directory)
51
- In your Node-RED user directory (usually `C:\Users\mxz\.node-red`):
61
+
62
+ Open your Node-RED user directory:
63
+
64
+ - **Windows:** `C:\Users\<you>\.node-red`
65
+ - **macOS/Linux:** `~/.node-red`
66
+
67
+ Then run:
52
68
 
53
69
  ```bash
54
70
  npm install node-red-contrib-vectorprime
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-red-contrib-vectorprime",
3
- "version": "0.1.39",
3
+ "version": "0.1.41",
4
4
  "description": "Rank tasks, alerts, or actions inside Node-RED when multiple options compete. Choose the safest next step automatically instead of hard-coded rules.",
5
5
  "license": "MIT",
6
6
  "author": "Faisal Khan",