rhachet-roles-bhuild 0.5.4 → 0.5.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.
@@ -0,0 +1,28 @@
1
+ research the claims available in order to fulfill
2
+ - this wish $BEHAVIOR_DIR_REL/0.wish.md
3
+ - this vision $BEHAVIOR_DIR_REL/1.vision.md (if declared)
4
+ - this criteria $BEHAVIOR_DIR_REL/2.criteria.md (if declared)
5
+
6
+ specifically
7
+ - what are the facts that we can discover, relevant to this wish & vision & criteria?
8
+ - what are the questions and assumptions we can websearch to find worldwide thoughts on?
9
+
10
+ ---
11
+
12
+ use web search to discover and research
13
+ - cite every claim
14
+ - number each citation
15
+ - clone exact quotes from each citation
16
+
17
+ explicitly label each claim found from research as either
18
+ - a [FACT] = an indisputable, immutable truth
19
+ or
20
+ - a [SUMP] = an assumption, that someone has made, either explicitly or implicitly
21
+ or
22
+ - a [KHUE] = an open question, that we too should consider
23
+ or
24
+ - a [OPIN] = an opinion, a subjective declaration, that we should consider
25
+
26
+ ---
27
+
28
+ emit into $BEHAVIOR_DIR_REL/3.1.research.claims._.v1.i1.md
@@ -0,0 +1,19 @@
1
+ research the templatest available in order to fulfill
2
+ - this wish $BEHAVIOR_DIR_REL/0.wish.md
3
+ - this vision $BEHAVIOR_DIR_REL/1.vision.md (if declared)
4
+ - this criteria $BEHAVIOR_DIR_REL/2.criteria.md (if declared)
5
+
6
+ specifically
7
+ - what are the key patterns from each template?
8
+ - how do they relate to the wish
9
+
10
+ ---
11
+
12
+ use web search or the gh api to enumerate the contents of the templatest
13
+ - cite every claim
14
+ - number each citation
15
+ - clone exact quotes from each citation
16
+
17
+ ---
18
+
19
+ emit into $BEHAVIOR_DIR_REL/3.1.research.templates._.v1.i1.md
@@ -4,7 +4,9 @@ distill the declastruct domain.objects and domain.operations that would
4
4
  - this vision $BEHAVIOR_DIR_REL/1.vision.md (if declared)
5
5
  - this criteria $BEHAVIOR_DIR_REL/2.criteria.blackbox.md (if declared)
6
6
  - given the research declared here
7
+ - $BEHAVIOR_DIR_REL/3.1.research.claims._.v1.i1.md (if declared)
7
8
  - $BEHAVIOR_DIR_REL/3.1.research.domain._.v1.i1.md (if declared)
9
+ - $BEHAVIOR_DIR_REL/3.1.research.templates._.v1.i1.md (if declared)
8
10
 
9
11
  procedure
10
12
  1. declare the usecases and envision the contract that would be used to fulfill the usecases
@@ -21,7 +21,9 @@ reference the below for full context
21
21
  - $BEHAVIOR_DIR_REL/1.vision.md (if declared)
22
22
  - $BEHAVIOR_DIR_REL/2.criteria.blackbox.md (if declared)
23
23
  - $BEHAVIOR_DIR_REL/2.criteria.blueprint.md (if declared)
24
+ - $BEHAVIOR_DIR_REL/3.1.research.claims._.v1.i1.md (if declared)
24
25
  - $BEHAVIOR_DIR_REL/3.1.research.domain._.v1.i1.md (if declared)
26
+ - $BEHAVIOR_DIR_REL/3.1.research.templates._.v1.i1.md (if declared)
25
27
  - $BEHAVIOR_DIR_REL/3.2.distill.domain._.v1.i1.md (if declared)
26
28
 
27
29
  ---
@@ -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.4",
5
+ "version": "0.5.6",
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",