rhachet-roles-ehmpathy 1.15.4 → 1.15.6
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.6",
|
|
6
6
|
"repository": "ehmpathy/rhachet-roles-ehmpathy",
|
|
7
7
|
"homepage": "https://github.com/ehmpathy/rhachet-roles-ehmpathy",
|
|
8
8
|
"keywords": [
|
|
@@ -37,18 +37,19 @@
|
|
|
37
37
|
"test:lint:biome": "biome check --diagnostic-level=error",
|
|
38
38
|
"test:lint:biome:all": "biome check",
|
|
39
39
|
"test:lint": "npm run test:lint:biome && npm run test:lint:deps",
|
|
40
|
-
"test:unit": "jest -c ./jest.unit.config.ts --forceExit --verbose --passWithNoTests $([ -z $THOROUGH ] && echo '--changedSince=main')",
|
|
40
|
+
"test:unit": "jest -c ./jest.unit.config.ts --forceExit --verbose --passWithNoTests $([ -z $THOROUGH ] && echo '--changedSince=main') $([ -n $RESNAP ] && echo '--updateSnapshot')",
|
|
41
41
|
"test:integration": "echo 'todo: release'",
|
|
42
|
-
"test:acceptance:locally": "npm run build && LOCALLY=true jest -c ./jest.acceptance.config.ts --forceExit --verbose --runInBand --passWithNoTests",
|
|
42
|
+
"test:acceptance:locally": "npm run build && LOCALLY=true jest -c ./jest.acceptance.config.ts --forceExit --verbose --runInBand --passWithNoTests $([ -n $RESNAP ] && echo '--updateSnapshot')",
|
|
43
43
|
"test": "npm run test:commits && npm run test:types && npm run test:format && npm run test:lint && npm run test:unit && npm run test:integration && npm run test:acceptance:locally",
|
|
44
|
-
"test:acceptance": "npm run build && jest -c ./jest.acceptance.config.ts --forceExit --verbose --runInBand --passWithNoTests",
|
|
44
|
+
"test:acceptance": "npm run build && jest -c ./jest.acceptance.config.ts --forceExit --verbose --runInBand --passWithNoTests $([ -n $RESNAP ] && echo '--updateSnapshot')",
|
|
45
45
|
"prepush": "npm run test && npm run build",
|
|
46
46
|
"prepublish": "npm run build",
|
|
47
47
|
"preversion": "npm run prepush",
|
|
48
48
|
"postversion": "git push origin HEAD --tags --no-verify",
|
|
49
|
-
"prepare:husky": "
|
|
50
|
-
"prepare": "[ -e .git ] && npm run prepare:husky
|
|
51
|
-
"test:format:biome": "biome format"
|
|
49
|
+
"prepare:husky": "husky install && chmod ug+x .husky/*",
|
|
50
|
+
"prepare": "if [ -e .git ] && [ -z $CI ]; then npm run prepare:husky && npm run prepare:rhachet; fi",
|
|
51
|
+
"test:format:biome": "biome format",
|
|
52
|
+
"prepare:rhachet": "rhachet init --force && rhachet roles link --role mechanic && .agent/repo=ehmpathy/role=mechanic/skills/.skills/init.claude.sh"
|
|
52
53
|
},
|
|
53
54
|
"dependencies": {
|
|
54
55
|
"@ehmpathy/as-command": "1.0.3",
|
|
@@ -59,7 +60,7 @@
|
|
|
59
60
|
"helpful-errors": "1.5.3",
|
|
60
61
|
"inquirer": "12.7.0",
|
|
61
62
|
"openai": "5.8.2",
|
|
62
|
-
"rhachet": "1.13.
|
|
63
|
+
"rhachet": "1.13.5",
|
|
63
64
|
"rhachet-artifact": "1.0.0",
|
|
64
65
|
"rhachet-artifact-git": "1.1.0",
|
|
65
66
|
"serde-fns": "1.2.0",
|
|
@@ -79,19 +80,22 @@
|
|
|
79
80
|
"@types/jest": "30.0.0",
|
|
80
81
|
"@types/node": "22.15.21",
|
|
81
82
|
"cz-conventional-changelog": "3.3.0",
|
|
82
|
-
"declapract": "0.13.
|
|
83
|
-
"declapract-typescript-ehmpathy": "0.
|
|
84
|
-
"declastruct": "1.7.
|
|
85
|
-
"declastruct-github": "1.0
|
|
83
|
+
"declapract": "0.13.4",
|
|
84
|
+
"declapract-typescript-ehmpathy": "0.46.7",
|
|
85
|
+
"declastruct": "1.7.3",
|
|
86
|
+
"declastruct-github": "1.3.0",
|
|
86
87
|
"depcheck": "1.4.3",
|
|
87
88
|
"esbuild-register": "3.6.0",
|
|
88
89
|
"husky": "8.0.3",
|
|
89
90
|
"jest": "30.2.0",
|
|
91
|
+
"rhachet": "1.13.1",
|
|
92
|
+
"rhachet-roles-ehmpathy": "1.15.4",
|
|
90
93
|
"test-fns": "1.6.0",
|
|
91
94
|
"tsc-alias": "1.8.10",
|
|
92
95
|
"tsx": "4.20.6",
|
|
93
96
|
"typescript": "5.4.5",
|
|
94
|
-
"uuid-fns": "1.0.2"
|
|
97
|
+
"uuid-fns": "1.0.2",
|
|
98
|
+
"yalc": "1.0.0-pre.53"
|
|
95
99
|
},
|
|
96
100
|
"config": {
|
|
97
101
|
"commitizen": {
|