rhachet-roles-ehmpathy 1.15.17 → 1.15.18
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.
|
@@ -26,10 +26,6 @@
|
|
|
26
26
|
"Bash(git reflog delete:*)",
|
|
27
27
|
"Bash(git config:*)",
|
|
28
28
|
|
|
29
|
-
// git mv/rm - use mvsafe.sh and rmsafe.sh instead (repo-constrained)
|
|
30
|
-
"Bash(git mv:*)",
|
|
31
|
-
"Bash(git rm:*)",
|
|
32
|
-
|
|
33
29
|
// "anywrite" commands - CRITICAL SECURITY RISK
|
|
34
30
|
//
|
|
35
31
|
// unlike Claude's native Edit/Write tools which are scoped to the repo,
|
|
@@ -147,6 +143,10 @@
|
|
|
147
143
|
"Bash(mkdir:*)",
|
|
148
144
|
"Bash(pwd)",
|
|
149
145
|
|
|
146
|
+
// git mv/rm are safe - constrained to repo, all changes revertable
|
|
147
|
+
"Bash(git mv:*)",
|
|
148
|
+
"Bash(git rm:*)",
|
|
149
|
+
|
|
150
150
|
// git read-only - all have no write variants
|
|
151
151
|
"Bash(git log:*)",
|
|
152
152
|
"Bash(git status:*)",
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "rhachet-roles-ehmpathy",
|
|
3
3
|
"author": "ehmpathy",
|
|
4
4
|
"description": "empathetic software construction roles and skills, via rhachet",
|
|
5
|
-
"version": "1.15.
|
|
5
|
+
"version": "1.15.18",
|
|
6
6
|
"repository": "ehmpathy/rhachet-roles-ehmpathy",
|
|
7
7
|
"homepage": "https://github.com/ehmpathy/rhachet-roles-ehmpathy",
|
|
8
8
|
"keywords": [
|