rhachet-roles-bhuild 0.14.2 → 0.14.3
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.
|
@@ -24,5 +24,36 @@ reviews:
|
|
|
24
24
|
- what inputs are unusual but valid?
|
|
25
25
|
- are boundaries tested?
|
|
26
26
|
|
|
27
|
+
- slug: has-acceptance-test-citations
|
|
28
|
+
say: |
|
|
29
|
+
coverage check: cite the acceptance test for each playtest step.
|
|
30
|
+
|
|
31
|
+
for each step in the playtest:
|
|
32
|
+
- which acceptance test file verifies this behavior?
|
|
33
|
+
- which specific test case (given/when/then) covers it?
|
|
34
|
+
- cite the exact file path and test name
|
|
35
|
+
|
|
36
|
+
if a step lacks acceptance test coverage:
|
|
37
|
+
- is this a gap that needs a new test?
|
|
38
|
+
- or is this behavior untestable via automation?
|
|
39
|
+
|
|
40
|
+
the playtest and acceptance tests should align. cite the proof.
|
|
41
|
+
|
|
42
|
+
- slug: has-self-run-verification
|
|
43
|
+
say: |
|
|
44
|
+
dogfood check: did you run the playtest yourself?
|
|
45
|
+
|
|
46
|
+
before you hand off to the foreman, run every step yourself:
|
|
47
|
+
- follow each instruction exactly as written
|
|
48
|
+
- verify each expected outcome matches reality
|
|
49
|
+
- note any friction, confusion, or absent context
|
|
50
|
+
|
|
51
|
+
if you found issues while you ran it:
|
|
52
|
+
- did you fix the instructions?
|
|
53
|
+
- did you update expected outcomes?
|
|
54
|
+
- is the playtest now accurate to what you observed?
|
|
55
|
+
|
|
56
|
+
the foreman deserves a playtest that works. prove it works by self-test first.
|
|
57
|
+
|
|
27
58
|
judges:
|
|
28
59
|
- npx rhachet run --repo bhrain --skill route.stone.judge --mechanism approved? --stone $stone --route $route
|
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.14.
|
|
5
|
+
"version": "0.14.3",
|
|
6
6
|
"repository": "ehmpathy/rhachet-roles-bhuild",
|
|
7
7
|
"homepage": "https://github.com/ehmpathy/rhachet-roles-bhuild",
|
|
8
8
|
"keywords": [
|