rhachet-roles-bhuild 0.6.0 → 0.6.1
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/3.1.research.access._.v1.src +20 -0
- package/dist/domain.operations/behavior/init/templates/3.1.research.patterns._.code.prod.v1.src +30 -0
- package/dist/domain.operations/behavior/init/templates/3.1.research.patterns._.code.test.v1.src +30 -0
- package/dist/domain.operations/behavior/init/templates/3.1.research.templates._.v1.src +2 -2
- package/dist/domain.operations/behavior/init/templates/3.2.distill.domain._.v1.src +3 -0
- package/dist/domain.operations/behavior/init/templates/3.3.blueprint.v1.src +3 -0
- package/package.json +1 -1
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
research the remote access required in order to fulfill
|
|
2
|
+
- this wish $BEHAVIOR_DIR_REL/0.wish.md
|
|
3
|
+
- this vision $BEHAVIOR_DIR_REL/1.vision.md (if declared)
|
|
4
|
+
- this criteria $BEHAVIOR_DIR_REL/2.criteria.md (if declared)
|
|
5
|
+
|
|
6
|
+
specifically
|
|
7
|
+
- what are the remote repositories (databases, apis, filesystems, etc) that we need to access?
|
|
8
|
+
- what are their contracts? (and via what interfaces? sdks? apis? etc)
|
|
9
|
+
- what are the best practices for how to access them? (industry wide? within this repo?)
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
enumerate each lesson
|
|
14
|
+
- cite every claim
|
|
15
|
+
- number each citation
|
|
16
|
+
- clone exact quotes from each citation
|
|
17
|
+
|
|
18
|
+
---
|
|
19
|
+
|
|
20
|
+
emit into $BEHAVIOR_DIR_REL/3.1.research.access._.v1.i1.md
|
package/dist/domain.operations/behavior/init/templates/3.1.research.patterns._.code.prod.v1.src
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
research the prod codepath patterns available in order to fulfill
|
|
2
|
+
- this wish $BEHAVIOR_DIR_REL/0.wish.md
|
|
3
|
+
- this vision $BEHAVIOR_DIR_REL/1.vision.md (if declared)
|
|
4
|
+
- this criteria $BEHAVIOR_DIR_REL/2.criteria.md (if declared)
|
|
5
|
+
|
|
6
|
+
specifically
|
|
7
|
+
- what are the current key patterns in this repo, that are relevant?
|
|
8
|
+
- how do they relate to the wish?
|
|
9
|
+
- which ones will we reuse? which ones will we extend? which ones will we replace?
|
|
10
|
+
- mark with
|
|
11
|
+
- [RESUSE]
|
|
12
|
+
- [EXTEND]
|
|
13
|
+
- [REPLACE]
|
|
14
|
+
|
|
15
|
+
---
|
|
16
|
+
|
|
17
|
+
focus exclusively on the production codepaths. ignore test codepaths
|
|
18
|
+
|
|
19
|
+
note, this includes any infra that production codepaths depend on
|
|
20
|
+
|
|
21
|
+
---
|
|
22
|
+
|
|
23
|
+
enumerate each pattern
|
|
24
|
+
- cite every claim
|
|
25
|
+
- number each citation
|
|
26
|
+
- clone exact quotes from each citation
|
|
27
|
+
|
|
28
|
+
---
|
|
29
|
+
|
|
30
|
+
emit into $BEHAVIOR_DIR_REL/3.1.research.patterns._.code.prod.v1.i1.md
|
package/dist/domain.operations/behavior/init/templates/3.1.research.patterns._.code.test.v1.src
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
research the test codepath patterns available in order to fulfill
|
|
2
|
+
- this wish $BEHAVIOR_DIR_REL/0.wish.md
|
|
3
|
+
- this vision $BEHAVIOR_DIR_REL/1.vision.md (if declared)
|
|
4
|
+
- this criteria $BEHAVIOR_DIR_REL/2.criteria.md (if declared)
|
|
5
|
+
|
|
6
|
+
specifically
|
|
7
|
+
- what are the current key patterns in this repo, that are relevant?
|
|
8
|
+
- how do they relate to the wish?
|
|
9
|
+
- which ones will we reuse? which ones will we extend? which ones will we replace?
|
|
10
|
+
- mark with
|
|
11
|
+
- [RESUSE]
|
|
12
|
+
- [EXTEND]
|
|
13
|
+
- [REPLACE]
|
|
14
|
+
|
|
15
|
+
---
|
|
16
|
+
|
|
17
|
+
focus exclusively on the test codepath patterns. ignore production codepath patterns
|
|
18
|
+
|
|
19
|
+
note, this includes any infra that test codepaths depend on
|
|
20
|
+
|
|
21
|
+
---
|
|
22
|
+
|
|
23
|
+
enumerate each pattern
|
|
24
|
+
- cite every claim
|
|
25
|
+
- number each citation
|
|
26
|
+
- clone exact quotes from each citation
|
|
27
|
+
|
|
28
|
+
---
|
|
29
|
+
|
|
30
|
+
emit into $BEHAVIOR_DIR_REL/3.1.research.patterns._.code.test.v1.i1.md
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
research the
|
|
1
|
+
research the templates available in order to fulfill
|
|
2
2
|
- this wish $BEHAVIOR_DIR_REL/0.wish.md
|
|
3
3
|
- this vision $BEHAVIOR_DIR_REL/1.vision.md (if declared)
|
|
4
4
|
- this criteria $BEHAVIOR_DIR_REL/2.criteria.md (if declared)
|
|
@@ -9,7 +9,7 @@ specifically
|
|
|
9
9
|
|
|
10
10
|
---
|
|
11
11
|
|
|
12
|
-
use web search or the gh api to enumerate the contents of the
|
|
12
|
+
use web search or the gh api to enumerate the contents of the templates
|
|
13
13
|
- cite every claim
|
|
14
14
|
- number each citation
|
|
15
15
|
- clone exact quotes from each citation
|
|
@@ -4,8 +4,11 @@ distill the declastruct domain.objects and domain.operations that would
|
|
|
4
4
|
- this vision $BEHAVIOR_DIR_REL/1.vision.md (if declared)
|
|
5
5
|
- this criteria $BEHAVIOR_DIR_REL/2.criteria.blackbox.md (if declared)
|
|
6
6
|
- given the research declared here
|
|
7
|
+
- $BEHAVIOR_DIR_REL/3.1.research.access._.v1.i1.md (if declared)
|
|
7
8
|
- $BEHAVIOR_DIR_REL/3.1.research.claims._.v1.i1.md (if declared)
|
|
8
9
|
- $BEHAVIOR_DIR_REL/3.1.research.domain._.v1.i1.md (if declared)
|
|
10
|
+
- $BEHAVIOR_DIR_REL/3.1.research.patterns._.code.prod.v1.i1.md (if declared)
|
|
11
|
+
- $BEHAVIOR_DIR_REL/3.1.research.patterns._.code.test.v1.i1.md (if declared)
|
|
9
12
|
- $BEHAVIOR_DIR_REL/3.1.research.templates._.v1.i1.md (if declared)
|
|
10
13
|
|
|
11
14
|
procedure
|
|
@@ -21,8 +21,11 @@ reference the below for full context
|
|
|
21
21
|
- $BEHAVIOR_DIR_REL/1.vision.md (if declared)
|
|
22
22
|
- $BEHAVIOR_DIR_REL/2.criteria.blackbox.md (if declared)
|
|
23
23
|
- $BEHAVIOR_DIR_REL/2.criteria.blueprint.md (if declared)
|
|
24
|
+
- $BEHAVIOR_DIR_REL/3.1.research.access._.v1.i1.md (if declared)
|
|
24
25
|
- $BEHAVIOR_DIR_REL/3.1.research.claims._.v1.i1.md (if declared)
|
|
25
26
|
- $BEHAVIOR_DIR_REL/3.1.research.domain._.v1.i1.md (if declared)
|
|
27
|
+
- $BEHAVIOR_DIR_REL/3.1.research.patterns._.code.prod.v1.i1.md (if declared)
|
|
28
|
+
- $BEHAVIOR_DIR_REL/3.1.research.patterns._.code.test.v1.i1.md (if declared)
|
|
26
29
|
- $BEHAVIOR_DIR_REL/3.1.research.templates._.v1.i1.md (if declared)
|
|
27
30
|
- $BEHAVIOR_DIR_REL/3.2.distill.domain._.v1.i1.md (if declared)
|
|
28
31
|
|
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.1",
|
|
6
6
|
"repository": "ehmpathy/rhachet-roles-bhuild",
|
|
7
7
|
"homepage": "https://github.com/ehmpathy/rhachet-roles-bhuild",
|
|
8
8
|
"keywords": [
|