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.
@@ -1,6 +1,6 @@
1
1
  distill the blackbox criteria in $BEHAVIOR_DIR_REL/2.1.criteria.blackbox.md into a coverage matrix
2
2
 
3
- emit into $BEHAVIOR_DIR_REL/2.1.criteria.blackbox.matrix.md
3
+ emit into $BEHAVIOR_DIR_REL/2.2.criteria.blackbox.matrix.md
4
4
 
5
5
  ---
6
6
 
@@ -6,13 +6,13 @@
6
6
 
7
7
  .hierarchy:
8
8
 
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.criteria.blackbox.md | WHAT experience must be delivered? | user inputs, outputs, usecases, boundaries | experience bounds |
14
- | 2.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 |
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.13",
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": [