@node9/proxy 1.3.0 → 1.3.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/README.md +13 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -15,6 +15,19 @@ While others try to _guess_ if a prompt is malicious (Semantic Security), Node9
15
15
 
16
16
  ---
17
17
 
18
+ ## Contents
19
+
20
+ | | |
21
+ | ------------------------------------------------- | -------------------------------------------------- |
22
+ | [💎 The Aha Moment](#-the-aha-moment) | [🌐 MCP Gateway](#-mcp-gateway) |
23
+ | [⚡ Key Features](#-key-features) | [🔗 Config Precedence](#-configuration-precedence) |
24
+ | [🎮 Try it Live](#-try-it-live) | [⚙️ Custom Rules](#️-custom-rules-advanced) |
25
+ | [🚀 Quick Start](#-quick-start) | [🖥️ CLI Reference](#️-cli-reference) |
26
+ | [🛡️ How Protection Works](#️-how-protection-works) | [🔧 Troubleshooting](#-troubleshooting) |
27
+ | [🛠 Protection Modes](#-protection-modes) | [🗺️ Roadmap](#️-roadmap) |
28
+
29
+ ---
30
+
18
31
  ## 💎 The "Aha!" Moment
19
32
 
20
33
  **AIs are literal.** When you ask an agent to "Fix my disk space," it might decide to run `docker system prune -af`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@node9/proxy",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "The Sudo Command for AI Agents. Execution Security for Claude Code & MCP.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",