rhachet-roles-ehmpathy 1.15.4 → 1.15.5
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.
|
@@ -35,6 +35,13 @@ HOOKS_DIR="$SKILLS_DIR/claude.hooks"
|
|
|
35
35
|
|
|
36
36
|
# SessionStart hooks (order matters - boot first, then notify permissions)
|
|
37
37
|
|
|
38
|
+
"$FINDSERT" \
|
|
39
|
+
--hook-type SessionStart \
|
|
40
|
+
--matcher "*" \
|
|
41
|
+
--command "npx rhachet roles boot --repo .this --role any --if-present" \
|
|
42
|
+
--name "sessionstart.boot" \
|
|
43
|
+
--timeout 60
|
|
44
|
+
|
|
38
45
|
"$FINDSERT" \
|
|
39
46
|
--hook-type SessionStart \
|
|
40
47
|
--matcher "*" \
|
|
@@ -157,7 +157,7 @@
|
|
|
157
157
|
"Bash(git cat-file:*)",
|
|
158
158
|
|
|
159
159
|
// sedreplace - safe bulk find-and-replace on git-tracked files only
|
|
160
|
-
"Bash(
|
|
160
|
+
"Bash(.agent/repo=ehmpathy/role=mechanic/skills/.skills/claude.tools/sedreplace.sh:*)",
|
|
161
161
|
|
|
162
162
|
// npm read operations
|
|
163
163
|
"Bash(npm view:*)",
|
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.5",
|
|
6
6
|
"repository": "ehmpathy/rhachet-roles-ehmpathy",
|
|
7
7
|
"homepage": "https://github.com/ehmpathy/rhachet-roles-ehmpathy",
|
|
8
8
|
"keywords": [
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"helpful-errors": "1.5.3",
|
|
60
60
|
"inquirer": "12.7.0",
|
|
61
61
|
"openai": "5.8.2",
|
|
62
|
-
"rhachet": "1.13.
|
|
62
|
+
"rhachet": "1.13.5",
|
|
63
63
|
"rhachet-artifact": "1.0.0",
|
|
64
64
|
"rhachet-artifact-git": "1.1.0",
|
|
65
65
|
"serde-fns": "1.2.0",
|
|
@@ -87,6 +87,7 @@
|
|
|
87
87
|
"esbuild-register": "3.6.0",
|
|
88
88
|
"husky": "8.0.3",
|
|
89
89
|
"jest": "30.2.0",
|
|
90
|
+
"rhachet-roles-ehmpathy": "1.15.4",
|
|
90
91
|
"test-fns": "1.6.0",
|
|
91
92
|
"tsc-alias": "1.8.10",
|
|
92
93
|
"tsx": "4.20.6",
|