@aliou/pi-guardrails 0.2.0 → 0.2.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 +4 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  Security hooks to prevent potentially dangerous operations.
4
4
 
5
+ ## Demo
6
+
7
+ <video src="https://assets.aliou.me/pi-extensions/2026-01-26-guardrails-demo.mp4" controls playsinline muted></video>
8
+
5
9
  ## Installation
6
10
 
7
11
  Install via the pi-extensions package:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aliou/pi-guardrails",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "keywords": [
@@ -28,7 +28,7 @@
28
28
  "README.md"
29
29
  ],
30
30
  "peerDependencies": {
31
- "@mariozechner/pi-coding-agent": ">=0.49.0",
32
- "@mariozechner/pi-tui": ">=0.49.0"
31
+ "@mariozechner/pi-coding-agent": "0.50.0",
32
+ "@mariozechner/pi-tui": "0.50.0"
33
33
  }
34
34
  }