rhachet-roles-ehmpathy 1.17.19 → 1.17.20

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/package.json +7 -4
  2. package/rhachet.repo.yml +19 -0
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.17.19",
5
+ "version": "1.17.20",
6
6
  "repository": "ehmpathy/rhachet-roles-ehmpathy",
7
7
  "homepage": "https://github.com/ehmpathy/rhachet-roles-ehmpathy",
8
8
  "keywords": [
@@ -16,7 +16,8 @@
16
16
  "node": ">=8.0.0"
17
17
  },
18
18
  "files": [
19
- "/dist"
19
+ "/dist",
20
+ "rhachet.repo.yml"
20
21
  ],
21
22
  "scripts": {
22
23
  "build:ts": "tsc -p ./tsconfig.build.json",
@@ -27,7 +28,9 @@
27
28
  "fix": "npm run fix:format && npm run fix:lint",
28
29
  "build:clean": "chmod -R u+w dist 2>/dev/null; rm -rf dist/",
29
30
  "build:compile": "tsc -p ./tsconfig.build.json && tsc-alias -p ./tsconfig.build.json",
30
- "build:complete": "rsync -a --prune-empty-dirs --include='*/' --exclude='**/.route/**' --exclude='**/.scratch/**' --exclude='**/.behavior/**' --exclude='**/*.test.sh' --include='**/readme.md' --include='**/*.template.md' --include='**/briefs/**/*.md' --include='**/briefs/*.md' --include='**/skills/**/*.sh' --include='**/skills/*.sh' --include='**/skills/**/*.jsonc' --include='**/skills/*.jsonc' --include='**/inits/**/*.sh' --include='**/inits/*.sh' --include='**/inits/**/*.jsonc' --include='**/inits/*.jsonc' --exclude='*' src/ dist/",
31
+ "build:complete:dist": "rsync -a --prune-empty-dirs --include='*/' --exclude='**/.route/**' --exclude='**/.scratch/**' --exclude='**/.behavior/**' --exclude='**/*.test.sh' --include='**/readme.md' --include='**/*.template.md' --include='**/briefs/**/*.md' --include='**/briefs/*.md' --include='**/skills/**/*.sh' --include='**/skills/*.sh' --include='**/skills/**/*.jsonc' --include='**/skills/*.jsonc' --include='**/inits/**/*.sh' --include='**/inits/*.sh' --include='**/inits/**/*.jsonc' --include='**/inits/*.jsonc' --exclude='*' src/ dist/",
32
+ "build:complete:repo": "npx rhachet repo introspect",
33
+ "build:complete": "npm run build:complete:dist && npm run build:complete:repo",
31
34
  "build": "npm run build:clean && npm run build:compile && npm run build:complete --if-present",
32
35
  "test:commits": "LAST_TAG=$(git describe --tags --abbrev=0 @^ 2> /dev/null || git rev-list --max-parents=0 HEAD) && npx commitlint --from $LAST_TAG --to HEAD --verbose",
33
36
  "test:types": "tsc -p ./tsconfig.json --noEmit",
@@ -89,7 +92,7 @@
89
92
  "esbuild-register": "3.6.0",
90
93
  "husky": "8.0.3",
91
94
  "jest": "30.2.0",
92
- "rhachet": "1.21.5",
95
+ "rhachet": "1.22.0",
93
96
  "rhachet-roles-bhrain": "0.5.9",
94
97
  "rhachet-roles-bhuild": "0.6.4",
95
98
  "rhachet-roles-ehmpathy": "link:.",
@@ -0,0 +1,19 @@
1
+ slug: ehmpathy
2
+ readme: dist/domain.roles/readme.md
3
+ roles:
4
+ - slug: architect
5
+ readme: dist/domain.roles/architect/readme.md
6
+ briefs:
7
+ dirs: dist/domain.roles/architect/briefs
8
+ skills:
9
+ dirs: []
10
+ - slug: mechanic
11
+ readme: dist/domain.roles/mechanic/readme.md
12
+ briefs:
13
+ dirs: dist/domain.roles/mechanic/briefs
14
+ skills:
15
+ dirs: dist/domain.roles/mechanic/skills
16
+ inits:
17
+ dirs: dist/domain.roles/mechanic/inits
18
+ exec:
19
+ - dist/domain.roles/mechanic/inits/init.claude.sh