@spences10/pi-confirm-destructive 0.0.13 → 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 +6 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -5,7 +5,12 @@
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
- Git-aware destructive action guard for the Pi coding agent.
8
+ ![my-pi package preview](https://raw.githubusercontent.com/spences10/my-pi/main/assets/pi-package-preview.png)
9
+
10
+ Stop destructive shell commands before they surprise you.
11
+ `pi-confirm-destructive` adds a Git-aware confirmation layer for
12
+ deletes, resets, force pushes, and other risky actions so agents pause
13
+ before changing or losing work.
9
14
 
10
15
  ## Installation
11
16
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@spences10/pi-confirm-destructive",
3
- "version": "0.0.13",
4
- "description": "Pi extension that confirms destructive actions before they run",
3
+ "version": "0.0.15",
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",
7
7
  "destructive",
@@ -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": "*"