rhachet-roles-bhuild 0.6.13 → 0.6.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/domain.operations/behavior/init/templates/2.2.criteria.blackbox.matrix.src +1 -1
- package/dist/domain.roles/behaver/briefs/practices/behavior.criteria/define.behavior-thoughtroute-hierarchy.md +7 -7
- package/dist/domain.roles/behaver/briefs/practices/behavior.criteria/rule.require.blueprint-contract-layer-only.md +1 -1
- package/package.json +1 -1
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
|
|
7
7
|
.hierarchy:
|
|
8
8
|
|
|
9
|
-
| artifact
|
|
10
|
-
|
|
11
|
-
| 0.wish.md
|
|
12
|
-
| 1.vision.md
|
|
13
|
-
| 2.criteria.blackbox.md
|
|
14
|
-
| 2.criteria.blueprint.md | WHAT mechanisms must exist?
|
|
15
|
-
| 3.3.blueprint.md
|
|
9
|
+
| artifact | question | answers | bounds |
|
|
10
|
+
| ------------------------- | ---------------------------------- | ------------------------------------------ | -------------------------- |
|
|
11
|
+
| 0.wish.md | WHY build this? | the motivation, desire, problem to solve | none — declares intent |
|
|
12
|
+
| 1.vision.md | WHAT does success look like? | the north star, ideal outcome | none — declares aspiration |
|
|
13
|
+
| 2.1.criteria.blackbox.md | WHAT experience must be delivered? | user inputs, outputs, usecases, boundaries | experience bounds |
|
|
14
|
+
| 2.3.criteria.blueprint.md | WHAT mechanisms must exist? | contracts, composition, integration points | mechanism bounds |
|
|
15
|
+
| 3.3.blueprint.md | HOW will we implement it? | specific patterns, algorithms, libraries | implementation decisions |
|
|
16
16
|
|
|
17
17
|
.flow:
|
|
18
18
|
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
- testable integration contracts without implementation coupling
|
|
11
11
|
- parallel work on subcomponents with defined interfaces
|
|
12
12
|
|
|
13
|
-
.scope = applies to 2.criteria.blueprint.md only (not blackbox criteria)
|
|
13
|
+
.scope = applies to 2.3.criteria.blueprint.md only (not blackbox criteria)
|
|
14
14
|
|
|
15
15
|
.how = verify blueprint criteria declares only:
|
|
16
16
|
- subcomponent contracts (what interface each exposes)
|
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.6.
|
|
5
|
+
"version": "0.6.14",
|
|
6
6
|
"repository": "ehmpathy/rhachet-roles-bhuild",
|
|
7
7
|
"homepage": "https://github.com/ehmpathy/rhachet-roles-bhuild",
|
|
8
8
|
"keywords": [
|