rhachet-roles-bhuild 0.20.0 → 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.
@@ -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?
@@ -158,6 +158,7 @@ reviews:
158
158
  - npx rhachet enroll claude --roles architect,mechanic -p "review diff for architectural scope leak, decompose to reuse opportunities, and other arch smells. emit BLOCKERS and NITPICKS."
159
159
  - npx rhachet enroll claude --roles ergonomist,mechanic -p "review the diff for snapshot coverage on contract endpoints and acceptance test user journey coverage. emit BLOCKERS and NITPICKS."
160
160
  - npx rhachet enroll claude --roles ergonomist,mechanic -p "review the diff for experiential and visual blemishes in snapshotted acceptance test journeys. emit BLOCKERS and NITPICKS."
161
+ - npx rhachet enroll claude --roles architect,mechanic -p "review the current src/ implementation against the wish and vision. identify gaps where requirements are not addressed and omissions where features are missing. emit BLOCKERS and NITPICKS."
161
162
 
162
163
  judges:
163
164
  - npx rhachet run --repo bhrain --skill route.stone.judge --mechanism reviewed? --stone $stone --route $route --allow-blockers 0 --allow-nitpicks 3
@@ -163,6 +163,7 @@ reviews:
163
163
  - npx rhachet enroll claude --roles architect,mechanic -p "review diff for architectural scope leak, decompose to reuse opportunities, and other arch smells. emit BLOCKERS and NITPICKS."
164
164
  - npx rhachet enroll claude --roles ergonomist,mechanic -p "review the diff for snapshot coverage on contract endpoints and acceptance test user journey coverage. emit BLOCKERS and NITPICKS."
165
165
  - npx rhachet enroll claude --roles ergonomist,mechanic -p "review the diff for experiential and visual blemishes in snapshotted acceptance test journeys. emit BLOCKERS and NITPICKS."
166
+ - npx rhachet enroll claude --roles architect,mechanic -p "review the current src/ implementation against the wish and vision. identify gaps where requirements are not addressed and omissions where features are missing. emit BLOCKERS and NITPICKS."
166
167
 
167
168
  judges:
168
169
  - npx rhachet run --repo bhrain --skill route.stone.judge --mechanism reviewed? --stone $stone --route $route --allow-blockers 0 --allow-nitpicks 3
@@ -22,6 +22,10 @@ exports.ROLE_BEHAVER = rhachet_1.Role.build({
22
22
  hooks: {
23
23
  onBrain: {
24
24
  onBoot: [
25
+ {
26
+ command: 'npx rhachet roles boot --role behaver',
27
+ timeout: 'PT10S',
28
+ },
25
29
  {
26
30
  command: './node_modules/.bin/rhachet run --repo bhuild --role behaver --init claude.hooks/sessionstart.boot-behavior',
27
31
  timeout: 'PT10S',
@@ -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,EACL,6GAA6G;oBAC/G,OAAO,EAAE,OAAO;iBACjB;aACF;YACD,MAAM,EAAE,EAAE;YACV,MAAM,EAAE,EAAE;SACX;KACF;CACF,CAAC,CAAC"}
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"}
@@ -19,5 +19,17 @@ exports.ROLE_DECOMPOSER = rhachet_1.Role.build({
19
19
  dirs: { uri: __dirname + '/inits' },
20
20
  exec: [],
21
21
  },
22
+ hooks: {
23
+ onBrain: {
24
+ onBoot: [
25
+ {
26
+ command: 'npx rhachet roles boot --role decomposer',
27
+ timeout: 'PT10S',
28
+ },
29
+ ],
30
+ onTool: [],
31
+ onStop: [],
32
+ },
33
+ },
22
34
  });
23
35
  //# sourceMappingURL=getDecomposerRole.js.map
@@ -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;CACF,CAAC,CAAC"}
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"}
@@ -21,7 +21,12 @@ exports.ROLE_DISPATCHER = rhachet_1.Role.build({
21
21
  },
22
22
  hooks: {
23
23
  onBrain: {
24
- onBoot: [],
24
+ onBoot: [
25
+ {
26
+ command: 'npx rhachet roles boot --role dispatcher',
27
+ timeout: 'PT10S',
28
+ },
29
+ ],
25
30
  onTool: [],
26
31
  onStop: [],
27
32
  },
@@ -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,EAAE;YACV,MAAM,EAAE,EAAE;YACV,MAAM,EAAE,EAAE;SACX;KACF;CACF,CAAC,CAAC"}
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"}
@@ -21,7 +21,12 @@ exports.ROLE_DREAMER = rhachet_1.Role.build({
21
21
  },
22
22
  hooks: {
23
23
  onBrain: {
24
- onBoot: [],
24
+ onBoot: [
25
+ {
26
+ command: 'npx rhachet roles boot --role dreamer',
27
+ timeout: 'PT10S',
28
+ },
29
+ ],
25
30
  onTool: [],
26
31
  onStop: [],
27
32
  },
@@ -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,EAAE;YACV,MAAM,EAAE,EAAE;YACV,MAAM,EAAE,EAAE;SACX;KACF;CACF,CAAC,CAAC"}
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.0",
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,12 +89,12 @@
89
89
  "esbuild-register": "3.6.0",
90
90
  "husky": "8.0.3",
91
91
  "jest": "30.2.0",
92
- "rhachet": "1.39.14",
92
+ "rhachet": "1.40.6",
93
93
  "rhachet-brains-anthropic": "0.4.0",
94
94
  "rhachet-brains-xai": "0.3.3",
95
- "rhachet-roles-bhrain": "0.25.0",
95
+ "rhachet-roles-bhrain": "0.26.1",
96
96
  "rhachet-roles-bhuild": "link:.",
97
- "rhachet-roles-ehmpathy": "1.34.30",
97
+ "rhachet-roles-ehmpathy": "1.34.32",
98
98
  "tsc-alias": "1.8.10",
99
99
  "tsx": "4.20.6",
100
100
  "typescript": "5.4.5",