@spences10/pi-confirm-destructive 0.0.14 → 0.0.15

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 +2 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -5,6 +5,8 @@
5
5
  [![npm version](https://img.shields.io/npm/v/@spences10/pi-confirm-destructive?color=CB3837&logo=npm&logoColor=white)](https://www.npmjs.com/package/@spences10/pi-confirm-destructive)
6
6
  [![license](https://img.shields.io/npm/l/@spences10/pi-confirm-destructive)](https://www.npmjs.com/package/@spences10/pi-confirm-destructive)
7
7
 
8
+ ![my-pi package preview](https://raw.githubusercontent.com/spences10/my-pi/main/assets/pi-package-preview.png)
9
+
8
10
  Stop destructive shell commands before they surprise you.
9
11
  `pi-confirm-destructive` adds a Git-aware confirmation layer for
10
12
  deletes, resets, force pushes, and other risky actions so agents pause
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spences10/pi-confirm-destructive",
3
- "version": "0.0.14",
3
+ "version": "0.0.15",
4
4
  "description": "Git-aware Pi guardrail that asks for confirmation before destructive shell actions can change or lose work",
5
5
  "keywords": [
6
6
  "confirm",
@@ -29,10 +29,10 @@
29
29
  "access": "public"
30
30
  },
31
31
  "devDependencies": {
32
- "@earendil-works/pi-coding-agent": "^0.74.1",
32
+ "@earendil-works/pi-coding-agent": "0.75.3",
33
33
  "@types/node": "^25.8.0",
34
34
  "typescript": "^6.0.3",
35
- "vitest": "4.1.5"
35
+ "vitest": "4.1.6"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "@earendil-works/pi-coding-agent": "*"