@spences10/pi-confirm-destructive 0.0.13 → 0.0.14

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 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -5,7 +5,10 @@
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
+ Stop destructive shell commands before they surprise you.
9
+ `pi-confirm-destructive` adds a Git-aware confirmation layer for
10
+ deletes, resets, force pushes, and other risky actions so agents pause
11
+ before changing or losing work.
9
12
 
10
13
  ## Installation
11
14
 
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.14",
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",