rhachet-roles-bhuild 0.20.1 → 0.20.2
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.
- package/dist/domain.operations/behavior/init/templates/1.vision.guard.heavy +25 -0
- package/dist/domain.operations/behavior/init/templates/1.vision.guard.light +25 -0
- package/dist/domain.operations/behavior/init/templates/1.vision.stone +21 -0
- package/dist/domain.roles/behaver/getBehaverRole.js +1 -1
- package/dist/domain.roles/behaver/getBehaverRole.js.map +1 -1
- package/dist/domain.roles/decomposer/getDecomposerRole.js +1 -1
- package/dist/domain.roles/decomposer/getDecomposerRole.js.map +1 -1
- package/dist/domain.roles/dispatcher/getDispatcherRole.js +1 -1
- package/dist/domain.roles/dispatcher/getDispatcherRole.js.map +1 -1
- package/dist/domain.roles/dreamer/getDreamerRole.js +1 -1
- package/dist/domain.roles/dreamer/getDreamerRole.js.map +1 -1
- package/package.json +2 -2
|
@@ -9,6 +9,31 @@ judges:
|
|
|
9
9
|
|
|
10
10
|
reviews:
|
|
11
11
|
self:
|
|
12
|
+
- slug: has-grounded-in-reality
|
|
13
|
+
say: |
|
|
14
|
+
a junior recently modified files in this repo. we need to carefully
|
|
15
|
+
review the vision due to this.
|
|
16
|
+
|
|
17
|
+
did the junior ground the vision in reality, or make things up?
|
|
18
|
+
|
|
19
|
+
check the groundwork section:
|
|
20
|
+
|
|
21
|
+
for external references (APIs, services, docs):
|
|
22
|
+
- did they actually verify these exist?
|
|
23
|
+
- did they cite what they checked?
|
|
24
|
+
- or did they assume without sanity check?
|
|
25
|
+
|
|
26
|
+
for internal references (extant behavior, patterns, code):
|
|
27
|
+
- did they actually verify what that behavior is?
|
|
28
|
+
- did they verify extant contracts to conform to? (interfaces, types, signatures)
|
|
29
|
+
- did they verify extant vocab to reuse? (domain terms, name patterns)
|
|
30
|
+
- did they verify extant stdouts to match? (CLI output patterns, error formats)
|
|
31
|
+
- did they cite specific files/lines?
|
|
32
|
+
- or did they assume the code works a certain way without verification?
|
|
33
|
+
|
|
34
|
+
this is NOT about exhaustive research — just sanity checks.
|
|
35
|
+
the question is: is this vision coherent with reality, or built on assumptions?
|
|
36
|
+
|
|
12
37
|
- slug: has-questioned-fundamentals
|
|
13
38
|
say: |
|
|
14
39
|
did we reason from first principles or from convention?
|
|
@@ -9,6 +9,31 @@ judges:
|
|
|
9
9
|
|
|
10
10
|
reviews:
|
|
11
11
|
self:
|
|
12
|
+
- slug: has-grounded-in-reality
|
|
13
|
+
say: |
|
|
14
|
+
a junior recently modified files in this repo. we need to carefully
|
|
15
|
+
review the vision due to this.
|
|
16
|
+
|
|
17
|
+
did the junior ground the vision in reality, or make things up?
|
|
18
|
+
|
|
19
|
+
check the groundwork section:
|
|
20
|
+
|
|
21
|
+
for external references (APIs, services, docs):
|
|
22
|
+
- did they actually verify these exist?
|
|
23
|
+
- did they cite what they checked?
|
|
24
|
+
- or did they assume without sanity check?
|
|
25
|
+
|
|
26
|
+
for internal references (extant behavior, patterns, code):
|
|
27
|
+
- did they actually verify what that behavior is?
|
|
28
|
+
- did they verify extant contracts to conform to? (interfaces, types, signatures)
|
|
29
|
+
- did they verify extant vocab to reuse? (domain terms, name patterns)
|
|
30
|
+
- did they verify extant stdouts to match? (CLI output patterns, error formats)
|
|
31
|
+
- did they cite specific files/lines?
|
|
32
|
+
- or did they assume the code works a certain way without verification?
|
|
33
|
+
|
|
34
|
+
this is NOT about exhaustive research — just sanity checks.
|
|
35
|
+
the question is: is this vision coherent with reality, or built on assumptions?
|
|
36
|
+
|
|
12
37
|
- slug: has-questioned-requirements
|
|
13
38
|
say: |
|
|
14
39
|
a junior recently modified files in this repo. we need to carefully
|
|
@@ -42,6 +42,27 @@ specifically,
|
|
|
42
42
|
- what must we validate with the wisher before we proceed?
|
|
43
43
|
- what must we research externally?
|
|
44
44
|
|
|
45
|
+
## groundwork
|
|
46
|
+
|
|
47
|
+
sanity check the vision against reality. NOT exhaustive research — just enough to know the vision isn't built on false assumptions.
|
|
48
|
+
|
|
49
|
+
### external research
|
|
50
|
+
|
|
51
|
+
if the wish references external APIs, services, or docs:
|
|
52
|
+
- did you verify they exist and work the way you assume?
|
|
53
|
+
- cite what you checked (links, key constraints noted)
|
|
54
|
+
- if none referenced, say "none — no external dependencies"
|
|
55
|
+
|
|
56
|
+
### internal research
|
|
57
|
+
|
|
58
|
+
if the wish references extant behavior, patterns, or code:
|
|
59
|
+
- did you verify what that behavior actually is?
|
|
60
|
+
- contracts: interfaces, types, signatures to conform to
|
|
61
|
+
- vocab: domain terms, name patterns to reuse
|
|
62
|
+
- stdouts: CLI output patterns, error formats to match
|
|
63
|
+
- cite what you checked (file paths, line numbers)
|
|
64
|
+
- if none referenced, say "none — no extant behavior extended"
|
|
65
|
+
|
|
45
66
|
## what is awkward?
|
|
46
67
|
|
|
47
68
|
- what feels off or forced?
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getBehaverRole.js","sourceRoot":"","sources":["../../../src/domain.roles/behaver/getBehaverRole.ts"],"names":[],"mappings":";;;AAAA,qCAA+B;AAElB,QAAA,YAAY,GAAS,cAAI,CAAC,KAAK,CAAC;IAC3C,IAAI,EAAE,SAAS;IACf,IAAI,EAAE,SAAS;IACf,OAAO,EAAE,kDAAkD;IAC3D,MAAM,EAAE,EAAE,GAAG,EAAE,SAAS,GAAG,YAAY,EAAE;IACzC,MAAM,EAAE,EAAE;IACV,MAAM,EAAE;QACN,IAAI,EAAE,CAAC,EAAE,GAAG,EAAE,SAAS,GAAG,SAAS,EAAE,CAAC;QACtC,IAAI,EAAE,EAAE;KACT;IACD,MAAM,EAAE;QACN,IAAI,EAAE,CAAC,EAAE,GAAG,EAAE,SAAS,GAAG,SAAS,EAAE,CAAC;KACvC;IACD,KAAK,EAAE;QACL,IAAI,EAAE,EAAE,GAAG,EAAE,SAAS,GAAG,QAAQ,EAAE;QACnC,IAAI,EAAE,EAAE;KACT;IACD,KAAK,EAAE;QACL,OAAO,EAAE;YACP,MAAM,EAAE;gBACN;oBACE,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"getBehaverRole.js","sourceRoot":"","sources":["../../../src/domain.roles/behaver/getBehaverRole.ts"],"names":[],"mappings":";;;AAAA,qCAA+B;AAElB,QAAA,YAAY,GAAS,cAAI,CAAC,KAAK,CAAC;IAC3C,IAAI,EAAE,SAAS;IACf,IAAI,EAAE,SAAS;IACf,OAAO,EAAE,kDAAkD;IAC3D,MAAM,EAAE,EAAE,GAAG,EAAE,SAAS,GAAG,YAAY,EAAE;IACzC,MAAM,EAAE,EAAE;IACV,MAAM,EAAE;QACN,IAAI,EAAE,CAAC,EAAE,GAAG,EAAE,SAAS,GAAG,SAAS,EAAE,CAAC;QACtC,IAAI,EAAE,EAAE;KACT;IACD,MAAM,EAAE;QACN,IAAI,EAAE,CAAC,EAAE,GAAG,EAAE,SAAS,GAAG,SAAS,EAAE,CAAC;KACvC;IACD,KAAK,EAAE;QACL,IAAI,EAAE,EAAE,GAAG,EAAE,SAAS,GAAG,QAAQ,EAAE;QACnC,IAAI,EAAE,EAAE;KACT;IACD,KAAK,EAAE;QACL,OAAO,EAAE;YACP,MAAM,EAAE;gBACN;oBACE,OAAO,EAAE,uCAAuC;oBAChD,OAAO,EAAE,OAAO;iBACjB;gBACD;oBACE,OAAO,EACL,6GAA6G;oBAC/G,OAAO,EAAE,OAAO;iBACjB;aACF;YACD,MAAM,EAAE,EAAE;YACV,MAAM,EAAE,EAAE;SACX;KACF;CACF,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getDecomposerRole.js","sourceRoot":"","sources":["../../../src/domain.roles/decomposer/getDecomposerRole.ts"],"names":[],"mappings":";;;AAAA,qCAA+B;AAElB,QAAA,eAAe,GAAS,cAAI,CAAC,KAAK,CAAC;IAC9C,IAAI,EAAE,YAAY;IAClB,IAAI,EAAE,YAAY;IAClB,OAAO,EAAE,sDAAsD;IAC/D,MAAM,EAAE,EAAE,GAAG,EAAE,SAAS,GAAG,YAAY,EAAE;IACzC,MAAM,EAAE,EAAE;IACV,MAAM,EAAE;QACN,IAAI,EAAE,CAAC,EAAE,GAAG,EAAE,SAAS,GAAG,SAAS,EAAE,CAAC;QACtC,IAAI,EAAE,EAAE;KACT;IACD,MAAM,EAAE;QACN,IAAI,EAAE,CAAC,EAAE,GAAG,EAAE,SAAS,GAAG,SAAS,EAAE,CAAC;KACvC;IACD,KAAK,EAAE;QACL,IAAI,EAAE,EAAE,GAAG,EAAE,SAAS,GAAG,QAAQ,EAAE;QACnC,IAAI,EAAE,EAAE;KACT;IACD,KAAK,EAAE;QACL,OAAO,EAAE;YACP,MAAM,EAAE;gBACN;oBACE,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"getDecomposerRole.js","sourceRoot":"","sources":["../../../src/domain.roles/decomposer/getDecomposerRole.ts"],"names":[],"mappings":";;;AAAA,qCAA+B;AAElB,QAAA,eAAe,GAAS,cAAI,CAAC,KAAK,CAAC;IAC9C,IAAI,EAAE,YAAY;IAClB,IAAI,EAAE,YAAY;IAClB,OAAO,EAAE,sDAAsD;IAC/D,MAAM,EAAE,EAAE,GAAG,EAAE,SAAS,GAAG,YAAY,EAAE;IACzC,MAAM,EAAE,EAAE;IACV,MAAM,EAAE;QACN,IAAI,EAAE,CAAC,EAAE,GAAG,EAAE,SAAS,GAAG,SAAS,EAAE,CAAC;QACtC,IAAI,EAAE,EAAE;KACT;IACD,MAAM,EAAE;QACN,IAAI,EAAE,CAAC,EAAE,GAAG,EAAE,SAAS,GAAG,SAAS,EAAE,CAAC;KACvC;IACD,KAAK,EAAE;QACL,IAAI,EAAE,EAAE,GAAG,EAAE,SAAS,GAAG,QAAQ,EAAE;QACnC,IAAI,EAAE,EAAE;KACT;IACD,KAAK,EAAE;QACL,OAAO,EAAE;YACP,MAAM,EAAE;gBACN;oBACE,OAAO,EAAE,0CAA0C;oBACnD,OAAO,EAAE,OAAO;iBACjB;aACF;YACD,MAAM,EAAE,EAAE;YACV,MAAM,EAAE,EAAE;SACX;KACF;CACF,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getDispatcherRole.js","sourceRoot":"","sources":["../../../src/domain.roles/dispatcher/getDispatcherRole.ts"],"names":[],"mappings":";;;AAAA,qCAA+B;AAElB,QAAA,eAAe,GAAS,cAAI,CAAC,KAAK,CAAC;IAC9C,IAAI,EAAE,YAAY;IAClB,IAAI,EAAE,YAAY;IAClB,OAAO,EAAE,gDAAgD;IACzD,MAAM,EAAE,EAAE,GAAG,EAAE,SAAS,GAAG,YAAY,EAAE;IACzC,MAAM,EAAE,EAAE;IACV,MAAM,EAAE;QACN,IAAI,EAAE,CAAC,EAAE,GAAG,EAAE,SAAS,GAAG,SAAS,EAAE,CAAC;QACtC,IAAI,EAAE,EAAE;KACT;IACD,MAAM,EAAE;QACN,IAAI,EAAE,EAAE;KACT;IACD,KAAK,EAAE;QACL,IAAI,EAAE,EAAE,GAAG,EAAE,SAAS,GAAG,QAAQ,EAAE;QACnC,IAAI,EAAE,EAAE;KACT;IACD,KAAK,EAAE;QACL,OAAO,EAAE;YACP,MAAM,EAAE;gBACN;oBACE,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"getDispatcherRole.js","sourceRoot":"","sources":["../../../src/domain.roles/dispatcher/getDispatcherRole.ts"],"names":[],"mappings":";;;AAAA,qCAA+B;AAElB,QAAA,eAAe,GAAS,cAAI,CAAC,KAAK,CAAC;IAC9C,IAAI,EAAE,YAAY;IAClB,IAAI,EAAE,YAAY;IAClB,OAAO,EAAE,gDAAgD;IACzD,MAAM,EAAE,EAAE,GAAG,EAAE,SAAS,GAAG,YAAY,EAAE;IACzC,MAAM,EAAE,EAAE;IACV,MAAM,EAAE;QACN,IAAI,EAAE,CAAC,EAAE,GAAG,EAAE,SAAS,GAAG,SAAS,EAAE,CAAC;QACtC,IAAI,EAAE,EAAE;KACT;IACD,MAAM,EAAE;QACN,IAAI,EAAE,EAAE;KACT;IACD,KAAK,EAAE;QACL,IAAI,EAAE,EAAE,GAAG,EAAE,SAAS,GAAG,QAAQ,EAAE;QACnC,IAAI,EAAE,EAAE;KACT;IACD,KAAK,EAAE;QACL,OAAO,EAAE;YACP,MAAM,EAAE;gBACN;oBACE,OAAO,EAAE,0CAA0C;oBACnD,OAAO,EAAE,OAAO;iBACjB;aACF;YACD,MAAM,EAAE,EAAE;YACV,MAAM,EAAE,EAAE;SACX;KACF;CACF,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getDreamerRole.js","sourceRoot":"","sources":["../../../src/domain.roles/dreamer/getDreamerRole.ts"],"names":[],"mappings":";;;AAAA,qCAA+B;AAElB,QAAA,YAAY,GAAS,cAAI,CAAC,KAAK,CAAC;IAC3C,IAAI,EAAE,SAAS;IACf,IAAI,EAAE,SAAS;IACf,OAAO,EAAE,+CAA+C;IACxD,MAAM,EAAE,EAAE,GAAG,EAAE,SAAS,GAAG,YAAY,EAAE;IACzC,MAAM,EAAE,EAAE;IACV,MAAM,EAAE;QACN,IAAI,EAAE,CAAC,EAAE,GAAG,EAAE,SAAS,GAAG,SAAS,EAAE,CAAC;QACtC,IAAI,EAAE,EAAE;KACT;IACD,MAAM,EAAE;QACN,IAAI,EAAE,EAAE;KACT;IACD,KAAK,EAAE;QACL,IAAI,EAAE,SAAS;QACf,IAAI,EAAE,EAAE;KACT;IACD,KAAK,EAAE;QACL,OAAO,EAAE;YACP,MAAM,EAAE;gBACN;oBACE,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"getDreamerRole.js","sourceRoot":"","sources":["../../../src/domain.roles/dreamer/getDreamerRole.ts"],"names":[],"mappings":";;;AAAA,qCAA+B;AAElB,QAAA,YAAY,GAAS,cAAI,CAAC,KAAK,CAAC;IAC3C,IAAI,EAAE,SAAS;IACf,IAAI,EAAE,SAAS;IACf,OAAO,EAAE,+CAA+C;IACxD,MAAM,EAAE,EAAE,GAAG,EAAE,SAAS,GAAG,YAAY,EAAE;IACzC,MAAM,EAAE,EAAE;IACV,MAAM,EAAE;QACN,IAAI,EAAE,CAAC,EAAE,GAAG,EAAE,SAAS,GAAG,SAAS,EAAE,CAAC;QACtC,IAAI,EAAE,EAAE;KACT;IACD,MAAM,EAAE;QACN,IAAI,EAAE,EAAE;KACT;IACD,KAAK,EAAE;QACL,IAAI,EAAE,SAAS;QACf,IAAI,EAAE,EAAE;KACT;IACD,KAAK,EAAE;QACL,OAAO,EAAE;YACP,MAAM,EAAE;gBACN;oBACE,OAAO,EAAE,uCAAuC;oBAChD,OAAO,EAAE,OAAO;iBACjB;aACF;YACD,MAAM,EAAE,EAAE;YACV,MAAM,EAAE,EAAE;SACX;KACF;CACF,CAAC,CAAC"}
|
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.20.
|
|
5
|
+
"version": "0.20.2",
|
|
6
6
|
"repository": "ehmpathy/rhachet-roles-bhuild",
|
|
7
7
|
"homepage": "https://github.com/ehmpathy/rhachet-roles-bhuild",
|
|
8
8
|
"keywords": [
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
"esbuild-register": "3.6.0",
|
|
90
90
|
"husky": "8.0.3",
|
|
91
91
|
"jest": "30.2.0",
|
|
92
|
-
"rhachet": "1.40.
|
|
92
|
+
"rhachet": "1.40.6",
|
|
93
93
|
"rhachet-brains-anthropic": "0.4.0",
|
|
94
94
|
"rhachet-brains-xai": "0.3.3",
|
|
95
95
|
"rhachet-roles-bhrain": "0.26.1",
|