rhachet-roles-bhuild 0.21.13 → 0.21.15
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/access/daos/daoRadioTask/daoRadioTaskViaGhIssues.js +4 -8
- package/dist/access/daos/daoRadioTask/daoRadioTaskViaGhIssues.js.map +1 -1
- package/dist/contract/cli/radioTaskPush.d.ts +2 -1
- package/dist/contract/cli/radioTaskPush.js +11 -2
- package/dist/contract/cli/radioTaskPush.js.map +1 -1
- package/dist/domain.operations/behavior/init/templates/3.3.1.blueprint.product.guard.heavy +62 -27
- package/dist/domain.operations/behavior/init/templates/3.3.1.blueprint.product.guard.light +62 -27
- package/dist/domain.operations/behavior/init/templates/5.1.execution.from_vision.guard +55 -22
- package/dist/domain.operations/behavior/init/templates/5.1.execution.phase0_to_phaseN.guard +55 -22
- package/dist/domain.operations/behavior/init/templates/5.3.verification.guard +53 -25
- package/dist/domain.roles/dispatcher/skills/radio.task.push.sh +3 -1
- package/package.json +3 -3
|
@@ -106,8 +106,7 @@ exports.daoRadioTaskViaGhIssues = {
|
|
|
106
106
|
}
|
|
107
107
|
},
|
|
108
108
|
byUnique: async (input, context) => {
|
|
109
|
-
const
|
|
110
|
-
const repoSlug = `${repo.owner}/${repo.name}`;
|
|
109
|
+
const repoSlug = `${input.repo.owner}/${input.repo.name}`;
|
|
111
110
|
const searchTitle = `🎙️ task - ${input.title}`;
|
|
112
111
|
const json = await runGhCommand(`gh issue list --repo ${repoSlug} --search "${searchTitle} in:title" --state all --json number,title,body,state,assignees,createdAt,author --limit 10`, context);
|
|
113
112
|
const issues = JSON.parse(json);
|
|
@@ -128,8 +127,7 @@ exports.daoRadioTaskViaGhIssues = {
|
|
|
128
127
|
},
|
|
129
128
|
},
|
|
130
129
|
all: async (input, context) => {
|
|
131
|
-
const
|
|
132
|
-
const repoSlug = `${repo.owner}/${repo.name}`;
|
|
130
|
+
const repoSlug = `${input.repo.owner}/${input.repo.name}`;
|
|
133
131
|
const limit = input.limit ?? 100;
|
|
134
132
|
const stateFlag = input.filter?.status === RadioTaskStatus_1.RadioTaskStatus.DELIVERED
|
|
135
133
|
? '--state closed'
|
|
@@ -157,8 +155,7 @@ exports.daoRadioTaskViaGhIssues = {
|
|
|
157
155
|
},
|
|
158
156
|
set: {
|
|
159
157
|
findsert: async (input, context) => {
|
|
160
|
-
const
|
|
161
|
-
const repoSlug = `${repo.owner}/${repo.name}`;
|
|
158
|
+
const repoSlug = `${input.task.repo.owner}/${input.task.repo.name}`;
|
|
162
159
|
// check if task already exists
|
|
163
160
|
const taskFound = await exports.daoRadioTaskViaGhIssues.get.one.byUnique({ repo: input.task.repo, title: input.task.title }, context);
|
|
164
161
|
if (taskFound)
|
|
@@ -184,8 +181,7 @@ exports.daoRadioTaskViaGhIssues = {
|
|
|
184
181
|
}
|
|
185
182
|
},
|
|
186
183
|
upsert: async (input, context) => {
|
|
187
|
-
const
|
|
188
|
-
const repoSlug = `${repo.owner}/${repo.name}`;
|
|
184
|
+
const repoSlug = `${input.task.repo.owner}/${input.task.repo.name}`;
|
|
189
185
|
// check if task exists
|
|
190
186
|
const taskFound = input.task.exid
|
|
191
187
|
? await exports.daoRadioTaskViaGhIssues.get.one.byPrimary({ exid: input.task.exid }, context)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"daoRadioTaskViaGhIssues.js","sourceRoot":"","sources":["../../../../src/access/daos/daoRadioTask/daoRadioTaskViaGhIssues.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"daoRadioTaskViaGhIssues.js","sourceRoot":"","sources":["../../../../src/access/daos/daoRadioTask/daoRadioTaskViaGhIssues.ts"],"names":[],"mappings":"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"}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* --via channel: gh.issues or os.fileops (required)
|
|
7
7
|
* --into target repo as "owner/name" (default: current git repo)
|
|
8
8
|
* --title task title (required for new tasks)
|
|
9
|
-
* --description task description
|
|
9
|
+
* --description task description (supports @stdin to read from pipe)
|
|
10
10
|
* --exid external id for updates
|
|
11
11
|
* --status task status: QUEUED, CLAIMED, DELIVERED
|
|
12
12
|
* --idem idempotency mode: findsert or upsert
|
|
@@ -16,5 +16,6 @@
|
|
|
16
16
|
* radio.task.push --via gh.issues --title "..." --description "..."
|
|
17
17
|
* radio.task.push --via gh.issues --into owner/repo --title "..."
|
|
18
18
|
* radio.task.push --via os.fileops --exid 123 --status CLAIMED
|
|
19
|
+
* echo "detailed task" | radio.task.push --via gh.issues --title "..." --description @stdin
|
|
19
20
|
*/
|
|
20
21
|
export declare const cliRadioTaskPush: () => Promise<void>;
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* --via channel: gh.issues or os.fileops (required)
|
|
8
8
|
* --into target repo as "owner/name" (default: current git repo)
|
|
9
9
|
* --title task title (required for new tasks)
|
|
10
|
-
* --description task description
|
|
10
|
+
* --description task description (supports @stdin to read from pipe)
|
|
11
11
|
* --exid external id for updates
|
|
12
12
|
* --status task status: QUEUED, CLAIMED, DELIVERED
|
|
13
13
|
* --idem idempotency mode: findsert or upsert
|
|
@@ -17,9 +17,11 @@
|
|
|
17
17
|
* radio.task.push --via gh.issues --title "..." --description "..."
|
|
18
18
|
* radio.task.push --via gh.issues --into owner/repo --title "..."
|
|
19
19
|
* radio.task.push --via os.fileops --exid 123 --status CLAIMED
|
|
20
|
+
* echo "detailed task" | radio.task.push --via gh.issues --title "..." --description @stdin
|
|
20
21
|
*/
|
|
21
22
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
22
23
|
exports.cliRadioTaskPush = void 0;
|
|
24
|
+
const fs_1 = require("fs");
|
|
23
25
|
const zod_1 = require("zod");
|
|
24
26
|
const IdempotencyMode_1 = require("../../domain.objects/IdempotencyMode");
|
|
25
27
|
const RadioChannel_1 = require("../../domain.objects/RadioChannel");
|
|
@@ -98,12 +100,19 @@ const cliRadioTaskPush = async () => {
|
|
|
98
100
|
});
|
|
99
101
|
process.exit(2);
|
|
100
102
|
}
|
|
103
|
+
// handle @stdin for description
|
|
104
|
+
const description = (() => {
|
|
105
|
+
const raw = named.description ?? null;
|
|
106
|
+
if (raw === '@stdin')
|
|
107
|
+
return (0, fs_1.readFileSync)(0, 'utf-8').trim();
|
|
108
|
+
return raw;
|
|
109
|
+
})();
|
|
101
110
|
// validate and transform task args
|
|
102
111
|
const task = (0, asPushTaskFromArgs_1.asPushTaskFromArgs)({
|
|
103
112
|
repo,
|
|
104
113
|
exid: named.exid ?? null,
|
|
105
114
|
title: named.title ?? null,
|
|
106
|
-
description
|
|
115
|
+
description,
|
|
107
116
|
status: named.status ?? null,
|
|
108
117
|
});
|
|
109
118
|
// assemble context for channel (may involve auth)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"radioTaskPush.js","sourceRoot":"","sources":["../../../src/contract/cli/radioTaskPush.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"radioTaskPush.js","sourceRoot":"","sources":["../../../src/contract/cli/radioTaskPush.ts"],"names":[],"mappings":"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"}
|
|
@@ -513,33 +513,68 @@ reviews:
|
|
|
513
513
|
fix all gaps before you continue.
|
|
514
514
|
|
|
515
515
|
peer:
|
|
516
|
-
#
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
#
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
516
|
+
# --- level 1: cheap reviewers (run first, in parallel) ---
|
|
517
|
+
|
|
518
|
+
- slug: mech-failhides
|
|
519
|
+
run: $rhx review --repo bhrain --mode hard --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.mech-failhides.md'
|
|
520
|
+
budget: 5
|
|
521
|
+
level: 1
|
|
522
|
+
|
|
523
|
+
- slug: mech-decode-friction
|
|
524
|
+
run: $rhx review --repo bhrain --mode hard --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 '$route/3.3.*.blueprint.*.md' --join intersect --output '$route/.reviews/$stone.peer-review.mech-decode-friction.md'
|
|
525
|
+
budget: 5
|
|
526
|
+
level: 1
|
|
527
|
+
|
|
528
|
+
# --- architect reviews (level 1) ---
|
|
529
|
+
|
|
530
|
+
- slug: arch-opport-decomposition
|
|
531
|
+
run: $rhx review --repo bhrain --mode hard --rules '.agent/repo=bhuild/role=behaver/briefs/practices/behavior.execution/architect/rule.prefer.decomposable-architecture.md' --refs '.agent/repo=ehmpathy/role=architect/briefs/practices/*.md' --refs '.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.prod/evolvable.architecture/*.md.min' --refs '.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.prod/evolvable.procedures/*.md.min' --refs '.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.prod/evolvable.domain.operations/*.md.min' --diffs since-main --paths-with '$route/3.3.*.blueprint.*.md' --join intersect --output '$route/.reviews/$stone.peer-review.arch-opport-decomposition.md'
|
|
532
|
+
budget: 5
|
|
533
|
+
level: 1
|
|
534
|
+
|
|
535
|
+
- slug: arch-smell-scopeleaks
|
|
536
|
+
run: $rhx review --repo bhrain --mode hard --rules '.agent/repo=bhuild/role=behaver/briefs/practices/behavior.execution/architect/rule.forbid.scope-leaks.md' --refs '.agent/repo=ehmpathy/role=architect/briefs/practices/*.md' --refs '.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.prod/evolvable.architecture/*.md.min' --refs '.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.prod/evolvable.procedures/*.md.min' --refs '.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.prod/evolvable.domain.operations/*.md.min' --diffs since-main --paths-with '$route/3.3.*.blueprint.*.md' --join intersect --output '$route/.reviews/$stone.peer-review.arch-smell-scopeleaks.md'
|
|
537
|
+
budget: 5
|
|
538
|
+
level: 1
|
|
539
|
+
|
|
540
|
+
- slug: arch-hazards-maintenance
|
|
541
|
+
run: $rhx review --repo bhrain --mode hard --rules '.agent/repo=bhuild/role=behaver/briefs/practices/behavior.execution/architect/rule.forbid.maintenance-hazards.md' --refs '.agent/repo=ehmpathy/role=architect/briefs/practices/rule.require.solve-at-cause.md' --refs '.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.prod/pitofsuccess.errors/*.md.min' --refs '.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.prod/pitofsuccess.procedures/*.md.min' --refs '.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.prod/pitofsuccess.typedefs/*.md.min' --refs '.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.prod/readable.narrative/*.md.min' --refs '.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.prod/readable.comments/*.md.min' --diffs since-main --paths-with '$route/3.3.*.blueprint.*.md' --join intersect --output '$route/.reviews/$stone.peer-review.arch-hazards-maintenance.md'
|
|
542
|
+
budget: 5
|
|
543
|
+
level: 1
|
|
544
|
+
|
|
545
|
+
- slug: arch-hazards-behavior
|
|
546
|
+
run: $rhx review --repo bhrain --mode hard --rules '.agent/repo=bhuild/role=behaver/briefs/practices/behavior.execution/architect/rule.forbid.behavior-hazards.md' --refs '.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.prod/pitofsuccess.procedures/*.md.min' --refs '.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.prod/evolvable.procedures/*.md.min' --diffs since-main --paths-with '$route/3.3.*.blueprint.*.md' --join intersect --output '$route/.reviews/$stone.peer-review.arch-hazards-behavior.md'
|
|
547
|
+
budget: 5
|
|
548
|
+
level: 1
|
|
549
|
+
|
|
550
|
+
- slug: arch-ambiguous-terms
|
|
551
|
+
run: $rhx review --repo bhrain --mode hard --rules '.agent/repo=bhuild/role=behaver/briefs/practices/behavior.execution/architect/rule.forbid.ambiguous-terms.md' --refs '.agent/repo=ehmpathy/role=architect/briefs/ubiqlang.ambiguous-from-overload.md' --refs '.agent/repo=ehmpathy/role=mechanic/briefs/practices/lang.terms/*.md.min' --diffs since-main --paths-with '$route/3.3.*.blueprint.*.md' --join intersect --output '$route/.reviews/$stone.peer-review.arch-ambiguous-terms.md'
|
|
552
|
+
budget: 5
|
|
553
|
+
level: 1
|
|
554
|
+
|
|
555
|
+
# --- ergonomist reviews (level 1) ---
|
|
556
|
+
|
|
557
|
+
- slug: ergo-acceptance-journey-coverage
|
|
558
|
+
run: $rhx review --repo bhrain --mode hard --rules '.agent/repo=bhuild/role=behaver/briefs/practices/behavior.execution/ergonomist/rule.require.acceptance-journey-coverage.md' --refs '.agent/repo=ehmpathy/role=ergonomist/briefs/*.md' --refs '.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.test/frames.behavior/*.md.min' --refs '.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.test/scope.coverage/*.md' --refs '.agent/repo=bhuild/role=behaver/briefs/practices/behavior.verification/*.md' --diffs since-main --paths-with '$route/3.3.*.blueprint.*.md' --join intersect --output '$route/.reviews/$stone.peer-review.ergo-acceptance-journey-coverage.md'
|
|
559
|
+
budget: 5
|
|
560
|
+
level: 1
|
|
561
|
+
|
|
562
|
+
- slug: ergo-snapshot-visual-blemishes
|
|
563
|
+
run: $rhx review --repo bhrain --mode hard --rules '.agent/repo=bhuild/role=behaver/briefs/practices/behavior.execution/ergonomist/rule.forbid.snapshot-visual-blemishes.md' --refs '.agent/repo=ehmpathy/role=ergonomist/briefs/*.md' --refs '.agent/repo=ehmpathy/role=mechanic/briefs/practices/lang.tones/*.md.min' --refs '.agent/repo=bhuild/role=behaver/briefs/practices/behavior.verification/rule.require.contract-snapshot-exhaustiveness.md' --diffs since-main --paths-with '$route/3.3.*.blueprint.*.md' --join intersect --output '$route/.reviews/$stone.peer-review.ergo-snapshot-visual-blemishes.md'
|
|
564
|
+
budget: 5
|
|
565
|
+
level: 1
|
|
566
|
+
|
|
567
|
+
# --- level 3: expensive reviewers (run after level 1 is terminal) ---
|
|
568
|
+
|
|
569
|
+
- slug: enroll-blueprint-arch-defects
|
|
570
|
+
run: $rhx enroll claude --model sonnet --roles behaver,architect,mechanic -p 'review the current blueprint for architectural defects and omissions; opports to decompose for recompose, prevent scope leaks, and eliminate maintenance and behavior hazards structurally'
|
|
571
|
+
budget: 3
|
|
572
|
+
level: 3
|
|
573
|
+
|
|
574
|
+
- slug: enroll-blueprint-behavior-intent
|
|
575
|
+
run: $rhx enroll claude --model sonnet --roles behaver,architect,mechanic -p 'review the current blueprint for omissions or divergences from the wished and envisioned behavioral intent. in particular flag any ergonomic friction that is unaddressed or friction hazards that are not clearly covered with acceptance tests and snaps'
|
|
576
|
+
budget: 3
|
|
577
|
+
level: 3
|
|
543
578
|
|
|
544
579
|
judges:
|
|
545
580
|
- $rhachet run --repo bhrain --skill route.stone.judge --mechanism reviewed? --stone $stone --route $route --allow-blockers 0 --allow-nitpicks 3
|
|
@@ -461,33 +461,68 @@ reviews:
|
|
|
461
461
|
fix all gaps before you continue.
|
|
462
462
|
|
|
463
463
|
peer:
|
|
464
|
-
#
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
#
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
464
|
+
# --- level 1: cheap reviewers (run first, in parallel) ---
|
|
465
|
+
|
|
466
|
+
- slug: mech-failhides
|
|
467
|
+
run: $rhx review --repo bhrain --mode hard --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.mech-failhides.md'
|
|
468
|
+
budget: 5
|
|
469
|
+
level: 1
|
|
470
|
+
|
|
471
|
+
- slug: mech-decode-friction
|
|
472
|
+
run: $rhx review --repo bhrain --mode hard --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 '$route/3.3.*.blueprint.*.md' --join intersect --output '$route/.reviews/$stone.peer-review.mech-decode-friction.md'
|
|
473
|
+
budget: 5
|
|
474
|
+
level: 1
|
|
475
|
+
|
|
476
|
+
# --- architect reviews (level 1) ---
|
|
477
|
+
|
|
478
|
+
- slug: arch-opport-decomposition
|
|
479
|
+
run: $rhx review --repo bhrain --mode hard --rules '.agent/repo=bhuild/role=behaver/briefs/practices/behavior.execution/architect/rule.prefer.decomposable-architecture.md' --refs '.agent/repo=ehmpathy/role=architect/briefs/practices/*.md' --refs '.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.prod/evolvable.architecture/*.md.min' --refs '.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.prod/evolvable.procedures/*.md.min' --refs '.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.prod/evolvable.domain.operations/*.md.min' --diffs since-main --paths-with '$route/3.3.*.blueprint.*.md' --join intersect --output '$route/.reviews/$stone.peer-review.arch-opport-decomposition.md'
|
|
480
|
+
budget: 5
|
|
481
|
+
level: 1
|
|
482
|
+
|
|
483
|
+
- slug: arch-smell-scopeleaks
|
|
484
|
+
run: $rhx review --repo bhrain --mode hard --rules '.agent/repo=bhuild/role=behaver/briefs/practices/behavior.execution/architect/rule.forbid.scope-leaks.md' --refs '.agent/repo=ehmpathy/role=architect/briefs/practices/*.md' --refs '.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.prod/evolvable.architecture/*.md.min' --refs '.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.prod/evolvable.procedures/*.md.min' --refs '.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.prod/evolvable.domain.operations/*.md.min' --diffs since-main --paths-with '$route/3.3.*.blueprint.*.md' --join intersect --output '$route/.reviews/$stone.peer-review.arch-smell-scopeleaks.md'
|
|
485
|
+
budget: 5
|
|
486
|
+
level: 1
|
|
487
|
+
|
|
488
|
+
- slug: arch-hazards-maintenance
|
|
489
|
+
run: $rhx review --repo bhrain --mode hard --rules '.agent/repo=bhuild/role=behaver/briefs/practices/behavior.execution/architect/rule.forbid.maintenance-hazards.md' --refs '.agent/repo=ehmpathy/role=architect/briefs/practices/rule.require.solve-at-cause.md' --refs '.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.prod/pitofsuccess.errors/*.md.min' --refs '.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.prod/pitofsuccess.procedures/*.md.min' --refs '.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.prod/pitofsuccess.typedefs/*.md.min' --refs '.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.prod/readable.narrative/*.md.min' --refs '.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.prod/readable.comments/*.md.min' --diffs since-main --paths-with '$route/3.3.*.blueprint.*.md' --join intersect --output '$route/.reviews/$stone.peer-review.arch-hazards-maintenance.md'
|
|
490
|
+
budget: 5
|
|
491
|
+
level: 1
|
|
492
|
+
|
|
493
|
+
- slug: arch-hazards-behavior
|
|
494
|
+
run: $rhx review --repo bhrain --mode hard --rules '.agent/repo=bhuild/role=behaver/briefs/practices/behavior.execution/architect/rule.forbid.behavior-hazards.md' --refs '.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.prod/pitofsuccess.procedures/*.md.min' --refs '.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.prod/evolvable.procedures/*.md.min' --diffs since-main --paths-with '$route/3.3.*.blueprint.*.md' --join intersect --output '$route/.reviews/$stone.peer-review.arch-hazards-behavior.md'
|
|
495
|
+
budget: 5
|
|
496
|
+
level: 1
|
|
497
|
+
|
|
498
|
+
- slug: arch-ambiguous-terms
|
|
499
|
+
run: $rhx review --repo bhrain --mode hard --rules '.agent/repo=bhuild/role=behaver/briefs/practices/behavior.execution/architect/rule.forbid.ambiguous-terms.md' --refs '.agent/repo=ehmpathy/role=architect/briefs/ubiqlang.ambiguous-from-overload.md' --refs '.agent/repo=ehmpathy/role=mechanic/briefs/practices/lang.terms/*.md.min' --diffs since-main --paths-with '$route/3.3.*.blueprint.*.md' --join intersect --output '$route/.reviews/$stone.peer-review.arch-ambiguous-terms.md'
|
|
500
|
+
budget: 5
|
|
501
|
+
level: 1
|
|
502
|
+
|
|
503
|
+
# --- ergonomist reviews (level 1) ---
|
|
504
|
+
|
|
505
|
+
- slug: ergo-acceptance-journey-coverage
|
|
506
|
+
run: $rhx review --repo bhrain --mode hard --rules '.agent/repo=bhuild/role=behaver/briefs/practices/behavior.execution/ergonomist/rule.require.acceptance-journey-coverage.md' --refs '.agent/repo=ehmpathy/role=ergonomist/briefs/*.md' --refs '.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.test/frames.behavior/*.md.min' --refs '.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.test/scope.coverage/*.md' --refs '.agent/repo=bhuild/role=behaver/briefs/practices/behavior.verification/*.md' --diffs since-main --paths-with '$route/3.3.*.blueprint.*.md' --join intersect --output '$route/.reviews/$stone.peer-review.ergo-acceptance-journey-coverage.md'
|
|
507
|
+
budget: 5
|
|
508
|
+
level: 1
|
|
509
|
+
|
|
510
|
+
- slug: ergo-snapshot-visual-blemishes
|
|
511
|
+
run: $rhx review --repo bhrain --mode hard --rules '.agent/repo=bhuild/role=behaver/briefs/practices/behavior.execution/ergonomist/rule.forbid.snapshot-visual-blemishes.md' --refs '.agent/repo=ehmpathy/role=ergonomist/briefs/*.md' --refs '.agent/repo=ehmpathy/role=mechanic/briefs/practices/lang.tones/*.md.min' --refs '.agent/repo=bhuild/role=behaver/briefs/practices/behavior.verification/rule.require.contract-snapshot-exhaustiveness.md' --diffs since-main --paths-with '$route/3.3.*.blueprint.*.md' --join intersect --output '$route/.reviews/$stone.peer-review.ergo-snapshot-visual-blemishes.md'
|
|
512
|
+
budget: 5
|
|
513
|
+
level: 1
|
|
514
|
+
|
|
515
|
+
# --- level 3: expensive reviewers (run after level 1 is terminal) ---
|
|
516
|
+
|
|
517
|
+
- slug: enroll-blueprint-arch-defects
|
|
518
|
+
run: $rhx enroll claude --model sonnet --roles behaver,architect,mechanic -p 'review the current blueprint for architectural defects and omissions; opports to decompose for recompose, prevent scope leaks, and eliminate maintenance and behavior hazards structurally'
|
|
519
|
+
budget: 3
|
|
520
|
+
level: 3
|
|
521
|
+
|
|
522
|
+
- slug: enroll-blueprint-behavior-intent
|
|
523
|
+
run: $rhx enroll claude --model sonnet --roles behaver,architect,mechanic -p 'review the current blueprint for omissions or divergences from the wished and envisioned behavioral intent. in particular flag any ergonomic friction that is unaddressed or friction hazards that are not clearly covered with acceptance tests and snaps'
|
|
524
|
+
budget: 3
|
|
525
|
+
level: 3
|
|
491
526
|
|
|
492
527
|
judges:
|
|
493
528
|
- $rhachet run --repo bhrain --skill route.stone.judge --mechanism reviewed? --stone $stone --route $route --allow-blockers 0 --allow-nitpicks 3
|
|
@@ -153,28 +153,61 @@ reviews:
|
|
|
153
153
|
fix all gaps before you continue.
|
|
154
154
|
|
|
155
155
|
peer:
|
|
156
|
-
#
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
#
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
-
|
|
176
|
-
|
|
177
|
-
|
|
156
|
+
# --- level 1: cheap reviewers (run first, in parallel) ---
|
|
157
|
+
|
|
158
|
+
- slug: mech-failhides
|
|
159
|
+
run: $rhx review --repo bhrain --mode hard --rules '.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.{prod,test}/pitofsuccess.errors/rule.*.md' --diffs since-main --paths-with '**/*.ts' --join intersect --output '$route/.reviews/$stone.peer-review.mech-failhides.md'
|
|
160
|
+
budget: 5
|
|
161
|
+
level: 1
|
|
162
|
+
|
|
163
|
+
- slug: mech-decode-friction
|
|
164
|
+
run: $rhx review --repo bhrain --mode hard --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 '**/*.ts' --paths-without '**/*.test.ts' --join intersect --output '$route/.reviews/$stone.peer-review.mech-decode-friction.md'
|
|
165
|
+
budget: 5
|
|
166
|
+
level: 1
|
|
167
|
+
|
|
168
|
+
# --- architect reviews (level 1) ---
|
|
169
|
+
|
|
170
|
+
- slug: arch-opport-decomposition
|
|
171
|
+
run: $rhx review --repo bhrain --mode hard --rules '.agent/repo=bhuild/role=behaver/briefs/practices/behavior.execution/architect/rule.prefer.decomposable-architecture.md' --refs '.agent/repo=ehmpathy/role=architect/briefs/practices/*.md' --refs '.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.prod/evolvable.architecture/*.md.min' --refs '.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.prod/evolvable.procedures/*.md.min' --refs '.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.prod/evolvable.domain.operations/*.md.min' --diffs since-main --paths-with '**/*.ts' --join intersect --output '$route/.reviews/$stone.peer-review.arch-opport-decomposition.md'
|
|
172
|
+
budget: 5
|
|
173
|
+
level: 1
|
|
174
|
+
|
|
175
|
+
- slug: arch-smell-scopeleaks
|
|
176
|
+
run: $rhx review --repo bhrain --mode hard --rules '.agent/repo=bhuild/role=behaver/briefs/practices/behavior.execution/architect/rule.forbid.scope-leaks.md' --refs '.agent/repo=ehmpathy/role=architect/briefs/practices/*.md' --refs '.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.prod/evolvable.architecture/*.md.min' --refs '.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.prod/evolvable.procedures/*.md.min' --refs '.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.prod/evolvable.domain.operations/*.md.min' --diffs since-main --paths-with '**/*.ts' --join intersect --output '$route/.reviews/$stone.peer-review.arch-smell-scopeleaks.md'
|
|
177
|
+
budget: 5
|
|
178
|
+
level: 1
|
|
179
|
+
|
|
180
|
+
- slug: arch-hazards-maintenance
|
|
181
|
+
run: $rhx review --repo bhrain --mode hard --rules '.agent/repo=bhuild/role=behaver/briefs/practices/behavior.execution/architect/rule.forbid.maintenance-hazards.md' --refs '.agent/repo=ehmpathy/role=architect/briefs/practices/rule.require.solve-at-cause.md' --refs '.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.prod/pitofsuccess.errors/*.md.min' --refs '.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.prod/pitofsuccess.procedures/*.md.min' --refs '.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.prod/pitofsuccess.typedefs/*.md.min' --refs '.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.prod/readable.narrative/*.md.min' --refs '.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.prod/readable.comments/*.md.min' --diffs since-main --paths-with '**/*.ts' --join intersect --output '$route/.reviews/$stone.peer-review.arch-hazards-maintenance.md'
|
|
182
|
+
budget: 5
|
|
183
|
+
level: 1
|
|
184
|
+
|
|
185
|
+
- slug: arch-hazards-behavior
|
|
186
|
+
run: $rhx review --repo bhrain --mode hard --rules '.agent/repo=bhuild/role=behaver/briefs/practices/behavior.execution/architect/rule.forbid.behavior-hazards.md' --refs '.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.prod/pitofsuccess.procedures/*.md.min' --refs '.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.prod/evolvable.procedures/*.md.min' --diffs since-main --paths-with '**/*.ts' --join intersect --output '$route/.reviews/$stone.peer-review.arch-hazards-behavior.md'
|
|
187
|
+
budget: 5
|
|
188
|
+
level: 1
|
|
189
|
+
|
|
190
|
+
- slug: behavior-intent-coverage
|
|
191
|
+
run: $rhx review --repo bhrain --mode hard --rules '.agent/repo=bhuild/role=behaver/briefs/practices/behavior.execution/architect/rule.require.behavior-intent-coverage.md' --refs '$route/0.wish.md' --refs '$route/1.vision.yield.md' --refs '.agent/repo=bhuild/role=behaver/briefs/practices/behavior.verification/*.md' --refs '.agent/repo=bhuild/role=behaver/briefs/practices/behavior.criteria/*.md' --refs '.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.test/scope.coverage/*.md' --diffs since-main --paths-with '**/*.ts' --join intersect --output '$route/.reviews/$stone.peer-review.behavior-intent-coverage.md'
|
|
192
|
+
budget: 5
|
|
193
|
+
level: 1
|
|
194
|
+
|
|
195
|
+
- slug: ergo-friction-hazards
|
|
196
|
+
run: $rhx review --repo bhrain --mode hard --rules '.agent/repo=bhuild/role=behaver/briefs/practices/behavior.execution/architect/rule.forbid.friction-hazards.md' --refs '.agent/repo=ehmpathy/role=ergonomist/briefs/*.md' --refs '.agent/repo=ehmpathy/role=mechanic/briefs/practices/lang.tones/*.md.min' --refs '.agent/repo=bhuild/role=behaver/briefs/practices/behavior.verification/*.md' --diffs since-main --paths-with '**/*.ts' --join intersect --output '$route/.reviews/$stone.peer-review.ergo-friction-hazards.md'
|
|
197
|
+
budget: 5
|
|
198
|
+
level: 1
|
|
199
|
+
|
|
200
|
+
# --- level 3: expensive reviewers (run after level 1 is terminal) ---
|
|
201
|
+
|
|
202
|
+
- slug: enroll-impl-behavior-intent
|
|
203
|
+
run: $rhx enroll claude --model sonnet --roles behaver,architect,mechanic -p 'review the current implementation for omissions or divergences from the wished and envisioned behavioral intent. in particular flag any ergonomic friction that is unaddressed or friction hazards that are not clearly covered with acceptance tests and snaps'
|
|
204
|
+
budget: 3
|
|
205
|
+
level: 3
|
|
206
|
+
|
|
207
|
+
- slug: enroll-impl-arch-defects
|
|
208
|
+
run: $rhx enroll claude --model sonnet --roles behaver,architect,mechanic -p 'review the current implementation for architectural defects and omissions; opports to decompose for recompose, prevent scope leaks, and eliminate maintenance and behavior hazards structurally'
|
|
209
|
+
budget: 3
|
|
210
|
+
level: 3
|
|
178
211
|
|
|
179
212
|
judges:
|
|
180
213
|
- $rhachet run --repo bhrain --skill route.stone.judge --mechanism reviewed? --stone $stone --route $route --allow-blockers 0 --allow-nitpicks 3
|
|
@@ -157,28 +157,61 @@ reviews:
|
|
|
157
157
|
fix all gaps before you continue.
|
|
158
158
|
|
|
159
159
|
peer:
|
|
160
|
-
#
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
#
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
-
|
|
180
|
-
|
|
181
|
-
|
|
160
|
+
# --- level 1: cheap reviewers (run first, in parallel) ---
|
|
161
|
+
|
|
162
|
+
- slug: mech-failhides
|
|
163
|
+
run: $rhx review --repo bhrain --mode hard --rules '.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.{prod,test}/pitofsuccess.errors/rule.*.md' --diffs since-main --paths-with '**/*.ts' --join intersect --output '$route/.reviews/$stone.peer-review.mech-failhides.md'
|
|
164
|
+
budget: 5
|
|
165
|
+
level: 1
|
|
166
|
+
|
|
167
|
+
- slug: mech-decode-friction
|
|
168
|
+
run: $rhx review --repo bhrain --mode hard --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 '**/*.ts' --paths-without '**/*.test.ts' --join intersect --output '$route/.reviews/$stone.peer-review.mech-decode-friction.md'
|
|
169
|
+
budget: 5
|
|
170
|
+
level: 1
|
|
171
|
+
|
|
172
|
+
# --- architect reviews (level 1) ---
|
|
173
|
+
|
|
174
|
+
- slug: arch-opport-decomposition
|
|
175
|
+
run: $rhx review --repo bhrain --mode hard --rules '.agent/repo=bhuild/role=behaver/briefs/practices/behavior.execution/architect/rule.prefer.decomposable-architecture.md' --refs '.agent/repo=ehmpathy/role=architect/briefs/practices/*.md' --refs '.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.prod/evolvable.architecture/*.md.min' --refs '.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.prod/evolvable.procedures/*.md.min' --refs '.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.prod/evolvable.domain.operations/*.md.min' --diffs since-main --paths-with '**/*.ts' --join intersect --output '$route/.reviews/$stone.peer-review.arch-opport-decomposition.md'
|
|
176
|
+
budget: 5
|
|
177
|
+
level: 1
|
|
178
|
+
|
|
179
|
+
- slug: arch-smell-scopeleaks
|
|
180
|
+
run: $rhx review --repo bhrain --mode hard --rules '.agent/repo=bhuild/role=behaver/briefs/practices/behavior.execution/architect/rule.forbid.scope-leaks.md' --refs '.agent/repo=ehmpathy/role=architect/briefs/practices/*.md' --refs '.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.prod/evolvable.architecture/*.md.min' --refs '.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.prod/evolvable.procedures/*.md.min' --refs '.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.prod/evolvable.domain.operations/*.md.min' --diffs since-main --paths-with '**/*.ts' --join intersect --output '$route/.reviews/$stone.peer-review.arch-smell-scopeleaks.md'
|
|
181
|
+
budget: 5
|
|
182
|
+
level: 1
|
|
183
|
+
|
|
184
|
+
- slug: arch-hazards-maintenance
|
|
185
|
+
run: $rhx review --repo bhrain --mode hard --rules '.agent/repo=bhuild/role=behaver/briefs/practices/behavior.execution/architect/rule.forbid.maintenance-hazards.md' --refs '.agent/repo=ehmpathy/role=architect/briefs/practices/rule.require.solve-at-cause.md' --refs '.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.prod/pitofsuccess.errors/*.md.min' --refs '.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.prod/pitofsuccess.procedures/*.md.min' --refs '.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.prod/pitofsuccess.typedefs/*.md.min' --refs '.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.prod/readable.narrative/*.md.min' --refs '.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.prod/readable.comments/*.md.min' --diffs since-main --paths-with '**/*.ts' --join intersect --output '$route/.reviews/$stone.peer-review.arch-hazards-maintenance.md'
|
|
186
|
+
budget: 5
|
|
187
|
+
level: 1
|
|
188
|
+
|
|
189
|
+
- slug: arch-hazards-behavior
|
|
190
|
+
run: $rhx review --repo bhrain --mode hard --rules '.agent/repo=bhuild/role=behaver/briefs/practices/behavior.execution/architect/rule.forbid.behavior-hazards.md' --refs '.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.prod/pitofsuccess.procedures/*.md.min' --refs '.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.prod/evolvable.procedures/*.md.min' --diffs since-main --paths-with '**/*.ts' --join intersect --output '$route/.reviews/$stone.peer-review.arch-hazards-behavior.md'
|
|
191
|
+
budget: 5
|
|
192
|
+
level: 1
|
|
193
|
+
|
|
194
|
+
- slug: behavior-intent-coverage
|
|
195
|
+
run: $rhx review --repo bhrain --mode hard --rules '.agent/repo=bhuild/role=behaver/briefs/practices/behavior.execution/architect/rule.require.behavior-intent-coverage.md' --refs '$route/0.wish.md' --refs '$route/1.vision.yield.md' --refs '.agent/repo=bhuild/role=behaver/briefs/practices/behavior.verification/*.md' --refs '.agent/repo=bhuild/role=behaver/briefs/practices/behavior.criteria/*.md' --refs '.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.test/scope.coverage/*.md' --diffs since-main --paths-with '**/*.ts' --join intersect --output '$route/.reviews/$stone.peer-review.behavior-intent-coverage.md'
|
|
196
|
+
budget: 5
|
|
197
|
+
level: 1
|
|
198
|
+
|
|
199
|
+
- slug: ergo-friction-hazards
|
|
200
|
+
run: $rhx review --repo bhrain --mode hard --rules '.agent/repo=bhuild/role=behaver/briefs/practices/behavior.execution/architect/rule.forbid.friction-hazards.md' --refs '.agent/repo=ehmpathy/role=ergonomist/briefs/*.md' --refs '.agent/repo=ehmpathy/role=mechanic/briefs/practices/lang.tones/*.md.min' --refs '.agent/repo=bhuild/role=behaver/briefs/practices/behavior.verification/*.md' --diffs since-main --paths-with '**/*.ts' --join intersect --output '$route/.reviews/$stone.peer-review.ergo-friction-hazards.md'
|
|
201
|
+
budget: 5
|
|
202
|
+
level: 1
|
|
203
|
+
|
|
204
|
+
# --- level 3: expensive reviewers (run after level 1 is terminal) ---
|
|
205
|
+
|
|
206
|
+
- slug: enroll-impl-behavior-intent
|
|
207
|
+
run: $rhx enroll claude --model sonnet --roles behaver,architect,mechanic -p 'review the current implementation for omissions or divergences from the wished and envisioned behavioral intent. in particular flag any ergonomic friction that is unaddressed or friction hazards that are not clearly covered with acceptance tests and snaps'
|
|
208
|
+
budget: 3
|
|
209
|
+
level: 3
|
|
210
|
+
|
|
211
|
+
- slug: enroll-impl-arch-defects
|
|
212
|
+
run: $rhx enroll claude --model sonnet --roles behaver,architect,mechanic -p 'review the current implementation for architectural defects and omissions; opports to decompose for recompose, prevent scope leaks, and eliminate maintenance and behavior hazards structurally'
|
|
213
|
+
budget: 3
|
|
214
|
+
level: 3
|
|
182
215
|
|
|
183
216
|
judges:
|
|
184
217
|
- $rhachet run --repo bhrain --skill route.stone.judge --mechanism reviewed? --stone $stone --route $route --allow-blockers 0 --allow-nitpicks 3
|
|
@@ -227,31 +227,59 @@ reviews:
|
|
|
227
227
|
prove that all items above were addressed — not deferred.
|
|
228
228
|
|
|
229
229
|
peer:
|
|
230
|
-
#
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
230
|
+
# --- level 1: cheap reviewers (run first, in parallel) ---
|
|
231
|
+
|
|
232
|
+
- slug: ergo-contract-snapshots
|
|
233
|
+
run: $rhx review --repo bhrain --mode hard --rules '.agent/repo=bhuild/role=behaver/briefs/practices/behavior.verification/rule.require.contract-snapshot-exhaustiveness.md' --refs '.agent/repo=ehmpathy/role=ergonomist/briefs/*.md' --refs '.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.test/scope.coverage/*.md' --refs '.agent/repo=bhuild/role=behaver/briefs/practices/behavior.verification/*.md' --diffs since-main --paths-with '**/*.ts' --paths-with '**/*.snap' --join intersect --output '$route/.reviews/$stone.peer-review.ergo-contract-snapshots.md'
|
|
234
|
+
budget: 5
|
|
235
|
+
level: 1
|
|
236
|
+
|
|
237
|
+
- slug: mech-external-contracts
|
|
238
|
+
run: $rhx review --repo bhrain --mode hard --rules '.agent/repo=bhuild/role=behaver/briefs/practices/behavior.verification/rule.require.external-contract-integration-tests.md' --refs '.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.test/scope.coverage/*.md' --refs '.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.test/scope.unit/rule.forbid.remote-boundaries.md' --diffs since-main --paths-with '**/*.ts' --paths-with '**/*.snap' --join intersect --output '$route/.reviews/$stone.peer-review.mech-external-contracts.md'
|
|
239
|
+
budget: 5
|
|
240
|
+
level: 1
|
|
241
|
+
|
|
242
|
+
- slug: ergo-acceptance-journey-coverage
|
|
243
|
+
run: $rhx review --repo bhrain --mode hard --rules '.agent/repo=bhuild/role=behaver/briefs/practices/behavior.execution/ergonomist/rule.require.acceptance-journey-coverage.md' --refs '.agent/repo=ehmpathy/role=ergonomist/briefs/*.md' --refs '.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.test/frames.behavior/*.md.min' --refs '.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.test/scope.coverage/*.md' --refs '.agent/repo=bhuild/role=behaver/briefs/practices/behavior.verification/*.md' --diffs since-main --paths-with '**/*.ts' --paths-with '**/*.snap' --join intersect --output '$route/.reviews/$stone.peer-review.ergo-acceptance-journey-coverage.md'
|
|
244
|
+
budget: 5
|
|
245
|
+
level: 1
|
|
246
|
+
|
|
247
|
+
- slug: ergo-snapshot-visual-blemishes
|
|
248
|
+
run: $rhx review --repo bhrain --mode hard --rules '.agent/repo=bhuild/role=behaver/briefs/practices/behavior.execution/ergonomist/rule.forbid.snapshot-visual-blemishes.md' --refs '.agent/repo=ehmpathy/role=ergonomist/briefs/*.md' --refs '.agent/repo=ehmpathy/role=mechanic/briefs/practices/lang.tones/*.md.min' --refs '.agent/repo=bhuild/role=behaver/briefs/practices/behavior.verification/rule.require.contract-snapshot-exhaustiveness.md' --diffs since-main --paths-with '**/*.ts' --paths-with '**/*.snap' --join intersect --output '$route/.reviews/$stone.peer-review.ergo-snapshot-visual-blemishes.md'
|
|
249
|
+
budget: 5
|
|
250
|
+
level: 1
|
|
251
|
+
|
|
252
|
+
- slug: mech-given-when-then
|
|
253
|
+
run: $rhx review --repo bhrain --mode hard --rules '.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.test/frames.behavior/rule.require.given-when-then.md' --refs '.agent/repo=ehmpathy/role=architect/briefs/criteria.given_when_then.[seed].v3.md' --refs '.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.test/frames.behavior/*.md.min' --refs '.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.test/lessons.howto/*.md.min' --diffs since-main --paths-with '**/*.test.ts' --paths-with '**/*.snap' --join intersect --output '$route/.reviews/$stone.peer-review.mech-given-when-then.md'
|
|
254
|
+
budget: 5
|
|
255
|
+
level: 1
|
|
256
|
+
|
|
257
|
+
- slug: mech-test-intent
|
|
258
|
+
run: $rhx review --repo bhrain --mode hard --rules '.agent/repo=bhuild/role=behaver/briefs/practices/behavior.verification/rule.forbid.test-intent-violations.md' --refs '.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.test/scope.coverage/*.md' --refs '.agent/repo=ehmpathy/role=mechanic/briefs/practices/work.flow/refactor/rule.require.review-test-changes.md.min' --diffs since-main --paths-with '**/*.test.ts' --paths-with '**/*.snap' --join intersect --output '$route/.reviews/$stone.peer-review.mech-test-intent.md'
|
|
259
|
+
budget: 5
|
|
260
|
+
level: 1
|
|
261
|
+
|
|
262
|
+
- slug: mech-test-scope-purity
|
|
263
|
+
run: $rhachet run --repo bhrain --skill review --rules '.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.test/scope.coverage/rule.require.test-coverage-by-grain.md,.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.test/scope.unit/rule.forbid.unit.remote-boundaries.md,.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.test/scope.integration/rule.forbid.integration.mocks.md,.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.test/scope.acceptance/rule.forbid.acceptance.mocks.md,.agent/repo=ehmpathy/role=mechanic/briefs/practices/code.test/scope.acceptance/rule.require.acceptance.blackbox.md' --diffs since-main --paths-with '{src,blackbox}/**/*.test.ts' --join intersect --output '$route/.reviews/$stone.peer-review.test-scope-purity.md' --mode hard
|
|
264
|
+
budget: 5
|
|
265
|
+
level: 1
|
|
266
|
+
|
|
267
|
+
# --- level 3: expensive reviewers (run after level 1 is terminal) ---
|
|
268
|
+
|
|
269
|
+
- slug: enroll-verif-snapshot-coverage
|
|
270
|
+
run: $rhx enroll claude --model sonnet --roles behaver,ergonomist,mechanic -p 'review the diff for snapshot coverage on contract endpoints and acceptance test user journey coverage'
|
|
271
|
+
budget: 3
|
|
272
|
+
level: 3
|
|
273
|
+
|
|
274
|
+
- slug: enroll-verif-snapshot-blemishes
|
|
275
|
+
run: $rhx enroll claude --model sonnet --roles behaver,ergonomist,mechanic -p 'review the diff for experiential and visual blemishes in snapshotted acceptance test journeys'
|
|
276
|
+
budget: 3
|
|
277
|
+
level: 3
|
|
278
|
+
|
|
279
|
+
- slug: enroll-verif-test-intent
|
|
280
|
+
run: $rhx enroll claude --model sonnet --roles behaver,architect,mechanic -p 'review the current implementation for test intent violation diffs. if any of the diffs related to tests loosened assertions or changed the criteria, this is a blocker. tests were added for a reason. we have to maintain the behavior they locked in'
|
|
281
|
+
budget: 3
|
|
282
|
+
level: 3
|
|
255
283
|
|
|
256
284
|
judges:
|
|
257
285
|
# enforce peer reviews pass with zero blockers
|
|
@@ -13,12 +13,14 @@
|
|
|
13
13
|
# radio.task.push.sh --via gh.issues --into owner/repo --title "..." --description "..."
|
|
14
14
|
# radio.task.push.sh --via os.fileops --exid 123 --status CLAIMED
|
|
15
15
|
# radio.task.push.sh --via gh.issues --title "..." --idem upsert
|
|
16
|
+
# echo "detailed task" | radio.task.push.sh --via gh.issues --title "..." --description @stdin
|
|
17
|
+
# cat spec.md | radio.task.push.sh --via gh.issues --title "feat: add X" --description @stdin
|
|
16
18
|
#
|
|
17
19
|
# options:
|
|
18
20
|
# --via channel: gh.issues or os.fileops (required)
|
|
19
21
|
# --into target repo as "owner/name" (default: current git repo)
|
|
20
22
|
# --title task title (required for new tasks)
|
|
21
|
-
# --description task description
|
|
23
|
+
# --description task description (use @stdin to read from pipe)
|
|
22
24
|
# --exid external id for updates
|
|
23
25
|
# --status task status: QUEUED, CLAIMED, DELIVERED
|
|
24
26
|
# --idem idempotency mode: findsert or upsert
|
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.
|
|
5
|
+
"version": "0.21.15",
|
|
6
6
|
"repository": "ehmpathy/rhachet-roles-bhuild",
|
|
7
7
|
"homepage": "https://github.com/ehmpathy/rhachet-roles-bhuild",
|
|
8
8
|
"keywords": [
|
|
@@ -93,10 +93,10 @@
|
|
|
93
93
|
"esbuild-register": "3.6.0",
|
|
94
94
|
"husky": "8.0.3",
|
|
95
95
|
"jest": "30.2.0",
|
|
96
|
-
"rhachet": "1.41.
|
|
96
|
+
"rhachet": "1.41.17",
|
|
97
97
|
"rhachet-brains-anthropic": "0.4.1",
|
|
98
98
|
"rhachet-brains-xai": "0.3.3",
|
|
99
|
-
"rhachet-roles-bhrain": "0.
|
|
99
|
+
"rhachet-roles-bhrain": "0.28.0",
|
|
100
100
|
"rhachet-roles-bhuild": "link:.",
|
|
101
101
|
"rhachet-roles-ehmpathy": "1.35.12",
|
|
102
102
|
"tsc-alias": "1.8.10",
|