rhachet-roles-bhuild 0.21.2 → 0.21.4

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 (26) hide show
  1. package/dist/domain.operations/behavior/init/templates/1.vision.guard.heavy +1 -1
  2. package/dist/domain.operations/behavior/init/templates/1.vision.guard.light +1 -1
  3. package/dist/domain.operations/behavior/init/templates/3.3.1.blueprint.product.guard.heavy +7 -7
  4. package/dist/domain.operations/behavior/init/templates/3.3.1.blueprint.product.guard.light +7 -7
  5. package/dist/domain.operations/behavior/init/templates/5.1.execution.from_vision.guard +7 -7
  6. package/dist/domain.operations/behavior/init/templates/5.1.execution.from_vision.stone +1 -1
  7. package/dist/domain.operations/behavior/init/templates/5.1.execution.phase0_to_phaseN.guard +8 -8
  8. package/dist/domain.operations/behavior/init/templates/5.1.execution.phase0_to_phaseN.stone +1 -1
  9. package/dist/domain.operations/behavior/init/templates/5.3.verification.guard +3 -3
  10. package/dist/domain.operations/behavior/init/templates/5.5.playtest.guard +1 -1
  11. package/dist/domain.operations/behavior/init/templates/refs/template.[feedback].v1.[given].by_human.md +1 -1
  12. package/dist/domain.operations/dreamer/dreams/genDreamDir.js +2 -2
  13. package/dist/domain.roles/behaver/briefs/practices/behavior.blueprint/rule.require.test-coverage-specified.md +1 -1
  14. package/dist/domain.roles/behaver/getBehaverRole.js +1 -1
  15. package/dist/domain.roles/behaver/getBehaverRole.js.map +1 -1
  16. package/dist/domain.roles/behaver/skills/feedback.give.sh +4 -4
  17. package/dist/domain.roles/behaver/skills/feedback.take.get.sh +3 -3
  18. package/dist/domain.roles/behaver/skills/feedback.take.set.sh +2 -2
  19. package/dist/domain.roles/behaver/skills/give.feedback.sh +1 -1
  20. package/dist/domain.roles/decomposer/getDecomposerRole.js +1 -1
  21. package/dist/domain.roles/decomposer/getDecomposerRole.js.map +1 -1
  22. package/dist/domain.roles/dispatcher/getDispatcherRole.js +1 -1
  23. package/dist/domain.roles/dispatcher/getDispatcherRole.js.map +1 -1
  24. package/dist/domain.roles/dreamer/getDreamerRole.js +1 -1
  25. package/dist/domain.roles/dreamer/getDreamerRole.js.map +1 -1
  26. package/package.json +5 -6
@@ -5,7 +5,7 @@
5
5
  # the process needs to halt here for human review
6
6
 
7
7
  judges:
8
- - npx rhachet run --repo bhrain --skill route.stone.judge --mechanism approved? --stone $stone --route $route
8
+ - ./node_modules/.bin/rhachet run --repo bhrain --skill route.stone.judge --mechanism approved? --stone $stone --route $route
9
9
 
10
10
  reviews:
11
11
  self:
@@ -5,7 +5,7 @@
5
5
  # the process needs to halt here for human review
6
6
 
7
7
  judges:
8
- - npx rhachet run --repo bhrain --skill route.stone.judge --mechanism approved? --stone $stone --route $route
8
+ - ./node_modules/.bin/rhachet run --repo bhrain --skill route.stone.judge --mechanism approved? --stone $stone --route $route
9
9
 
10
10
  reviews:
11
11
  self:
@@ -513,12 +513,12 @@ reviews:
513
513
  fix all gaps before you continue.
514
514
 
515
515
  peer:
516
- - npx rhachet run --repo bhrain --skill review --rules '.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.{prod,test}/pitofsuccess.errors/rule.*.md' --diffs since-main --paths-with '$route/3.3.blueprint.*.md' --join intersect --output '$route/.reviews/$stone.peer-review.failhides.md' --mode hard
517
- - npx rhachet enroll claude --roles behaver,architect,mechanic -p "review the blueprint at $route/$stone.md for architectural gaps and defects. emit BLOCKERS and NITPICKS."
518
- - npx rhachet enroll claude --roles behaver,architect,mechanic -p "review diff for architectural scope leak, decompose to reuse opportunities, and other arch smells. emit BLOCKERS and NITPICKS."
519
- - npx rhachet enroll claude --roles behaver,ergonomist,mechanic -p "review the blueprint for snapshot coverage on contract endpoints and acceptance test user journey coverage. emit BLOCKERS and NITPICKS."
520
- - npx rhachet enroll claude --roles behaver,ergonomist,mechanic -p "review the blueprint for experiential and visual blemishes in snapshotted acceptance test journeys. emit BLOCKERS and NITPICKS."
516
+ - ./node_modules/.bin/rhachet run --repo bhrain --skill review --rules '.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.{prod,test}/pitofsuccess.errors/rule.*.md' --diffs since-main --paths-with '$route/3.3.blueprint.*.md' --join intersect --output '$route/.reviews/$stone.peer-review.failhides.md' --mode hard
517
+ - ./node_modules/.bin/rhachet enroll claude --roles behaver,architect,mechanic -p "review the blueprint at $route/$stone.md for architectural gaps and defects. emit BLOCKERS and NITPICKS."
518
+ - ./node_modules/.bin/rhachet enroll claude --roles behaver,architect,mechanic -p "review diff for architectural scope leak, decompose to reuse opportunities, and other arch smells. emit BLOCKERS and NITPICKS."
519
+ - ./node_modules/.bin/rhachet enroll claude --roles behaver,ergonomist,mechanic -p "review the blueprint for snapshot coverage on contract endpoints and acceptance test user journey coverage. emit BLOCKERS and NITPICKS."
520
+ - ./node_modules/.bin/rhachet enroll claude --roles behaver,ergonomist,mechanic -p "review the blueprint for experiential and visual blemishes in snapshotted acceptance test journeys. emit BLOCKERS and NITPICKS."
521
521
 
522
522
  judges:
523
- - npx rhachet run --repo bhrain --skill route.stone.judge --mechanism reviewed? --stone $stone --route $route --allow-blockers 0 --allow-nitpicks 3
524
- - npx rhachet run --repo bhrain --skill route.stone.judge --mechanism approved? --stone $stone --route $route
523
+ - ./node_modules/.bin/rhachet run --repo bhrain --skill route.stone.judge --mechanism reviewed? --stone $stone --route $route --allow-blockers 0 --allow-nitpicks 3
524
+ - ./node_modules/.bin/rhachet run --repo bhrain --skill route.stone.judge --mechanism approved? --stone $stone --route $route
@@ -461,12 +461,12 @@ reviews:
461
461
  fix all gaps before you continue.
462
462
 
463
463
  peer:
464
- - npx rhachet run --repo bhrain --skill review --rules '.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.{prod,test}/pitofsuccess.errors/rule.*.md' --diffs since-main --paths-with '$route/3.3.blueprint.*.md' --join intersect --output '$route/.reviews/$stone.peer-review.failhides.md' --mode hard
465
- - npx rhachet enroll claude --roles behaver,architect,mechanic -p "review the blueprint at $route/$stone.md for architectural gaps and defects. emit BLOCKERS and NITPICKS."
466
- - npx rhachet enroll claude --roles behaver,architect,mechanic -p "review diff for architectural scope leak, decompose to reuse opportunities, and other arch smells. emit BLOCKERS and NITPICKS."
467
- - npx rhachet enroll claude --roles behaver,ergonomist,mechanic -p "review the blueprint for snapshot coverage on contract endpoints and acceptance test user journey coverage. emit BLOCKERS and NITPICKS."
468
- - npx rhachet enroll claude --roles behaver,ergonomist,mechanic -p "review the blueprint for experiential and visual blemishes in snapshotted acceptance test journeys. emit BLOCKERS and NITPICKS."
464
+ - ./node_modules/.bin/rhachet run --repo bhrain --skill review --rules '.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.{prod,test}/pitofsuccess.errors/rule.*.md' --diffs since-main --paths-with '$route/3.3.blueprint.*.md' --join intersect --output '$route/.reviews/$stone.peer-review.failhides.md' --mode hard
465
+ - ./node_modules/.bin/rhachet enroll claude --roles behaver,architect,mechanic -p "review the blueprint at $route/$stone.md for architectural gaps and defects. emit BLOCKERS and NITPICKS."
466
+ - ./node_modules/.bin/rhachet enroll claude --roles behaver,architect,mechanic -p "review diff for architectural scope leak, decompose to reuse opportunities, and other arch smells. emit BLOCKERS and NITPICKS."
467
+ - ./node_modules/.bin/rhachet enroll claude --roles behaver,ergonomist,mechanic -p "review the blueprint for snapshot coverage on contract endpoints and acceptance test user journey coverage. emit BLOCKERS and NITPICKS."
468
+ - ./node_modules/.bin/rhachet enroll claude --roles behaver,ergonomist,mechanic -p "review the blueprint for experiential and visual blemishes in snapshotted acceptance test journeys. emit BLOCKERS and NITPICKS."
469
469
 
470
470
  judges:
471
- - npx rhachet run --repo bhrain --skill route.stone.judge --mechanism reviewed? --stone $stone --route $route --allow-blockers 0 --allow-nitpicks 3
472
- - npx rhachet run --repo bhrain --skill route.stone.judge --mechanism approved? --stone $stone --route $route
471
+ - ./node_modules/.bin/rhachet run --repo bhrain --skill route.stone.judge --mechanism reviewed? --stone $stone --route $route --allow-blockers 0 --allow-nitpicks 3
472
+ - ./node_modules/.bin/rhachet run --repo bhrain --skill route.stone.judge --mechanism approved? --stone $stone --route $route
@@ -153,12 +153,12 @@ reviews:
153
153
  fix all gaps before you continue.
154
154
 
155
155
  peer:
156
- - npx rhachet run --repo bhrain --skill review --rules '.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.{prod,test}/pitofsuccess.errors/rule.*.md' --diffs since-main --paths-with 'src/**/*.ts' --join intersect --output '$route/.reviews/$stone.peer-review.failhides.md' --mode hard
157
- - npx rhachet enroll claude --roles behaver,architect,mechanic -p "review the diff for architectural gaps and defects. emit BLOCKERS and NITPICKS."
158
- - npx rhachet enroll claude --roles behaver,architect,mechanic -p "review diff for architectural scope leak, decompose to reuse opportunities, and other arch smells. emit BLOCKERS and NITPICKS."
159
- - npx rhachet enroll claude --roles behaver,ergonomist,mechanic -p "review the diff for snapshot coverage on contract endpoints and acceptance test user journey coverage. emit BLOCKERS and NITPICKS."
160
- - npx rhachet enroll claude --roles behaver,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 behaver,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."
156
+ - ./node_modules/.bin/rhachet run --repo bhrain --skill review --rules '.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.{prod,test}/pitofsuccess.errors/rule.*.md' --diffs since-main --paths-with 'src/**/*.ts' --join intersect --output '$route/.reviews/$stone.peer-review.failhides.md' --mode hard
157
+ - ./node_modules/.bin/rhachet enroll claude --roles behaver,architect,mechanic -p "review the diff for architectural gaps and defects. emit BLOCKERS and NITPICKS."
158
+ - ./node_modules/.bin/rhachet enroll claude --roles behaver,architect,mechanic -p "review diff for architectural scope leak, decompose to reuse opportunities, and other arch smells. emit BLOCKERS and NITPICKS."
159
+ - ./node_modules/.bin/rhachet enroll claude --roles behaver,ergonomist,mechanic -p "review the diff for snapshot coverage on contract endpoints and acceptance test user journey coverage. emit BLOCKERS and NITPICKS."
160
+ - ./node_modules/.bin/rhachet enroll claude --roles behaver,ergonomist,mechanic -p "review the diff for experiential and visual blemishes in snapshotted acceptance test journeys. emit BLOCKERS and NITPICKS."
161
+ - ./node_modules/.bin/rhachet enroll claude --roles behaver,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."
162
162
 
163
163
  judges:
164
- - npx rhachet run --repo bhrain --skill route.stone.judge --mechanism reviewed? --stone $stone --route $route --allow-blockers 0 --allow-nitpicks 3
164
+ - ./node_modules/.bin/rhachet run --repo bhrain --skill route.stone.judge --mechanism reviewed? --stone $stone --route $route --allow-blockers 0 --allow-nitpicks 3
@@ -1,4 +1,4 @@
1
- bootup your mechanic's role via `npx rhachet roles boot --repo ehmpathy --role mechanic`
1
+ bootup your mechanic's role via `./node_modules/.bin/rhachet roles boot --repo ehmpathy --role mechanic`
2
2
 
3
3
  then, execute the vision directly
4
4
  - $BEHAVIOR_DIR_REL/1.vision.md
@@ -157,13 +157,13 @@ reviews:
157
157
  fix all gaps before you continue.
158
158
 
159
159
  peer:
160
- - npx rhachet run --repo bhrain --skill review --rules '.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.{prod,test}/pitofsuccess.errors/rule.*.md' --diffs since-main --paths-with 'src/**/*' --join intersect --output '$route/.reviews/$stone.peer-review.failhides.md' --mode hard
161
- - npx rhachet run --repo bhrain --skill review --rules '.agent/repo=ehmpathy/role=architect/briefs/practices/rule.{forbid.decode-friction-in-orchestrators,require.orchestrators-as-narrative}.md' --rules '.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.prod/readable.narrative/rule.{forbid.inline-decode-friction,require.named-transforms}.md' --refs '.agent/repo=ehmpathy/role=architect/briefs/practices/{define.domain-operation-grains,philosophy.transform-orchestrator-separation.[philosophy]}.md' --diffs since-main --paths-with 'src/**/*' --paths-without '**/*.test.ts' --join intersect --output '$route/.reviews/$stone.peer-review.decode-friction.md' --mode hard
162
- - npx rhachet enroll claude --roles behaver,architect,mechanic -p "review the diff for architectural gaps and defects. emit BLOCKERS and NITPICKS."
163
- - npx rhachet enroll claude --roles behaver,architect,mechanic -p "review diff for architectural scope leak, decompose to reuse opportunities, and other arch smells. emit BLOCKERS and NITPICKS."
164
- - npx rhachet enroll claude --roles behaver,ergonomist,mechanic -p "review the diff for snapshot coverage on contract endpoints and acceptance test user journey coverage. emit BLOCKERS and NITPICKS."
165
- - npx rhachet enroll claude --roles behaver,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 behaver,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."
160
+ - ./node_modules/.bin/rhachet run --repo bhrain --skill review --rules '.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.{prod,test}/pitofsuccess.errors/rule.*.md' --diffs since-main --paths-with 'src/**/*' --join intersect --output '$route/.reviews/$stone.peer-review.failhides.md' --mode hard
161
+ - ./node_modules/.bin/rhachet run --repo bhrain --skill review --rules '.agent/repo=ehmpathy/role=architect/briefs/practices/rule.{forbid.decode-friction-in-orchestrators,require.orchestrators-as-narrative}.md' --rules '.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.prod/readable.narrative/rule.{forbid.inline-decode-friction,require.named-transforms}.md' --refs '.agent/repo=ehmpathy/role=architect/briefs/practices/{define.domain-operation-grains,philosophy.transform-orchestrator-separation.[philosophy]}.md' --diffs since-main --paths-with 'src/**/*' --paths-without '**/*.test.ts' --join intersect --output '$route/.reviews/$stone.peer-review.decode-friction.md' --mode hard
162
+ - ./node_modules/.bin/rhachet enroll claude --roles behaver,architect,mechanic -p "review the diff for architectural gaps and defects. emit BLOCKERS and NITPICKS."
163
+ - ./node_modules/.bin/rhachet enroll claude --roles behaver,architect,mechanic -p "review diff for architectural scope leak, decompose to reuse opportunities, and other arch smells. emit BLOCKERS and NITPICKS."
164
+ - ./node_modules/.bin/rhachet enroll claude --roles behaver,ergonomist,mechanic -p "review the diff for snapshot coverage on contract endpoints and acceptance test user journey coverage. emit BLOCKERS and NITPICKS."
165
+ - ./node_modules/.bin/rhachet enroll claude --roles behaver,ergonomist,mechanic -p "review the diff for experiential and visual blemishes in snapshotted acceptance test journeys. emit BLOCKERS and NITPICKS."
166
+ - ./node_modules/.bin/rhachet enroll claude --roles behaver,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."
167
167
 
168
168
  judges:
169
- - npx rhachet run --repo bhrain --skill route.stone.judge --mechanism reviewed? --stone $stone --route $route --allow-blockers 0 --allow-nitpicks 3
169
+ - ./node_modules/.bin/rhachet run --repo bhrain --skill route.stone.judge --mechanism reviewed? --stone $stone --route $route --allow-blockers 0 --allow-nitpicks 3
@@ -1,4 +1,4 @@
1
- bootup your mechanic's role via `npx rhachet roles boot --repo ehmpathy --role mechanic`
1
+ bootup your mechanic's role via `./node_modules/.bin/rhachet roles boot --repo ehmpathy --role mechanic`
2
2
 
3
3
  then, start or continue to execute
4
4
  - phase0 to phaseN
@@ -228,11 +228,11 @@ reviews:
228
228
 
229
229
  peer:
230
230
  # verify contract snapshot exhaustiveness
231
- - npx rhachet run --repo bhrain --skill review --rules '.agent/repo=bhuild/role=behaver/briefs/practices/behavior.verification/rule.require.contract-snapshot-exhaustiveness.md' --diffs since-main --paths-with '{src,blackbox}/**/*.{test,snap}.ts' --join intersect --output '$route/.reviews/$stone.peer-review.contract-snapshots.md' --mode hard
231
+ - ./node_modules/.bin/rhachet run --repo bhrain --skill review --rules '.agent/repo=bhuild/role=behaver/briefs/practices/behavior.verification/rule.require.contract-snapshot-exhaustiveness.md' --diffs since-main --paths-with '{src,blackbox}/**/*.{test,snap}.ts' --join intersect --output '$route/.reviews/$stone.peer-review.contract-snapshots.md' --mode hard
232
232
 
233
233
  # verify external contract integration tests
234
- - npx rhachet run --repo bhrain --skill review --rules '.agent/repo=bhuild/role=behaver/briefs/practices/behavior.verification/rule.require.external-contract-integration-tests.md' --diffs since-main --paths-with '{src,blackbox}/**/*.{test,integration}.ts' --join intersect --output '$route/.reviews/$stone.peer-review.external-contracts.md' --mode hard
234
+ - ./node_modules/.bin/rhachet run --repo bhrain --skill review --rules '.agent/repo=bhuild/role=behaver/briefs/practices/behavior.verification/rule.require.external-contract-integration-tests.md' --diffs since-main --paths-with '{src,blackbox}/**/*.{test,integration}.ts' --join intersect --output '$route/.reviews/$stone.peer-review.external-contracts.md' --mode hard
235
235
 
236
236
  judges:
237
237
  # enforce peer reviews pass with zero blockers
238
- - npx rhachet run --repo bhrain --skill route.stone.judge --mechanism reviewed? --stone $stone --route $route --allow-blockers 0 --allow-nitpicks 0
238
+ - ./node_modules/.bin/rhachet run --repo bhrain --skill route.stone.judge --mechanism reviewed? --stone $stone --route $route --allow-blockers 0 --allow-nitpicks 0
@@ -116,4 +116,4 @@ reviews:
116
116
  you are ready to hand off to foreman approval.
117
117
 
118
118
  judges:
119
- - npx rhachet run --repo bhrain --skill route.stone.judge --mechanism approved? --stone $stone --route $route
119
+ - ./node_modules/.bin/rhachet run --repo bhrain --skill route.stone.judge --mechanism approved? --stone $stone --route $route
@@ -9,7 +9,7 @@ emit your response to the feedback into
9
9
 
10
10
  first, bootup your mechanics briefs again
11
11
 
12
- npx rhachet roles boot --repo ehmpathy --role mechanic
12
+ ./node_modules/.bin/rhachet roles boot --repo ehmpathy --role mechanic
13
13
 
14
14
  ---
15
15
  ---
@@ -34,12 +34,12 @@ this folder catches dreams — transient visions that strike in flow state.
34
34
 
35
35
  catch a dream:
36
36
  \`\`\`sh
37
- npx rhachet run --skill catch.dream --name "my-idea" --open codium
37
+ ./node_modules/.bin/rhachet run --skill catch.dream --name "my-idea" --open codium
38
38
  \`\`\`
39
39
 
40
40
  review dreams: browse this folder
41
41
 
42
- graduate to behavior: \`npx rhachet run --skill init.behavior --name "my-idea"\`
42
+ graduate to behavior: \`./node_modules/.bin/rhachet run --skill init.behavior --name "my-idea"\`
43
43
 
44
44
  🌙
45
45
  `;
@@ -23,7 +23,7 @@
23
23
  - given absent criteria, review warns but continues
24
24
 
25
25
  **acceptance tests**
26
- - npx rhachet run --repo bhuild --skill review.behavior --of valid-behavior
26
+ - ./node_modules/.bin/rhachet run --repo bhuild --skill review.behavior --of valid-behavior
27
27
  - produces feedback files collocated with artifacts
28
28
  .negative:
29
29
  - |
@@ -24,7 +24,7 @@ exports.ROLE_BEHAVER = rhachet_1.Role.build({
24
24
  onBrain: {
25
25
  onBoot: [
26
26
  {
27
- command: 'npx rhachet roles boot --role behaver',
27
+ command: './node_modules/.bin/rhachet roles boot --role behaver',
28
28
  timeout: 'PT10S',
29
29
  },
30
30
  {
@@ -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,IAAI,EAAE,EAAE,GAAG,EAAE,SAAS,GAAG,WAAW,EAAE;IACtC,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
+ {"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,IAAI,EAAE,EAAE,GAAG,EAAE,SAAS,GAAG,WAAW,EAAE;IACtC,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,uDAAuD;oBAChE,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"}
@@ -30,16 +30,16 @@
30
30
  #
31
31
  # .examples:
32
32
  # # open latest feedback (or create v1) for execution artifact
33
- # npx rhachet run --skill feedback.give --against execution
33
+ # ./node_modules/.bin/rhachet run --skill feedback.give --against execution
34
34
  #
35
35
  # # open latest and also open in editor
36
- # npx rhachet run --skill feedback.give --against execution --open codium
36
+ # ./node_modules/.bin/rhachet run --skill feedback.give --against execution --open codium
37
37
  #
38
38
  # # create next version (v2 if v1 exists, etc.)
39
- # npx rhachet run --skill feedback.give --against execution --version ++
39
+ # ./node_modules/.bin/rhachet run --skill feedback.give --against execution --version ++
40
40
  #
41
41
  # # generate feedback for criteria.blackbox with explicit behavior
42
- # npx rhachet run --skill feedback.give --against criteria.blackbox --behavior give-feedback
42
+ # ./node_modules/.bin/rhachet run --skill feedback.give --against criteria.blackbox --behavior give-feedback
43
43
  #
44
44
  # .output:
45
45
  # - creates or finds: ${behaviorDir}/feedback/${artifactFileName}.[feedback].v${version}.[given].by_human.md
@@ -21,13 +21,13 @@
21
21
  #
22
22
  # .examples:
23
23
  # # list all feedback with status
24
- # npx rhachet run --skill feedback.take.get
24
+ # ./node_modules/.bin/rhachet run --skill feedback.take.get
25
25
  #
26
26
  # # list feedback for explicit behavior
27
- # npx rhachet run --skill feedback.take.get --behavior my-feature
27
+ # ./node_modules/.bin/rhachet run --skill feedback.take.get --behavior my-feature
28
28
  #
29
29
  # # hook mode: exit 2 if unresponded feedback exists
30
- # npx rhachet run --skill feedback.take.get --when hook.onStop
30
+ # ./node_modules/.bin/rhachet run --skill feedback.take.get --when hook.onStop
31
31
  #
32
32
  # .output:
33
33
  # - tree-style output with feedback status
@@ -19,13 +19,13 @@
19
19
  #
20
20
  # .examples:
21
21
  # # respond to feedback inline
22
- # npx rhachet run --skill feedback.take.set \
22
+ # ./node_modules/.bin/rhachet run --skill feedback.take.set \
23
23
  # --from ".behavior/v2026_04_09.my-feature/feedback/0.wish.md.[feedback].v1.[given].by_human.md" \
24
24
  # --into ".behavior/v2026_04_09.my-feature/feedback/0.wish.md.[feedback].v1.[taken].by_robot.md" \
25
25
  # --response "acknowledged. will address the feedback."
26
26
  #
27
27
  # # respond via stdin (for multiline responses)
28
- # echo "my response" | npx rhachet run --skill feedback.take.set \
28
+ # echo "my response" | ./node_modules/.bin/rhachet run --skill feedback.take.set \
29
29
  # --from "..." --into "..." --response @stdin
30
30
  #
31
31
  # .output:
@@ -3,7 +3,7 @@
3
3
  # .what = DEPRECATED: backwards compat alias for feedback.give
4
4
  #
5
5
  # .why = preserves backwards compatibility after skill rename
6
- # prefer: npx rhachet run --skill feedback.give
6
+ # prefer: ./node_modules/.bin/rhachet run --skill feedback.give
7
7
  #
8
8
  # .note = this skill dispatches to feedback.give via CLI export
9
9
  ######################################################################
@@ -24,7 +24,7 @@ exports.ROLE_DECOMPOSER = rhachet_1.Role.build({
24
24
  onBrain: {
25
25
  onBoot: [
26
26
  {
27
- command: 'npx rhachet roles boot --role decomposer',
27
+ command: './node_modules/.bin/rhachet roles boot --role decomposer',
28
28
  timeout: 'PT10S',
29
29
  },
30
30
  ],
@@ -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,IAAI,EAAE,EAAE,GAAG,EAAE,SAAS,GAAG,WAAW,EAAE;IACtC,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
+ {"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,IAAI,EAAE,EAAE,GAAG,EAAE,SAAS,GAAG,WAAW,EAAE;IACtC,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,0DAA0D;oBACnE,OAAO,EAAE,OAAO;iBACjB;aACF;YACD,MAAM,EAAE,EAAE;YACV,MAAM,EAAE,EAAE;SACX;KACF;CACF,CAAC,CAAC"}
@@ -23,7 +23,7 @@ exports.ROLE_DISPATCHER = rhachet_1.Role.build({
23
23
  onBrain: {
24
24
  onBoot: [
25
25
  {
26
- command: 'npx rhachet roles boot --role dispatcher',
26
+ command: './node_modules/.bin/rhachet roles boot --role dispatcher',
27
27
  timeout: 'PT10S',
28
28
  },
29
29
  ],
@@ -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,0CAA0C;oBACnD,OAAO,EAAE,OAAO;iBACjB;aACF;YACD,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,0DAA0D;oBACnE,OAAO,EAAE,OAAO;iBACjB;aACF;YACD,MAAM,EAAE,EAAE;YACV,MAAM,EAAE,EAAE;SACX;KACF;CACF,CAAC,CAAC"}
@@ -23,7 +23,7 @@ exports.ROLE_DREAMER = rhachet_1.Role.build({
23
23
  onBrain: {
24
24
  onBoot: [
25
25
  {
26
- command: 'npx rhachet roles boot --role dreamer',
26
+ command: './node_modules/.bin/rhachet roles boot --role dreamer',
27
27
  timeout: 'PT10S',
28
28
  },
29
29
  ],
@@ -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,uCAAuC;oBAChD,OAAO,EAAE,OAAO;iBACjB;aACF;YACD,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,uDAAuD;oBAChE,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.21.2",
5
+ "version": "0.21.4",
6
6
  "repository": "ehmpathy/rhachet-roles-bhuild",
7
7
  "homepage": "https://github.com/ehmpathy/rhachet-roles-bhuild",
8
8
  "keywords": [
@@ -69,8 +69,11 @@
69
69
  "test-fns": "1.15.0",
70
70
  "zod": "4.3.4"
71
71
  },
72
+ "peerDependencies": {
73
+ "rhachet-brains-xai": ">=0.3.3",
74
+ "rhachet-roles-bhrain": ">=0.12.1"
75
+ },
72
76
  "devDependencies": {
73
- "@anthropic-ai/claude-code": "2.0.76",
74
77
  "@biomejs/biome": "2.3.8",
75
78
  "@commitlint/cli": "19.5.0",
76
79
  "@commitlint/config-conventional": "19.5.0",
@@ -100,10 +103,6 @@
100
103
  "typescript": "5.4.5",
101
104
  "yalc": "1.0.0-pre.53"
102
105
  },
103
- "peerDependencies": {
104
- "rhachet-brains-xai": ">=0.3.3",
105
- "rhachet-roles-bhrain": ">=0.12.1"
106
- },
107
106
  "config": {
108
107
  "commitizen": {
109
108
  "path": "./node_modules/cz-conventional-changelog"