@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.
- package/README.md +4 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -5,7 +5,10 @@
|
|
|
5
5
|
[](https://www.npmjs.com/package/@spences10/pi-confirm-destructive)
|
|
6
6
|
[](https://www.npmjs.com/package/@spences10/pi-confirm-destructive)
|
|
7
7
|
|
|
8
|
-
|
|
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.
|
|
4
|
-
"description": "Pi
|
|
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",
|