rhachet-roles-bhuild 0.5.3 → 0.5.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.
@@ -0,0 +1,3 @@
1
+ ## 🌲 behaver
2
+
3
+ used to declare clear and testable behaviors that can be reliably built and verified.
@@ -0,0 +1,3 @@
1
+ ## 🍄 decomposer
2
+
3
+ used to decompose large behaviors into focused, independent sub-behaviors.
@@ -0,0 +1,21 @@
1
+ # đŸĻĢ bhuild role registry
2
+
3
+ this registry defines roles used to build systems and solutions.
4
+
5
+ ---
6
+
7
+ ## 🌲 behaver
8
+
9
+ used to declare clear and testable behaviors that can be reliably built and verified.
10
+
11
+ ---
12
+
13
+ ## 💧 dispatcher
14
+
15
+ used to maximize prioritized throughput within a resource bandwidth.
16
+
17
+ ---
18
+
19
+ ## 🍄 decomposer
20
+
21
+ used to decompose large behaviors into focused, independent sub-behaviors.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "rhachet-roles-bhuild",
3
3
  "author": "ehmpathy",
4
4
  "description": "roles for building resilient systems, via rhachet",
5
- "version": "0.5.3",
5
+ "version": "0.5.5",
6
6
  "repository": "ehmpathy/rhachet-roles-bhuild",
7
7
  "homepage": "https://github.com/ehmpathy/rhachet-roles-bhuild",
8
8
  "keywords": [
@@ -30,7 +30,7 @@
30
30
  "fix": "npm run fix:format && npm run fix:lint",
31
31
  "build:clean": "chmod -R u+w dist 2>/dev/null; rm -rf dist/",
32
32
  "build:compile": "tsc -p ./tsconfig.build.json && tsc-alias -p ./tsconfig.build.json",
33
- "build:complete": "rsync -a --prune-empty-dirs --include='*/' --exclude='**/.route/**' --exclude='**/.scratch/**' --exclude='**/.behavior/**' --exclude='**/*.test.sh' --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='**/templates/*' --exclude='*' src/ dist/",
33
+ "build:complete": "rsync -a --prune-empty-dirs --include='*/' --exclude='**/.route/**' --exclude='**/.scratch/**' --exclude='**/.behavior/**' --exclude='**/*.test.sh' --include='**/*.template.md' --include='**/readme.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='**/templates/*' --exclude='*' src/ dist/",
34
34
  "build": "npm run build:clean && npm run build:compile && npm run build:complete --if-present",
35
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",
36
36
  "test:types": "tsc -p ./tsconfig.json --noEmit",
@@ -54,7 +54,7 @@
54
54
  "prepare:rhachet": "rhachet init && rhachet roles link --role mechanic && rhachet roles init --role mechanic"
55
55
  },
56
56
  "dependencies": {
57
- "domain-objects": "0.31.7",
57
+ "domain-objects": "0.31.9",
58
58
  "helpful-errors": "1.5.3",
59
59
  "rhachet-roles-bhrain": "0.5.7",
60
60
  "test-fns": "1.7.2",
@@ -72,7 +72,7 @@
72
72
  "@types/jest": "30.0.0",
73
73
  "@types/node": "22.15.21",
74
74
  "cz-conventional-changelog": "3.3.0",
75
- "declapract": "0.13.4",
75
+ "declapract": "0.13.13",
76
76
  "declapract-typescript-ehmpathy": "0.47.2",
77
77
  "declastruct": "1.7.3",
78
78
  "declastruct-github": "1.3.0",
@@ -80,7 +80,7 @@
80
80
  "esbuild-register": "3.6.0",
81
81
  "husky": "8.0.3",
82
82
  "jest": "30.2.0",
83
- "rhachet": "1.19.12",
83
+ "rhachet": "1.20.5",
84
84
  "rhachet-roles-bhuild": "link:.",
85
85
  "rhachet-roles-ehmpathy": "1.17.9",
86
86
  "tsc-alias": "1.8.10",