@x12i/memorix-docs 1.0.2 → 1.1.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/generated/bundle.d.ts +4849 -3
- package/dist/generated/bundle.d.ts.map +1 -1
- package/dist/generated/bundle.js +7580 -45
- package/dist/generated/bundle.js.map +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +6 -4
- package/dist/index.js.map +1 -1
- package/files/INDEX.md +84 -0
- package/files/SEARCH.json +3087 -0
- package/files/agent-manifest.json +1785 -0
- package/files/apis/memorix-records/overview.md +22 -0
- package/files/concepts/abstracts-bindings.md +27 -0
- package/files/concepts/agents-inheritance.md +28 -0
- package/files/concepts/analysis-objects.md +26 -0
- package/files/concepts/composition.md +27 -0
- package/files/concepts/decisions-content.md +27 -0
- package/files/concepts/effective-metadata.md +27 -0
- package/files/concepts/explicit-metadata-installation.md +26 -0
- package/files/concepts/intelligence-proposals.md +27 -0
- package/files/concepts/mappings-transforms.md +26 -0
- package/files/concepts/object-content-category.md +26 -0
- package/files/concepts/org-agent-scope.md +27 -0
- package/files/concepts/people-union.md +27 -0
- package/files/concepts/raw-records.md +26 -0
- package/files/concepts/record-revisions.md +26 -0
- package/files/concepts/relationship-definitions.md +26 -0
- package/files/concepts/relationship-references.md +27 -0
- package/files/concepts/resolved-unresolved.md +27 -0
- package/files/concepts/sources-and-memory.md +26 -0
- package/files/concepts/traversal.md +27 -0
- package/files/diagrams/agent-inheritance.md +34 -0
- package/files/diagrams/intelligence-journey.md +38 -0
- package/files/diagrams/memorix-central-journey.md +51 -0
- package/files/diagrams/metadata-lifecycle.md +40 -0
- package/files/diagrams/people-union-diagram.md +36 -0
- package/files/diagrams/record-content-model.md +43 -0
- package/files/diagrams/relationship-traversal.md +40 -0
- package/files/diagrams/revision-safe-write.md +39 -0
- package/files/examples/analysis-decision-records.md +11 -0
- package/files/examples/memorix-record-envelope.md +11 -0
- package/files/examples/metadata-pack-install.md +11 -0
- package/files/examples/people-abstract-query.md +11 -0
- package/files/examples/raw-vs-composed.md +11 -0
- package/files/examples/relationship-def-and-ref.md +11 -0
- package/files/examples/revision-conflict-response.md +11 -0
- package/files/examples/revision-safe-write.md +11 -0
- package/files/examples/traversal-resolved-unresolved.md +11 -0
- package/files/glossary/abstract.md +9 -0
- package/files/glossary/agent.md +9 -0
- package/files/glossary/analysis.md +9 -0
- package/files/glossary/binding.md +9 -0
- package/files/glossary/composition.md +9 -0
- package/files/glossary/content-type.md +9 -0
- package/files/glossary/data-category.md +9 -0
- package/files/glossary/decision.md +9 -0
- package/files/glossary/effective-metadata.md +9 -0
- package/files/glossary/intelligence-proposal.md +9 -0
- package/files/glossary/mapping.md +9 -0
- package/files/glossary/memory.md +9 -0
- package/files/glossary/object-type.md +9 -0
- package/files/glossary/relationship-definition.md +9 -0
- package/files/glossary/relationship-reference.md +9 -0
- package/files/glossary/revision.md +9 -0
- package/files/glossary/scope.md +9 -0
- package/files/glossary/source.md +9 -0
- package/files/glossary/traversal.md +9 -0
- package/files/guides/apply-scope.md +40 -0
- package/files/guides/choose-access-method.md +24 -0
- package/files/guides/compose-subject-ui.md +24 -0
- package/files/guides/define-traverse-relationship.md +26 -0
- package/files/guides/diagnose-unresolved.md +24 -0
- package/files/guides/evidence-to-decision.md +25 -0
- package/files/guides/first-revision-safe-write.md +30 -0
- package/files/guides/inspect-effective-metadata.md +30 -0
- package/files/guides/query-people-abstract.md +25 -0
- package/files/guides/reload-retry-conflict.md +32 -0
- package/files/guides/validate-install-pack.md +32 -0
- package/files/indexes/books.json +95 -0
- package/files/indexes/books.md +17 -0
- package/files/indexes/concepts.json +119 -0
- package/files/indexes/concepts.md +21 -0
- package/files/indexes/diagrams.json +53 -0
- package/files/indexes/diagrams.md +10 -0
- package/files/indexes/guides.json +71 -0
- package/files/indexes/guides.md +13 -0
- package/files/indexes/scenarios.json +41 -0
- package/files/indexes/scenarios.md +8 -0
- package/files/indexes/tutorials.json +47 -0
- package/files/indexes/tutorials.md +9 -0
- package/files/indexes/use-cases.json +239 -0
- package/files/indexes/use-cases.md +41 -0
- package/files/knowledge.json +2940 -0
- package/files/packs/concept/abstracts-bindings/PACK.md +11 -0
- package/files/packs/concept/abstracts-bindings/pack.json +13 -0
- package/files/packs/concept/agents-inheritance/PACK.md +11 -0
- package/files/packs/concept/agents-inheritance/pack.json +13 -0
- package/files/packs/concept/analysis-objects/PACK.md +11 -0
- package/files/packs/concept/analysis-objects/pack.json +14 -0
- package/files/packs/concept/composition/PACK.md +11 -0
- package/files/packs/concept/composition/pack.json +13 -0
- package/files/packs/concept/decisions-content/PACK.md +11 -0
- package/files/packs/concept/decisions-content/pack.json +13 -0
- package/files/packs/concept/effective-metadata/PACK.md +11 -0
- package/files/packs/concept/effective-metadata/pack.json +13 -0
- package/files/packs/concept/explicit-metadata-installation/PACK.md +11 -0
- package/files/packs/concept/explicit-metadata-installation/pack.json +14 -0
- package/files/packs/concept/intelligence-proposals/PACK.md +11 -0
- package/files/packs/concept/intelligence-proposals/pack.json +13 -0
- package/files/packs/concept/mappings-transforms/PACK.md +11 -0
- package/files/packs/concept/mappings-transforms/pack.json +13 -0
- package/files/packs/concept/object-content-category/PACK.md +11 -0
- package/files/packs/concept/object-content-category/pack.json +14 -0
- package/files/packs/concept/org-agent-scope/PACK.md +11 -0
- package/files/packs/concept/org-agent-scope/pack.json +14 -0
- package/files/packs/concept/people-union/PACK.md +11 -0
- package/files/packs/concept/people-union/pack.json +13 -0
- package/files/packs/concept/raw-records/PACK.md +11 -0
- package/files/packs/concept/raw-records/pack.json +14 -0
- package/files/packs/concept/record-revisions/PACK.md +11 -0
- package/files/packs/concept/record-revisions/pack.json +13 -0
- package/files/packs/concept/relationship-definitions/PACK.md +11 -0
- package/files/packs/concept/relationship-definitions/pack.json +14 -0
- package/files/packs/concept/relationship-references/PACK.md +11 -0
- package/files/packs/concept/relationship-references/pack.json +13 -0
- package/files/packs/concept/resolved-unresolved/PACK.md +11 -0
- package/files/packs/concept/resolved-unresolved/pack.json +13 -0
- package/files/packs/concept/sources-and-memory/PACK.md +11 -0
- package/files/packs/concept/sources-and-memory/pack.json +13 -0
- package/files/packs/concept/traversal/PACK.md +11 -0
- package/files/packs/concept/traversal/pack.json +13 -0
- package/files/packs/guide/apply-scope/PACK.md +11 -0
- package/files/packs/guide/apply-scope/pack.json +13 -0
- package/files/packs/guide/choose-access-method/PACK.md +11 -0
- package/files/packs/guide/choose-access-method/pack.json +15 -0
- package/files/packs/guide/compose-subject-ui/PACK.md +11 -0
- package/files/packs/guide/compose-subject-ui/pack.json +13 -0
- package/files/packs/guide/define-traverse-relationship/PACK.md +11 -0
- package/files/packs/guide/define-traverse-relationship/pack.json +14 -0
- package/files/packs/guide/diagnose-unresolved/PACK.md +11 -0
- package/files/packs/guide/diagnose-unresolved/pack.json +13 -0
- package/files/packs/guide/evidence-to-decision/PACK.md +11 -0
- package/files/packs/guide/evidence-to-decision/pack.json +14 -0
- package/files/packs/guide/first-revision-safe-write/PACK.md +11 -0
- package/files/packs/guide/first-revision-safe-write/pack.json +13 -0
- package/files/packs/guide/inspect-effective-metadata/PACK.md +11 -0
- package/files/packs/guide/inspect-effective-metadata/pack.json +13 -0
- package/files/packs/guide/query-people-abstract/PACK.md +11 -0
- package/files/packs/guide/query-people-abstract/pack.json +13 -0
- package/files/packs/guide/reload-retry-conflict/PACK.md +11 -0
- package/files/packs/guide/reload-retry-conflict/pack.json +13 -0
- package/files/packs/guide/validate-install-pack/PACK.md +11 -0
- package/files/packs/guide/validate-install-pack/pack.json +13 -0
- package/files/packs/scenario/choose-subject-view/PACK.md +11 -0
- package/files/packs/scenario/choose-subject-view/pack.json +11 -0
- package/files/packs/scenario/pack-valid-not-installed/PACK.md +11 -0
- package/files/packs/scenario/pack-valid-not-installed/pack.json +11 -0
- package/files/packs/scenario/scope-mismatch/PACK.md +11 -0
- package/files/packs/scenario/scope-mismatch/pack.json +11 -0
- package/files/packs/scenario/stale-revision-conflict/PACK.md +11 -0
- package/files/packs/scenario/stale-revision-conflict/pack.json +11 -0
- package/files/packs/scenario/traversal-direction/PACK.md +11 -0
- package/files/packs/scenario/traversal-direction/pack.json +11 -0
- package/files/packs/scenario/unresolved-relationship/PACK.md +11 -0
- package/files/packs/scenario/unresolved-relationship/pack.json +11 -0
- package/files/packs/tutorial/analysis-decision-lab/PACK.md +11 -0
- package/files/packs/tutorial/analysis-decision-lab/pack.json +14 -0
- package/files/packs/tutorial/compare-views/PACK.md +11 -0
- package/files/packs/tutorial/compare-views/pack.json +14 -0
- package/files/packs/tutorial/conflict-lab/PACK.md +11 -0
- package/files/packs/tutorial/conflict-lab/pack.json +13 -0
- package/files/packs/tutorial/first-revision-safe-record/PACK.md +11 -0
- package/files/packs/tutorial/first-revision-safe-record/pack.json +13 -0
- package/files/packs/tutorial/install-pack-lab/PACK.md +11 -0
- package/files/packs/tutorial/install-pack-lab/pack.json +13 -0
- package/files/packs/tutorial/relationships-lab/PACK.md +11 -0
- package/files/packs/tutorial/relationships-lab/pack.json +13 -0
- package/files/packs/tutorial/start-with-sample-data/PACK.md +11 -0
- package/files/packs/tutorial/start-with-sample-data/pack.json +13 -0
- package/files/sample-data/memorix-synthetic-basic.md +13 -0
- package/files/scenarios/choose-subject-view.md +36 -0
- package/files/scenarios/pack-valid-not-installed.md +33 -0
- package/files/scenarios/scope-mismatch.md +44 -0
- package/files/scenarios/stale-revision-conflict.md +38 -0
- package/files/scenarios/traversal-direction.md +30 -0
- package/files/scenarios/unresolved-relationship.md +31 -0
- package/files/tutorials/analysis-decision-lab.md +18 -0
- package/files/tutorials/compare-views.md +22 -0
- package/files/tutorials/conflict-lab.md +18 -0
- package/files/tutorials/first-revision-safe-record.md +18 -0
- package/files/tutorials/install-pack-lab.md +22 -0
- package/files/tutorials/relationships-lab.md +18 -0
- package/files/tutorials/start-with-sample-data.md +18 -0
- package/files/ui/clients/memorix-studio.md +9 -0
- package/files/use-cases/abstract-people-list.md +237 -0
- package/files/use-cases/ai-pipeline-fail-closed.md +117 -0
- package/files/use-cases/author-pipeline-e2e.md +339 -0
- package/files/use-cases/build-callable-service.md +347 -0
- package/files/use-cases/builder-acceptance-ops.md +112 -0
- package/files/use-cases/choose-access-method.md +111 -0
- package/files/use-cases/client-first-read-write.md +374 -0
- package/files/use-cases/compose-for-ui.md +97 -0
- package/files/use-cases/custom-kind-descriptors.md +137 -0
- package/files/use-cases/data-journey-evidence.md +115 -0
- package/files/use-cases/discriminated-content-writes.md +152 -0
- package/files/use-cases/embed-studio-host.md +165 -0
- package/files/use-cases/four-field-links.md +246 -0
- package/files/use-cases/http-process-compliance.md +225 -0
- package/files/use-cases/install-metadata-pack.md +180 -0
- package/files/use-cases/intelligence-propose-install.md +163 -0
- package/files/use-cases/knowx-claims-review.md +396 -0
- package/files/use-cases/learn-record-envelope.md +233 -0
- package/files/use-cases/lists-cursors-pagination.md +196 -0
- package/files/use-cases/local-acceptance-g12ops.md +160 -0
- package/files/use-cases/memory-hourly-ingest.md +276 -0
- package/files/use-cases/metadata-before-write.md +145 -0
- package/files/use-cases/migrate-associated-star.md +159 -0
- package/files/use-cases/openapi-typed-client.md +78 -0
- package/files/use-cases/ops-pack-fixtures.md +168 -0
- package/files/use-cases/orient-platform.md +172 -0
- package/files/use-cases/pipeline-retry-evidence.md +121 -0
- package/files/use-cases/relationship-rebuild-verify.md +128 -0
- package/files/use-cases/revision-stale-conflicts.md +194 -0
- package/files/use-cases/start-from-zero.md +171 -0
- package/files/use-cases/studio-design-types.md +122 -0
- package/files/use-cases/studio-explore-subject.md +89 -0
- package/files/use-cases/studio-operate-pipelines.md +100 -0
- package/files/use-cases/studio-review-intelligence.md +74 -0
- package/files/use-cases/studio-scope-isolation.md +67 -0
- package/files/use-cases/studio-stale-conflict-ui.md +54 -0
- package/files/use-cases/troubleshoot-http-matrix.md +164 -0
- package/files/use-cases/trusted-in-process-embed.md +94 -0
- package/files/use-cases/workflow-sibling-api.md +212 -0
- package/files/visuals/revision-conflict.md +19 -0
- package/files/visuals/scope-apply.md +19 -0
- package/package.json +4 -3
|
@@ -0,0 +1,1785 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 1,
|
|
3
|
+
"product": "memorix",
|
|
4
|
+
"site": "https://docs.memorix.x12i.com",
|
|
5
|
+
"knowledgePackage": "@x12i/memorix-docs",
|
|
6
|
+
"roles": [
|
|
7
|
+
"developers",
|
|
8
|
+
"builders"
|
|
9
|
+
],
|
|
10
|
+
"books": [
|
|
11
|
+
{
|
|
12
|
+
"id": "00-platform-overview",
|
|
13
|
+
"audiences": [
|
|
14
|
+
"developers",
|
|
15
|
+
"builders"
|
|
16
|
+
],
|
|
17
|
+
"md": {
|
|
18
|
+
"developers": "downloads/books/00-platform-overview/developers.md",
|
|
19
|
+
"builders": "downloads/books/00-platform-overview/builders.md"
|
|
20
|
+
},
|
|
21
|
+
"pdf": {
|
|
22
|
+
"developers": null,
|
|
23
|
+
"builders": null
|
|
24
|
+
},
|
|
25
|
+
"chapters": {
|
|
26
|
+
"developers": "downloads/books/00-platform-overview/developers.chapters.json",
|
|
27
|
+
"builders": "downloads/books/00-platform-overview/builders.chapters.json"
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"id": "01-format-for-dummies",
|
|
32
|
+
"audiences": [
|
|
33
|
+
"developers",
|
|
34
|
+
"builders"
|
|
35
|
+
],
|
|
36
|
+
"md": {
|
|
37
|
+
"developers": "downloads/books/01-format-for-dummies/developers.md",
|
|
38
|
+
"builders": "downloads/books/01-format-for-dummies/builders.md"
|
|
39
|
+
},
|
|
40
|
+
"pdf": {
|
|
41
|
+
"developers": null,
|
|
42
|
+
"builders": null
|
|
43
|
+
},
|
|
44
|
+
"chapters": {
|
|
45
|
+
"developers": "downloads/books/01-format-for-dummies/developers.chapters.json",
|
|
46
|
+
"builders": "downloads/books/01-format-for-dummies/builders.chapters.json"
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"id": "02-runtime-data-client",
|
|
51
|
+
"audiences": [
|
|
52
|
+
"developers"
|
|
53
|
+
],
|
|
54
|
+
"md": {
|
|
55
|
+
"developers": "downloads/books/02-runtime-data-client/developers.md"
|
|
56
|
+
},
|
|
57
|
+
"pdf": {
|
|
58
|
+
"developers": null
|
|
59
|
+
},
|
|
60
|
+
"chapters": {
|
|
61
|
+
"developers": "downloads/books/02-runtime-data-client/developers.chapters.json"
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"id": "03-lists-queries-pagination",
|
|
66
|
+
"audiences": [
|
|
67
|
+
"developers"
|
|
68
|
+
],
|
|
69
|
+
"md": {
|
|
70
|
+
"developers": "downloads/books/03-lists-queries-pagination/developers.md"
|
|
71
|
+
},
|
|
72
|
+
"pdf": {
|
|
73
|
+
"developers": null
|
|
74
|
+
},
|
|
75
|
+
"chapters": {
|
|
76
|
+
"developers": "downloads/books/03-lists-queries-pagination/developers.chapters.json"
|
|
77
|
+
}
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"id": "04-data-access-patterns",
|
|
81
|
+
"audiences": [
|
|
82
|
+
"developers"
|
|
83
|
+
],
|
|
84
|
+
"md": {
|
|
85
|
+
"developers": "downloads/books/04-data-access-patterns/developers.md"
|
|
86
|
+
},
|
|
87
|
+
"pdf": {
|
|
88
|
+
"developers": null
|
|
89
|
+
},
|
|
90
|
+
"chapters": {
|
|
91
|
+
"developers": "downloads/books/04-data-access-patterns/developers.chapters.json"
|
|
92
|
+
}
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"id": "05-metadata-agents-abstracts",
|
|
96
|
+
"audiences": [
|
|
97
|
+
"developers",
|
|
98
|
+
"builders"
|
|
99
|
+
],
|
|
100
|
+
"md": {
|
|
101
|
+
"developers": "downloads/books/05-metadata-agents-abstracts/developers.md",
|
|
102
|
+
"builders": "downloads/books/05-metadata-agents-abstracts/builders.md"
|
|
103
|
+
},
|
|
104
|
+
"pdf": {
|
|
105
|
+
"developers": null,
|
|
106
|
+
"builders": null
|
|
107
|
+
},
|
|
108
|
+
"chapters": {
|
|
109
|
+
"developers": "downloads/books/05-metadata-agents-abstracts/developers.chapters.json",
|
|
110
|
+
"builders": "downloads/books/05-metadata-agents-abstracts/builders.chapters.json"
|
|
111
|
+
}
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"id": "06-relationships-and-memory",
|
|
115
|
+
"audiences": [
|
|
116
|
+
"developers",
|
|
117
|
+
"builders"
|
|
118
|
+
],
|
|
119
|
+
"md": {
|
|
120
|
+
"developers": "downloads/books/06-relationships-and-memory/developers.md",
|
|
121
|
+
"builders": "downloads/books/06-relationships-and-memory/builders.md"
|
|
122
|
+
},
|
|
123
|
+
"pdf": {
|
|
124
|
+
"developers": null,
|
|
125
|
+
"builders": null
|
|
126
|
+
},
|
|
127
|
+
"chapters": {
|
|
128
|
+
"developers": "downloads/books/06-relationships-and-memory/developers.chapters.json",
|
|
129
|
+
"builders": "downloads/books/06-relationships-and-memory/builders.chapters.json"
|
|
130
|
+
}
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"id": "07-services",
|
|
134
|
+
"audiences": [
|
|
135
|
+
"developers",
|
|
136
|
+
"builders"
|
|
137
|
+
],
|
|
138
|
+
"md": {
|
|
139
|
+
"developers": "downloads/books/07-services/developers.md",
|
|
140
|
+
"builders": "downloads/books/07-services/builders.md"
|
|
141
|
+
},
|
|
142
|
+
"pdf": {
|
|
143
|
+
"developers": null,
|
|
144
|
+
"builders": null
|
|
145
|
+
},
|
|
146
|
+
"chapters": {
|
|
147
|
+
"developers": "downloads/books/07-services/developers.chapters.json",
|
|
148
|
+
"builders": "downloads/books/07-services/builders.chapters.json"
|
|
149
|
+
}
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"id": "08-pipelines",
|
|
153
|
+
"audiences": [
|
|
154
|
+
"developers",
|
|
155
|
+
"builders"
|
|
156
|
+
],
|
|
157
|
+
"md": {
|
|
158
|
+
"developers": "downloads/books/08-pipelines/developers.md",
|
|
159
|
+
"builders": "downloads/books/08-pipelines/builders.md"
|
|
160
|
+
},
|
|
161
|
+
"pdf": {
|
|
162
|
+
"developers": null,
|
|
163
|
+
"builders": null
|
|
164
|
+
},
|
|
165
|
+
"chapters": {
|
|
166
|
+
"developers": "downloads/books/08-pipelines/developers.chapters.json",
|
|
167
|
+
"builders": "downloads/books/08-pipelines/builders.chapters.json"
|
|
168
|
+
}
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"id": "09-workflow-and-studio",
|
|
172
|
+
"audiences": [
|
|
173
|
+
"developers",
|
|
174
|
+
"builders"
|
|
175
|
+
],
|
|
176
|
+
"md": {
|
|
177
|
+
"developers": "downloads/books/09-workflow-and-studio/developers.md",
|
|
178
|
+
"builders": "downloads/books/09-workflow-and-studio/builders.md"
|
|
179
|
+
},
|
|
180
|
+
"pdf": {
|
|
181
|
+
"developers": null,
|
|
182
|
+
"builders": null
|
|
183
|
+
},
|
|
184
|
+
"chapters": {
|
|
185
|
+
"developers": "downloads/books/09-workflow-and-studio/developers.chapters.json",
|
|
186
|
+
"builders": "downloads/books/09-workflow-and-studio/builders.chapters.json"
|
|
187
|
+
}
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"id": "10-intelligence",
|
|
191
|
+
"audiences": [
|
|
192
|
+
"developers",
|
|
193
|
+
"builders"
|
|
194
|
+
],
|
|
195
|
+
"md": {
|
|
196
|
+
"developers": "downloads/books/10-intelligence/developers.md",
|
|
197
|
+
"builders": "downloads/books/10-intelligence/builders.md"
|
|
198
|
+
},
|
|
199
|
+
"pdf": {
|
|
200
|
+
"developers": null,
|
|
201
|
+
"builders": null
|
|
202
|
+
},
|
|
203
|
+
"chapters": {
|
|
204
|
+
"developers": "downloads/books/10-intelligence/developers.chapters.json",
|
|
205
|
+
"builders": "downloads/books/10-intelligence/builders.chapters.json"
|
|
206
|
+
}
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"id": "11-agent-packs-and-ops",
|
|
210
|
+
"audiences": [
|
|
211
|
+
"developers",
|
|
212
|
+
"builders"
|
|
213
|
+
],
|
|
214
|
+
"md": {
|
|
215
|
+
"developers": "downloads/books/11-agent-packs-and-ops/developers.md",
|
|
216
|
+
"builders": "downloads/books/11-agent-packs-and-ops/builders.md"
|
|
217
|
+
},
|
|
218
|
+
"pdf": {
|
|
219
|
+
"developers": null,
|
|
220
|
+
"builders": null
|
|
221
|
+
},
|
|
222
|
+
"chapters": {
|
|
223
|
+
"developers": "downloads/books/11-agent-packs-and-ops/developers.chapters.json",
|
|
224
|
+
"builders": "downloads/books/11-agent-packs-and-ops/builders.chapters.json"
|
|
225
|
+
}
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
"id": "12-knowx",
|
|
229
|
+
"audiences": [
|
|
230
|
+
"developers",
|
|
231
|
+
"builders"
|
|
232
|
+
],
|
|
233
|
+
"md": {
|
|
234
|
+
"developers": "downloads/books/12-knowx/developers.md",
|
|
235
|
+
"builders": "downloads/books/12-knowx/builders.md"
|
|
236
|
+
},
|
|
237
|
+
"pdf": {
|
|
238
|
+
"developers": null,
|
|
239
|
+
"builders": null
|
|
240
|
+
},
|
|
241
|
+
"chapters": {
|
|
242
|
+
"developers": "downloads/books/12-knowx/developers.chapters.json",
|
|
243
|
+
"builders": "downloads/books/12-knowx/builders.chapters.json"
|
|
244
|
+
}
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
"id": "13-migration-troubleshooting",
|
|
248
|
+
"audiences": [
|
|
249
|
+
"developers",
|
|
250
|
+
"builders"
|
|
251
|
+
],
|
|
252
|
+
"md": {
|
|
253
|
+
"developers": "downloads/books/13-migration-troubleshooting/developers.md",
|
|
254
|
+
"builders": "downloads/books/13-migration-troubleshooting/builders.md"
|
|
255
|
+
},
|
|
256
|
+
"pdf": {
|
|
257
|
+
"developers": null,
|
|
258
|
+
"builders": null
|
|
259
|
+
},
|
|
260
|
+
"chapters": {
|
|
261
|
+
"developers": "downloads/books/13-migration-troubleshooting/developers.chapters.json",
|
|
262
|
+
"builders": "downloads/books/13-migration-troubleshooting/builders.chapters.json"
|
|
263
|
+
}
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
"id": "14-getting-started-and-tutorials",
|
|
267
|
+
"audiences": [
|
|
268
|
+
"developers",
|
|
269
|
+
"builders"
|
|
270
|
+
],
|
|
271
|
+
"md": {
|
|
272
|
+
"developers": "downloads/books/14-getting-started-and-tutorials/developers.md",
|
|
273
|
+
"builders": "downloads/books/14-getting-started-and-tutorials/builders.md"
|
|
274
|
+
},
|
|
275
|
+
"pdf": {
|
|
276
|
+
"developers": null,
|
|
277
|
+
"builders": null
|
|
278
|
+
},
|
|
279
|
+
"chapters": {
|
|
280
|
+
"developers": "downloads/books/14-getting-started-and-tutorials/developers.chapters.json",
|
|
281
|
+
"builders": "downloads/books/14-getting-started-and-tutorials/builders.chapters.json"
|
|
282
|
+
}
|
|
283
|
+
}
|
|
284
|
+
],
|
|
285
|
+
"useCases": [
|
|
286
|
+
{
|
|
287
|
+
"id": "start-from-zero",
|
|
288
|
+
"title": "Start Memorix from zero",
|
|
289
|
+
"md": "downloads/use-cases/start-from-zero.md",
|
|
290
|
+
"path": [
|
|
291
|
+
{
|
|
292
|
+
"bookId": "14-getting-started-and-tutorials",
|
|
293
|
+
"audience": "developers",
|
|
294
|
+
"chapters": [
|
|
295
|
+
"1-installation-for-agents",
|
|
296
|
+
"2-getting-started",
|
|
297
|
+
"4-tutorial-run-the-local-stack",
|
|
298
|
+
"5-tutorial-first-read-and-write"
|
|
299
|
+
]
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
"bookId": "14-getting-started-and-tutorials",
|
|
303
|
+
"audience": "builders",
|
|
304
|
+
"chapters": [
|
|
305
|
+
"2-getting-started",
|
|
306
|
+
"4-tutorial-run-the-local-stack",
|
|
307
|
+
"7-tutorial-memory-to-pipeline"
|
|
308
|
+
]
|
|
309
|
+
}
|
|
310
|
+
]
|
|
311
|
+
},
|
|
312
|
+
{
|
|
313
|
+
"id": "orient-platform",
|
|
314
|
+
"title": "Orient on Memorix after G12",
|
|
315
|
+
"md": "downloads/use-cases/orient-platform.md",
|
|
316
|
+
"path": [
|
|
317
|
+
{
|
|
318
|
+
"bookId": "00-platform-overview",
|
|
319
|
+
"audience": "developers",
|
|
320
|
+
"chapters": [
|
|
321
|
+
"the-central-mental-model",
|
|
322
|
+
"2-architecture",
|
|
323
|
+
"8-hard-product-rules-integrator-checklist",
|
|
324
|
+
"10-decision-tree-which-ebook-next"
|
|
325
|
+
]
|
|
326
|
+
}
|
|
327
|
+
]
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
"id": "learn-record-envelope",
|
|
331
|
+
"title": "Learn the memorix-record/2 envelope",
|
|
332
|
+
"md": "downloads/use-cases/learn-record-envelope.md",
|
|
333
|
+
"path": [
|
|
334
|
+
{
|
|
335
|
+
"bookId": "01-format-for-dummies",
|
|
336
|
+
"audience": "developers",
|
|
337
|
+
"chapters": [
|
|
338
|
+
"2-anatomy-of-memorix-record-2",
|
|
339
|
+
"4-object-type-content-type-and-data-category",
|
|
340
|
+
"9-composition-same-subject-different-content",
|
|
341
|
+
"10-discriminated-content-instances",
|
|
342
|
+
"12-relationships-are-not-record-content"
|
|
343
|
+
]
|
|
344
|
+
}
|
|
345
|
+
]
|
|
346
|
+
},
|
|
347
|
+
{
|
|
348
|
+
"id": "client-first-read-write",
|
|
349
|
+
"title": "Product backend first safe read/write",
|
|
350
|
+
"md": "downloads/use-cases/client-first-read-write.md",
|
|
351
|
+
"path": [
|
|
352
|
+
{
|
|
353
|
+
"bookId": "02-runtime-data-client",
|
|
354
|
+
"audience": "developers",
|
|
355
|
+
"chapters": [
|
|
356
|
+
"2-connection-and-scope",
|
|
357
|
+
"4-exact-content-reads",
|
|
358
|
+
"6-explicit-composition",
|
|
359
|
+
"9-concrete-writes",
|
|
360
|
+
"10-patch-language"
|
|
361
|
+
]
|
|
362
|
+
},
|
|
363
|
+
{
|
|
364
|
+
"bookId": "04-data-access-patterns",
|
|
365
|
+
"audience": "developers",
|
|
366
|
+
"chapters": [
|
|
367
|
+
"2-master-decision-matrix"
|
|
368
|
+
]
|
|
369
|
+
}
|
|
370
|
+
]
|
|
371
|
+
},
|
|
372
|
+
{
|
|
373
|
+
"id": "choose-access-method",
|
|
374
|
+
"title": "Choose the right access method",
|
|
375
|
+
"md": "downloads/use-cases/choose-access-method.md",
|
|
376
|
+
"path": [
|
|
377
|
+
{
|
|
378
|
+
"bookId": "04-data-access-patterns",
|
|
379
|
+
"audience": "developers",
|
|
380
|
+
"chapters": [
|
|
381
|
+
"2-master-decision-matrix",
|
|
382
|
+
"5-exact-read-versus-list",
|
|
383
|
+
"25-decision-tree"
|
|
384
|
+
]
|
|
385
|
+
}
|
|
386
|
+
]
|
|
387
|
+
},
|
|
388
|
+
{
|
|
389
|
+
"id": "lists-cursors-pagination",
|
|
390
|
+
"title": "List, filter, and paginate correctly",
|
|
391
|
+
"md": "downloads/use-cases/lists-cursors-pagination.md",
|
|
392
|
+
"path": [
|
|
393
|
+
{
|
|
394
|
+
"bookId": "03-lists-queries-pagination",
|
|
395
|
+
"audience": "developers",
|
|
396
|
+
"chapters": [
|
|
397
|
+
"3-common-list-response-pageinfo-contract",
|
|
398
|
+
"8-cursor-contract",
|
|
399
|
+
"9-pagination-guarantees",
|
|
400
|
+
"21-client-side-iteration-patterns"
|
|
401
|
+
]
|
|
402
|
+
}
|
|
403
|
+
]
|
|
404
|
+
},
|
|
405
|
+
{
|
|
406
|
+
"id": "compose-for-ui",
|
|
407
|
+
"title": "Compose a subject for a UI view",
|
|
408
|
+
"md": "downloads/use-cases/compose-for-ui.md",
|
|
409
|
+
"path": [
|
|
410
|
+
{
|
|
411
|
+
"bookId": "02-runtime-data-client",
|
|
412
|
+
"audience": "developers",
|
|
413
|
+
"chapters": [
|
|
414
|
+
"6-explicit-composition"
|
|
415
|
+
]
|
|
416
|
+
},
|
|
417
|
+
{
|
|
418
|
+
"bookId": "04-data-access-patterns",
|
|
419
|
+
"audience": "developers",
|
|
420
|
+
"chapters": [
|
|
421
|
+
"6-composition-versus-multiple-gets"
|
|
422
|
+
]
|
|
423
|
+
}
|
|
424
|
+
]
|
|
425
|
+
},
|
|
426
|
+
{
|
|
427
|
+
"id": "abstract-people-list",
|
|
428
|
+
"title": "Multi-type abstract list (People)",
|
|
429
|
+
"md": "downloads/use-cases/abstract-people-list.md",
|
|
430
|
+
"path": [
|
|
431
|
+
{
|
|
432
|
+
"bookId": "05-metadata-agents-abstracts",
|
|
433
|
+
"audience": "developers",
|
|
434
|
+
"chapters": [
|
|
435
|
+
"5-abstracts-virtual-unions-only",
|
|
436
|
+
"7-views-writes-and-the-client-effective-metadata-pattern"
|
|
437
|
+
]
|
|
438
|
+
},
|
|
439
|
+
{
|
|
440
|
+
"bookId": "02-runtime-data-client",
|
|
441
|
+
"audience": "developers",
|
|
442
|
+
"chapters": [
|
|
443
|
+
"7-abstract-reads",
|
|
444
|
+
"12-abstract-writes"
|
|
445
|
+
]
|
|
446
|
+
}
|
|
447
|
+
]
|
|
448
|
+
},
|
|
449
|
+
{
|
|
450
|
+
"id": "metadata-before-write",
|
|
451
|
+
"title": "Discover effective metadata before writing",
|
|
452
|
+
"md": "downloads/use-cases/metadata-before-write.md",
|
|
453
|
+
"path": [
|
|
454
|
+
{
|
|
455
|
+
"bookId": "02-runtime-data-client",
|
|
456
|
+
"audience": "developers",
|
|
457
|
+
"chapters": [
|
|
458
|
+
"3-metadata-discovery-for-runtime-clients"
|
|
459
|
+
]
|
|
460
|
+
},
|
|
461
|
+
{
|
|
462
|
+
"bookId": "05-metadata-agents-abstracts",
|
|
463
|
+
"audience": "developers",
|
|
464
|
+
"chapters": [
|
|
465
|
+
"7-views-writes-and-the-client-effective-metadata-pattern",
|
|
466
|
+
"9-install-and-publish-never-auto"
|
|
467
|
+
]
|
|
468
|
+
}
|
|
469
|
+
]
|
|
470
|
+
},
|
|
471
|
+
{
|
|
472
|
+
"id": "revision-stale-conflicts",
|
|
473
|
+
"title": "Handle revision / stale conflicts",
|
|
474
|
+
"md": "downloads/use-cases/revision-stale-conflicts.md",
|
|
475
|
+
"path": [
|
|
476
|
+
{
|
|
477
|
+
"bookId": "02-runtime-data-client",
|
|
478
|
+
"audience": "developers",
|
|
479
|
+
"chapters": [
|
|
480
|
+
"10-patch-language",
|
|
481
|
+
"18-error-catalog-client-facing"
|
|
482
|
+
]
|
|
483
|
+
},
|
|
484
|
+
{
|
|
485
|
+
"bookId": "13-migration-troubleshooting",
|
|
486
|
+
"audience": "developers",
|
|
487
|
+
"chapters": [
|
|
488
|
+
"4-failure-matrix-runtime-http"
|
|
489
|
+
]
|
|
490
|
+
}
|
|
491
|
+
]
|
|
492
|
+
},
|
|
493
|
+
{
|
|
494
|
+
"id": "discriminated-content-writes",
|
|
495
|
+
"title": "Write analysis / decision / narrative content",
|
|
496
|
+
"md": "downloads/use-cases/discriminated-content-writes.md",
|
|
497
|
+
"path": [
|
|
498
|
+
{
|
|
499
|
+
"bookId": "02-runtime-data-client",
|
|
500
|
+
"audience": "developers",
|
|
501
|
+
"chapters": [
|
|
502
|
+
"11-discriminated-content-writes"
|
|
503
|
+
]
|
|
504
|
+
},
|
|
505
|
+
{
|
|
506
|
+
"bookId": "01-format-for-dummies",
|
|
507
|
+
"audience": "developers",
|
|
508
|
+
"chapters": [
|
|
509
|
+
"10-discriminated-content-instances"
|
|
510
|
+
]
|
|
511
|
+
},
|
|
512
|
+
{
|
|
513
|
+
"bookId": "04-data-access-patterns",
|
|
514
|
+
"audience": "developers",
|
|
515
|
+
"chapters": [
|
|
516
|
+
"15-workflow-analysis-and-decision-content"
|
|
517
|
+
]
|
|
518
|
+
}
|
|
519
|
+
]
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
"id": "memory-hourly-ingest",
|
|
523
|
+
"title": "Ingest an external system on a schedule",
|
|
524
|
+
"md": "downloads/use-cases/memory-hourly-ingest.md",
|
|
525
|
+
"path": [
|
|
526
|
+
{
|
|
527
|
+
"bookId": "06-relationships-and-memory",
|
|
528
|
+
"audience": "developers",
|
|
529
|
+
"chapters": [
|
|
530
|
+
"2-memory-exact-source-landing"
|
|
531
|
+
]
|
|
532
|
+
},
|
|
533
|
+
{
|
|
534
|
+
"bookId": "08-pipelines",
|
|
535
|
+
"audience": "developers",
|
|
536
|
+
"chapters": [
|
|
537
|
+
"1-pipeline-definition",
|
|
538
|
+
"13-complete-ops-tutorial"
|
|
539
|
+
]
|
|
540
|
+
},
|
|
541
|
+
{
|
|
542
|
+
"bookId": "04-data-access-patterns",
|
|
543
|
+
"audience": "developers",
|
|
544
|
+
"chapters": [
|
|
545
|
+
"13-memory-as-the-preferred-ingestion-mechanism"
|
|
546
|
+
]
|
|
547
|
+
}
|
|
548
|
+
]
|
|
549
|
+
},
|
|
550
|
+
{
|
|
551
|
+
"id": "four-field-links",
|
|
552
|
+
"title": "Link subjects with four-field relationships",
|
|
553
|
+
"md": "downloads/use-cases/four-field-links.md",
|
|
554
|
+
"path": [
|
|
555
|
+
{
|
|
556
|
+
"bookId": "06-relationships-and-memory",
|
|
557
|
+
"audience": "developers",
|
|
558
|
+
"chapters": [
|
|
559
|
+
"3-relationships-four-field-links-only",
|
|
560
|
+
"5-reads-virtual-expansion",
|
|
561
|
+
"9-hard-rules-relationships-memory"
|
|
562
|
+
]
|
|
563
|
+
},
|
|
564
|
+
{
|
|
565
|
+
"bookId": "02-runtime-data-client",
|
|
566
|
+
"audience": "developers",
|
|
567
|
+
"chapters": [
|
|
568
|
+
"8-relationship-reads",
|
|
569
|
+
"15-relationship-mutation-boundary"
|
|
570
|
+
]
|
|
571
|
+
}
|
|
572
|
+
]
|
|
573
|
+
},
|
|
574
|
+
{
|
|
575
|
+
"id": "relationship-rebuild-verify",
|
|
576
|
+
"title": "Rebuild and verify relationship links",
|
|
577
|
+
"md": "downloads/use-cases/relationship-rebuild-verify.md",
|
|
578
|
+
"path": [
|
|
579
|
+
{
|
|
580
|
+
"bookId": "06-relationships-and-memory",
|
|
581
|
+
"audience": "developers",
|
|
582
|
+
"chapters": [
|
|
583
|
+
"4-engine-lifecycle-discover-verify-rebuild-cleanup",
|
|
584
|
+
"6-ops-narrative-walkthrough"
|
|
585
|
+
]
|
|
586
|
+
}
|
|
587
|
+
]
|
|
588
|
+
},
|
|
589
|
+
{
|
|
590
|
+
"id": "install-metadata-pack",
|
|
591
|
+
"title": "Author and install a metadata pack",
|
|
592
|
+
"md": "downloads/use-cases/install-metadata-pack.md",
|
|
593
|
+
"path": [
|
|
594
|
+
{
|
|
595
|
+
"bookId": "05-metadata-agents-abstracts",
|
|
596
|
+
"audience": "developers",
|
|
597
|
+
"chapters": [
|
|
598
|
+
"2-pack-shape-memorix-metadata-1",
|
|
599
|
+
"3-agents-and-inheritance",
|
|
600
|
+
"9-install-and-publish-never-auto",
|
|
601
|
+
"11-hard-rules-for-metadata-authors"
|
|
602
|
+
]
|
|
603
|
+
}
|
|
604
|
+
]
|
|
605
|
+
},
|
|
606
|
+
{
|
|
607
|
+
"id": "custom-kind-descriptors",
|
|
608
|
+
"title": "Store custom UI kind descriptors",
|
|
609
|
+
"md": "downloads/use-cases/custom-kind-descriptors.md",
|
|
610
|
+
"path": [
|
|
611
|
+
{
|
|
612
|
+
"bookId": "05-metadata-agents-abstracts",
|
|
613
|
+
"audience": "developers",
|
|
614
|
+
"chapters": [
|
|
615
|
+
"8-built-in-vs-custom-kinds"
|
|
616
|
+
]
|
|
617
|
+
},
|
|
618
|
+
{
|
|
619
|
+
"bookId": "11-agent-packs-and-ops",
|
|
620
|
+
"audience": "developers",
|
|
621
|
+
"chapters": [
|
|
622
|
+
"5-custom-kinds-in-a-pack"
|
|
623
|
+
]
|
|
624
|
+
}
|
|
625
|
+
]
|
|
626
|
+
},
|
|
627
|
+
{
|
|
628
|
+
"id": "build-callable-service",
|
|
629
|
+
"title": "Build a service Memorix pipelines invoke",
|
|
630
|
+
"md": "downloads/use-cases/build-callable-service.md",
|
|
631
|
+
"path": [
|
|
632
|
+
{
|
|
633
|
+
"bookId": "07-services",
|
|
634
|
+
"audience": "developers",
|
|
635
|
+
"chapters": [
|
|
636
|
+
"1-do-i-need-a-service",
|
|
637
|
+
"2-one-model-roles-catalog",
|
|
638
|
+
"3-define-the-service",
|
|
639
|
+
"4-implement-the-handler",
|
|
640
|
+
"7-invoke-from-a-pipeline"
|
|
641
|
+
]
|
|
642
|
+
}
|
|
643
|
+
]
|
|
644
|
+
},
|
|
645
|
+
{
|
|
646
|
+
"id": "http-process-compliance",
|
|
647
|
+
"title": "HTTP process compliance (ports / health / live)",
|
|
648
|
+
"md": "downloads/use-cases/http-process-compliance.md",
|
|
649
|
+
"path": [
|
|
650
|
+
{
|
|
651
|
+
"bookId": "07-services",
|
|
652
|
+
"audience": "developers",
|
|
653
|
+
"chapters": [
|
|
654
|
+
"14-reference",
|
|
655
|
+
"6-bind-and-deploy"
|
|
656
|
+
]
|
|
657
|
+
},
|
|
658
|
+
{
|
|
659
|
+
"bookId": "00-platform-overview",
|
|
660
|
+
"audience": "developers",
|
|
661
|
+
"chapters": [
|
|
662
|
+
"7-local-stack-quick-start"
|
|
663
|
+
]
|
|
664
|
+
}
|
|
665
|
+
]
|
|
666
|
+
},
|
|
667
|
+
{
|
|
668
|
+
"id": "author-pipeline-e2e",
|
|
669
|
+
"title": "Author and run a pipeline end-to-end",
|
|
670
|
+
"md": "downloads/use-cases/author-pipeline-e2e.md",
|
|
671
|
+
"path": [
|
|
672
|
+
{
|
|
673
|
+
"bookId": "08-pipelines",
|
|
674
|
+
"audience": "developers",
|
|
675
|
+
"chapters": [
|
|
676
|
+
"1-pipeline-definition",
|
|
677
|
+
"2-execution-model",
|
|
678
|
+
"4-step-types-one-by-one",
|
|
679
|
+
"13-complete-ops-tutorial"
|
|
680
|
+
]
|
|
681
|
+
}
|
|
682
|
+
]
|
|
683
|
+
},
|
|
684
|
+
{
|
|
685
|
+
"id": "ai-pipeline-fail-closed",
|
|
686
|
+
"title": "AI pipeline steps fail closed",
|
|
687
|
+
"md": "downloads/use-cases/ai-pipeline-fail-closed.md",
|
|
688
|
+
"path": [
|
|
689
|
+
{
|
|
690
|
+
"bookId": "08-pipelines",
|
|
691
|
+
"audience": "developers",
|
|
692
|
+
"chapters": [
|
|
693
|
+
"8-ai-pipelines",
|
|
694
|
+
"11-errors-catalog"
|
|
695
|
+
]
|
|
696
|
+
},
|
|
697
|
+
{
|
|
698
|
+
"bookId": "07-services",
|
|
699
|
+
"audience": "developers",
|
|
700
|
+
"chapters": [
|
|
701
|
+
"9-secrets-validation-reliability"
|
|
702
|
+
]
|
|
703
|
+
}
|
|
704
|
+
]
|
|
705
|
+
},
|
|
706
|
+
{
|
|
707
|
+
"id": "pipeline-retry-evidence",
|
|
708
|
+
"title": "Retry a failed pipeline step with evidence",
|
|
709
|
+
"md": "downloads/use-cases/pipeline-retry-evidence.md",
|
|
710
|
+
"path": [
|
|
711
|
+
{
|
|
712
|
+
"bookId": "08-pipelines",
|
|
713
|
+
"audience": "developers",
|
|
714
|
+
"chapters": [
|
|
715
|
+
"10-operations",
|
|
716
|
+
"11-errors-catalog",
|
|
717
|
+
"14-antipatterns-and-troubleshooting"
|
|
718
|
+
]
|
|
719
|
+
}
|
|
720
|
+
]
|
|
721
|
+
},
|
|
722
|
+
{
|
|
723
|
+
"id": "embed-studio-host",
|
|
724
|
+
"title": "Embed Studio in a host app",
|
|
725
|
+
"md": "downloads/use-cases/embed-studio-host.md",
|
|
726
|
+
"path": [
|
|
727
|
+
{
|
|
728
|
+
"bookId": "09-workflow-and-studio",
|
|
729
|
+
"audience": "developers",
|
|
730
|
+
"chapters": [
|
|
731
|
+
"1-studio-constraint-service-only-ui",
|
|
732
|
+
"3-scope-bar-http-headers",
|
|
733
|
+
"7-embedding-guidance-for-host-apps"
|
|
734
|
+
]
|
|
735
|
+
}
|
|
736
|
+
]
|
|
737
|
+
},
|
|
738
|
+
{
|
|
739
|
+
"id": "workflow-sibling-api",
|
|
740
|
+
"title": "Work with workflow sibling content via API",
|
|
741
|
+
"md": "downloads/use-cases/workflow-sibling-api.md",
|
|
742
|
+
"path": [
|
|
743
|
+
{
|
|
744
|
+
"bookId": "09-workflow-and-studio",
|
|
745
|
+
"audience": "developers",
|
|
746
|
+
"chapters": [
|
|
747
|
+
"4-workflow-is-sibling-content",
|
|
748
|
+
"5-workflow-http-api-workflow"
|
|
749
|
+
]
|
|
750
|
+
},
|
|
751
|
+
{
|
|
752
|
+
"bookId": "02-runtime-data-client",
|
|
753
|
+
"audience": "developers",
|
|
754
|
+
"chapters": [
|
|
755
|
+
"16-workflow-clients"
|
|
756
|
+
]
|
|
757
|
+
}
|
|
758
|
+
]
|
|
759
|
+
},
|
|
760
|
+
{
|
|
761
|
+
"id": "intelligence-propose-install",
|
|
762
|
+
"title": "Intelligence propose → human install",
|
|
763
|
+
"md": "downloads/use-cases/intelligence-propose-install.md",
|
|
764
|
+
"path": [
|
|
765
|
+
{
|
|
766
|
+
"bookId": "10-intelligence",
|
|
767
|
+
"audience": "developers",
|
|
768
|
+
"chapters": [
|
|
769
|
+
"2-deterministic-profile-first",
|
|
770
|
+
"3-propose-from-evidence",
|
|
771
|
+
"4-human-install-the-only-write-path",
|
|
772
|
+
"15-anti-patterns"
|
|
773
|
+
]
|
|
774
|
+
},
|
|
775
|
+
{
|
|
776
|
+
"bookId": "05-metadata-agents-abstracts",
|
|
777
|
+
"audience": "developers",
|
|
778
|
+
"chapters": [
|
|
779
|
+
"9-install-and-publish-never-auto"
|
|
780
|
+
]
|
|
781
|
+
}
|
|
782
|
+
]
|
|
783
|
+
},
|
|
784
|
+
{
|
|
785
|
+
"id": "ops-pack-fixtures",
|
|
786
|
+
"title": "Package ops fixtures and acceptance harness",
|
|
787
|
+
"md": "downloads/use-cases/ops-pack-fixtures.md",
|
|
788
|
+
"path": [
|
|
789
|
+
{
|
|
790
|
+
"bookId": "11-agent-packs-and-ops",
|
|
791
|
+
"audience": "developers",
|
|
792
|
+
"chapters": [
|
|
793
|
+
"2-pack-layout",
|
|
794
|
+
"3-harness-up-down-reset-accept",
|
|
795
|
+
"7-install-into-a-fresh-acceptance-org",
|
|
796
|
+
"6-golden-v2-validation"
|
|
797
|
+
]
|
|
798
|
+
}
|
|
799
|
+
]
|
|
800
|
+
},
|
|
801
|
+
{
|
|
802
|
+
"id": "knowx-claims-review",
|
|
803
|
+
"title": "Build KnowX claims with human review",
|
|
804
|
+
"md": "downloads/use-cases/knowx-claims-review.md",
|
|
805
|
+
"path": [
|
|
806
|
+
{
|
|
807
|
+
"bookId": "12-knowx",
|
|
808
|
+
"audience": "developers",
|
|
809
|
+
"chapters": [
|
|
810
|
+
"1-core-architecture",
|
|
811
|
+
"2-mandatory-provenance-and-sourcespan",
|
|
812
|
+
"5-modeling-edge-assertions-claims",
|
|
813
|
+
"6-human-review-via-siblings",
|
|
814
|
+
"10-full-runnable-fixture-no-live-ai"
|
|
815
|
+
]
|
|
816
|
+
}
|
|
817
|
+
]
|
|
818
|
+
},
|
|
819
|
+
{
|
|
820
|
+
"id": "migrate-associated-star",
|
|
821
|
+
"title": "Migrate associated* present format to V2",
|
|
822
|
+
"md": "downloads/use-cases/migrate-associated-star.md",
|
|
823
|
+
"path": [
|
|
824
|
+
{
|
|
825
|
+
"bookId": "13-migration-troubleshooting",
|
|
826
|
+
"audience": "developers",
|
|
827
|
+
"chapters": [
|
|
828
|
+
"1-present-memorix-record-2",
|
|
829
|
+
"2-associated-rejection-what-v2-forbids",
|
|
830
|
+
"12-associated-migration-table-detail",
|
|
831
|
+
"14-sample-migrate-cli-session"
|
|
832
|
+
]
|
|
833
|
+
}
|
|
834
|
+
]
|
|
835
|
+
},
|
|
836
|
+
{
|
|
837
|
+
"id": "troubleshoot-http-matrix",
|
|
838
|
+
"title": "Troubleshoot runtime HTTP failures",
|
|
839
|
+
"md": "downloads/use-cases/troubleshoot-http-matrix.md",
|
|
840
|
+
"path": [
|
|
841
|
+
{
|
|
842
|
+
"bookId": "13-migration-troubleshooting",
|
|
843
|
+
"audience": "developers",
|
|
844
|
+
"chapters": [
|
|
845
|
+
"4-failure-matrix-runtime-http",
|
|
846
|
+
"11-escalate-packet-for-humans-builders",
|
|
847
|
+
"13-end-to-end-repair-playbooks"
|
|
848
|
+
]
|
|
849
|
+
}
|
|
850
|
+
]
|
|
851
|
+
},
|
|
852
|
+
{
|
|
853
|
+
"id": "trusted-in-process-embed",
|
|
854
|
+
"title": "Embed Memorix engines in a trusted host",
|
|
855
|
+
"md": "downloads/use-cases/trusted-in-process-embed.md",
|
|
856
|
+
"path": [
|
|
857
|
+
{
|
|
858
|
+
"bookId": "00-platform-overview",
|
|
859
|
+
"audience": "developers",
|
|
860
|
+
"chapters": [
|
|
861
|
+
"5-sixteen-packages-when-to-use-what",
|
|
862
|
+
"8-hard-product-rules-integrator-checklist"
|
|
863
|
+
]
|
|
864
|
+
},
|
|
865
|
+
{
|
|
866
|
+
"bookId": "10-intelligence",
|
|
867
|
+
"audience": "developers",
|
|
868
|
+
"chapters": [
|
|
869
|
+
"12-in-process-vs-http"
|
|
870
|
+
]
|
|
871
|
+
}
|
|
872
|
+
]
|
|
873
|
+
},
|
|
874
|
+
{
|
|
875
|
+
"id": "data-journey-evidence",
|
|
876
|
+
"title": "Use data-journey matrix and evidence APIs",
|
|
877
|
+
"md": "downloads/use-cases/data-journey-evidence.md",
|
|
878
|
+
"path": [
|
|
879
|
+
{
|
|
880
|
+
"bookId": "02-runtime-data-client",
|
|
881
|
+
"audience": "developers",
|
|
882
|
+
"chapters": [
|
|
883
|
+
"17-operational-clients"
|
|
884
|
+
]
|
|
885
|
+
},
|
|
886
|
+
{
|
|
887
|
+
"bookId": "04-data-access-patterns",
|
|
888
|
+
"audience": "developers",
|
|
889
|
+
"chapters": [
|
|
890
|
+
"19-observability",
|
|
891
|
+
"2-master-decision-matrix"
|
|
892
|
+
]
|
|
893
|
+
}
|
|
894
|
+
]
|
|
895
|
+
},
|
|
896
|
+
{
|
|
897
|
+
"id": "local-acceptance-g12ops",
|
|
898
|
+
"title": "Run local acceptance on g12ops*",
|
|
899
|
+
"md": "downloads/use-cases/local-acceptance-g12ops.md",
|
|
900
|
+
"path": [
|
|
901
|
+
{
|
|
902
|
+
"bookId": "00-platform-overview",
|
|
903
|
+
"audience": "developers",
|
|
904
|
+
"chapters": [
|
|
905
|
+
"6-the-ops-mental-path-end-to-end",
|
|
906
|
+
"7-local-stack-quick-start"
|
|
907
|
+
]
|
|
908
|
+
},
|
|
909
|
+
{
|
|
910
|
+
"bookId": "11-agent-packs-and-ops",
|
|
911
|
+
"audience": "developers",
|
|
912
|
+
"chapters": [
|
|
913
|
+
"3-harness-up-down-reset-accept",
|
|
914
|
+
"7-install-into-a-fresh-acceptance-org"
|
|
915
|
+
]
|
|
916
|
+
}
|
|
917
|
+
]
|
|
918
|
+
},
|
|
919
|
+
{
|
|
920
|
+
"id": "openapi-typed-client",
|
|
921
|
+
"title": "Orient on OpenAPI / typed clients",
|
|
922
|
+
"md": "downloads/use-cases/openapi-typed-client.md",
|
|
923
|
+
"path": [
|
|
924
|
+
{
|
|
925
|
+
"bookId": "09-workflow-and-studio",
|
|
926
|
+
"audience": "developers",
|
|
927
|
+
"chapters": [
|
|
928
|
+
"8-relation-to-data-plane-and-openapi",
|
|
929
|
+
"12-openapi-generation-workflow"
|
|
930
|
+
]
|
|
931
|
+
},
|
|
932
|
+
{
|
|
933
|
+
"bookId": "00-platform-overview",
|
|
934
|
+
"audience": "developers",
|
|
935
|
+
"chapters": [
|
|
936
|
+
"4-api-families"
|
|
937
|
+
]
|
|
938
|
+
}
|
|
939
|
+
]
|
|
940
|
+
},
|
|
941
|
+
{
|
|
942
|
+
"id": "studio-design-types",
|
|
943
|
+
"title": "Design object and content types in Studio",
|
|
944
|
+
"md": "downloads/use-cases/studio-design-types.md",
|
|
945
|
+
"path": [
|
|
946
|
+
{
|
|
947
|
+
"bookId": "09-workflow-and-studio",
|
|
948
|
+
"audience": "builders",
|
|
949
|
+
"chapters": [
|
|
950
|
+
"1-scope-bar-first-always",
|
|
951
|
+
"2-design"
|
|
952
|
+
]
|
|
953
|
+
},
|
|
954
|
+
{
|
|
955
|
+
"bookId": "05-metadata-agents-abstracts",
|
|
956
|
+
"audience": "builders",
|
|
957
|
+
"chapters": [
|
|
958
|
+
"2-design-screens-you-will-use",
|
|
959
|
+
"3-builder-workflow-ops"
|
|
960
|
+
]
|
|
961
|
+
}
|
|
962
|
+
]
|
|
963
|
+
},
|
|
964
|
+
{
|
|
965
|
+
"id": "studio-operate-pipelines",
|
|
966
|
+
"title": "Operate pipelines in Studio",
|
|
967
|
+
"md": "downloads/use-cases/studio-operate-pipelines.md",
|
|
968
|
+
"path": [
|
|
969
|
+
{
|
|
970
|
+
"bookId": "09-workflow-and-studio",
|
|
971
|
+
"audience": "builders",
|
|
972
|
+
"chapters": [
|
|
973
|
+
"3-operate"
|
|
974
|
+
]
|
|
975
|
+
},
|
|
976
|
+
{
|
|
977
|
+
"bookId": "08-pipelines",
|
|
978
|
+
"audience": "builders",
|
|
979
|
+
"chapters": [
|
|
980
|
+
"4-runs-attempts-and-artifacts",
|
|
981
|
+
"6-retry-etiquette",
|
|
982
|
+
"9-operate-checklist"
|
|
983
|
+
]
|
|
984
|
+
}
|
|
985
|
+
]
|
|
986
|
+
},
|
|
987
|
+
{
|
|
988
|
+
"id": "studio-explore-subject",
|
|
989
|
+
"title": "Explore a composed subject in Studio",
|
|
990
|
+
"md": "downloads/use-cases/studio-explore-subject.md",
|
|
991
|
+
"path": [
|
|
992
|
+
{
|
|
993
|
+
"bookId": "09-workflow-and-studio",
|
|
994
|
+
"audience": "builders",
|
|
995
|
+
"chapters": [
|
|
996
|
+
"4-explore"
|
|
997
|
+
]
|
|
998
|
+
},
|
|
999
|
+
{
|
|
1000
|
+
"bookId": "01-format-for-dummies",
|
|
1001
|
+
"audience": "builders",
|
|
1002
|
+
"chapters": [
|
|
1003
|
+
"1-what-you-see-in-explore",
|
|
1004
|
+
"2-composition-vs-relationship"
|
|
1005
|
+
]
|
|
1006
|
+
}
|
|
1007
|
+
]
|
|
1008
|
+
},
|
|
1009
|
+
{
|
|
1010
|
+
"id": "studio-review-intelligence",
|
|
1011
|
+
"title": "Review intelligence proposals in Studio",
|
|
1012
|
+
"md": "downloads/use-cases/studio-review-intelligence.md",
|
|
1013
|
+
"path": [
|
|
1014
|
+
{
|
|
1015
|
+
"bookId": "10-intelligence",
|
|
1016
|
+
"audience": "builders",
|
|
1017
|
+
"chapters": [
|
|
1018
|
+
"1-where-in-studio",
|
|
1019
|
+
"2-what-good-evidence-looks-like",
|
|
1020
|
+
"3-review-reject-install-checklist"
|
|
1021
|
+
]
|
|
1022
|
+
}
|
|
1023
|
+
]
|
|
1024
|
+
},
|
|
1025
|
+
{
|
|
1026
|
+
"id": "studio-stale-conflict-ui",
|
|
1027
|
+
"title": "Resolve stale conflicts from the UI",
|
|
1028
|
+
"md": "downloads/use-cases/studio-stale-conflict-ui.md",
|
|
1029
|
+
"path": [
|
|
1030
|
+
{
|
|
1031
|
+
"bookId": "13-migration-troubleshooting",
|
|
1032
|
+
"audience": "builders",
|
|
1033
|
+
"chapters": [
|
|
1034
|
+
"2-stale-conflicts-what-you-should-do",
|
|
1035
|
+
"4-symptom-where-to-click"
|
|
1036
|
+
]
|
|
1037
|
+
},
|
|
1038
|
+
{
|
|
1039
|
+
"bookId": "01-format-for-dummies",
|
|
1040
|
+
"audience": "builders",
|
|
1041
|
+
"chapters": [
|
|
1042
|
+
"4-revision-why-saves-sometimes-conflict"
|
|
1043
|
+
]
|
|
1044
|
+
}
|
|
1045
|
+
]
|
|
1046
|
+
},
|
|
1047
|
+
{
|
|
1048
|
+
"id": "studio-scope-isolation",
|
|
1049
|
+
"title": "Keep workspaces isolated via the scope bar",
|
|
1050
|
+
"md": "downloads/use-cases/studio-scope-isolation.md",
|
|
1051
|
+
"path": [
|
|
1052
|
+
{
|
|
1053
|
+
"bookId": "09-workflow-and-studio",
|
|
1054
|
+
"audience": "builders",
|
|
1055
|
+
"chapters": [
|
|
1056
|
+
"1-scope-bar-first-always",
|
|
1057
|
+
"6-operator-ux-rules"
|
|
1058
|
+
]
|
|
1059
|
+
},
|
|
1060
|
+
{
|
|
1061
|
+
"bookId": "00-platform-overview",
|
|
1062
|
+
"audience": "builders",
|
|
1063
|
+
"chapters": [
|
|
1064
|
+
"6-rules-builders-enforce",
|
|
1065
|
+
"9-acceptance-workspace"
|
|
1066
|
+
]
|
|
1067
|
+
}
|
|
1068
|
+
]
|
|
1069
|
+
},
|
|
1070
|
+
{
|
|
1071
|
+
"id": "builder-acceptance-ops",
|
|
1072
|
+
"title": "Acceptance tour on the ops narrative",
|
|
1073
|
+
"md": "downloads/use-cases/builder-acceptance-ops.md",
|
|
1074
|
+
"path": [
|
|
1075
|
+
{
|
|
1076
|
+
"bookId": "00-platform-overview",
|
|
1077
|
+
"audience": "builders",
|
|
1078
|
+
"chapters": [
|
|
1079
|
+
"5-a-short-ops-tour-what-success-looks-like",
|
|
1080
|
+
"9-acceptance-workspace"
|
|
1081
|
+
]
|
|
1082
|
+
},
|
|
1083
|
+
{
|
|
1084
|
+
"bookId": "09-workflow-and-studio",
|
|
1085
|
+
"audience": "builders",
|
|
1086
|
+
"chapters": [
|
|
1087
|
+
"7-short-ops-tour-acceptance"
|
|
1088
|
+
]
|
|
1089
|
+
},
|
|
1090
|
+
{
|
|
1091
|
+
"bookId": "11-agent-packs-and-ops",
|
|
1092
|
+
"audience": "builders",
|
|
1093
|
+
"chapters": [
|
|
1094
|
+
"1-what-you-should-see-after-a-good-install",
|
|
1095
|
+
"2-install-checklist-fresh-g12ops"
|
|
1096
|
+
]
|
|
1097
|
+
}
|
|
1098
|
+
]
|
|
1099
|
+
}
|
|
1100
|
+
],
|
|
1101
|
+
"indexes": {
|
|
1102
|
+
"indexMd": "INDEX.md",
|
|
1103
|
+
"searchJson": "SEARCH.json"
|
|
1104
|
+
},
|
|
1105
|
+
"concepts": [
|
|
1106
|
+
{
|
|
1107
|
+
"id": "org-agent-scope",
|
|
1108
|
+
"title": "Organization and agent scope",
|
|
1109
|
+
"md": "concepts/org-agent-scope.md"
|
|
1110
|
+
},
|
|
1111
|
+
{
|
|
1112
|
+
"id": "agents-inheritance",
|
|
1113
|
+
"title": "Agents and inheritance",
|
|
1114
|
+
"md": "concepts/agents-inheritance.md"
|
|
1115
|
+
},
|
|
1116
|
+
{
|
|
1117
|
+
"id": "sources-and-memory",
|
|
1118
|
+
"title": "Sources and Memory",
|
|
1119
|
+
"md": "concepts/sources-and-memory.md"
|
|
1120
|
+
},
|
|
1121
|
+
{
|
|
1122
|
+
"id": "object-content-category",
|
|
1123
|
+
"title": "Object type, content type, and data category",
|
|
1124
|
+
"md": "concepts/object-content-category.md"
|
|
1125
|
+
},
|
|
1126
|
+
{
|
|
1127
|
+
"id": "explicit-metadata-installation",
|
|
1128
|
+
"title": "Explicit metadata validation and installation",
|
|
1129
|
+
"md": "concepts/explicit-metadata-installation.md"
|
|
1130
|
+
},
|
|
1131
|
+
{
|
|
1132
|
+
"id": "effective-metadata",
|
|
1133
|
+
"title": "Effective metadata",
|
|
1134
|
+
"md": "concepts/effective-metadata.md"
|
|
1135
|
+
},
|
|
1136
|
+
{
|
|
1137
|
+
"id": "abstracts-bindings",
|
|
1138
|
+
"title": "Abstracts and bindings",
|
|
1139
|
+
"md": "concepts/abstracts-bindings.md"
|
|
1140
|
+
},
|
|
1141
|
+
{
|
|
1142
|
+
"id": "people-union",
|
|
1143
|
+
"title": "People union",
|
|
1144
|
+
"md": "concepts/people-union.md"
|
|
1145
|
+
},
|
|
1146
|
+
{
|
|
1147
|
+
"id": "mappings-transforms",
|
|
1148
|
+
"title": "Mappings and transforms",
|
|
1149
|
+
"md": "concepts/mappings-transforms.md"
|
|
1150
|
+
},
|
|
1151
|
+
{
|
|
1152
|
+
"id": "raw-records",
|
|
1153
|
+
"title": "Raw records",
|
|
1154
|
+
"md": "concepts/raw-records.md"
|
|
1155
|
+
},
|
|
1156
|
+
{
|
|
1157
|
+
"id": "composition",
|
|
1158
|
+
"title": "Same-subject composition",
|
|
1159
|
+
"md": "concepts/composition.md"
|
|
1160
|
+
},
|
|
1161
|
+
{
|
|
1162
|
+
"id": "relationship-definitions",
|
|
1163
|
+
"title": "Relationship definitions",
|
|
1164
|
+
"md": "concepts/relationship-definitions.md"
|
|
1165
|
+
},
|
|
1166
|
+
{
|
|
1167
|
+
"id": "relationship-references",
|
|
1168
|
+
"title": "Stored relationship references",
|
|
1169
|
+
"md": "concepts/relationship-references.md"
|
|
1170
|
+
},
|
|
1171
|
+
{
|
|
1172
|
+
"id": "traversal",
|
|
1173
|
+
"title": "Forward and inverse traversal",
|
|
1174
|
+
"md": "concepts/traversal.md"
|
|
1175
|
+
},
|
|
1176
|
+
{
|
|
1177
|
+
"id": "resolved-unresolved",
|
|
1178
|
+
"title": "Resolved and unresolved relationships",
|
|
1179
|
+
"md": "concepts/resolved-unresolved.md"
|
|
1180
|
+
},
|
|
1181
|
+
{
|
|
1182
|
+
"id": "record-revisions",
|
|
1183
|
+
"title": "Record revisions and stale-write conflicts",
|
|
1184
|
+
"md": "concepts/record-revisions.md"
|
|
1185
|
+
},
|
|
1186
|
+
{
|
|
1187
|
+
"id": "analysis-objects",
|
|
1188
|
+
"title": "Analysis objects",
|
|
1189
|
+
"md": "concepts/analysis-objects.md"
|
|
1190
|
+
},
|
|
1191
|
+
{
|
|
1192
|
+
"id": "decisions-content",
|
|
1193
|
+
"title": "Decisions",
|
|
1194
|
+
"md": "concepts/decisions-content.md"
|
|
1195
|
+
},
|
|
1196
|
+
{
|
|
1197
|
+
"id": "intelligence-proposals",
|
|
1198
|
+
"title": "Intelligence proposals",
|
|
1199
|
+
"md": "concepts/intelligence-proposals.md"
|
|
1200
|
+
}
|
|
1201
|
+
],
|
|
1202
|
+
"guides": [
|
|
1203
|
+
{
|
|
1204
|
+
"id": "apply-scope",
|
|
1205
|
+
"title": "Select and apply organization/agent scope",
|
|
1206
|
+
"md": "guides/apply-scope.md"
|
|
1207
|
+
},
|
|
1208
|
+
{
|
|
1209
|
+
"id": "inspect-effective-metadata",
|
|
1210
|
+
"title": "Inspect effective metadata before read/write",
|
|
1211
|
+
"md": "guides/inspect-effective-metadata.md"
|
|
1212
|
+
},
|
|
1213
|
+
{
|
|
1214
|
+
"id": "choose-access-method",
|
|
1215
|
+
"title": "Choose raw, composed, or abstract access",
|
|
1216
|
+
"md": "guides/choose-access-method.md"
|
|
1217
|
+
},
|
|
1218
|
+
{
|
|
1219
|
+
"id": "first-revision-safe-write",
|
|
1220
|
+
"title": "Perform a first revision-safe read/write",
|
|
1221
|
+
"md": "guides/first-revision-safe-write.md"
|
|
1222
|
+
},
|
|
1223
|
+
{
|
|
1224
|
+
"id": "reload-retry-conflict",
|
|
1225
|
+
"title": "Reload, compare, and retry after a revision conflict",
|
|
1226
|
+
"md": "guides/reload-retry-conflict.md"
|
|
1227
|
+
},
|
|
1228
|
+
{
|
|
1229
|
+
"id": "validate-install-pack",
|
|
1230
|
+
"title": "Validate and explicitly install a metadata pack",
|
|
1231
|
+
"md": "guides/validate-install-pack.md"
|
|
1232
|
+
},
|
|
1233
|
+
{
|
|
1234
|
+
"id": "define-traverse-relationship",
|
|
1235
|
+
"title": "Define and traverse a relationship",
|
|
1236
|
+
"md": "guides/define-traverse-relationship.md"
|
|
1237
|
+
},
|
|
1238
|
+
{
|
|
1239
|
+
"id": "diagnose-unresolved",
|
|
1240
|
+
"title": "Diagnose an unresolved relationship target",
|
|
1241
|
+
"md": "guides/diagnose-unresolved.md"
|
|
1242
|
+
},
|
|
1243
|
+
{
|
|
1244
|
+
"id": "compose-subject-ui",
|
|
1245
|
+
"title": "Compose same-subject content for a UI",
|
|
1246
|
+
"md": "guides/compose-subject-ui.md"
|
|
1247
|
+
},
|
|
1248
|
+
{
|
|
1249
|
+
"id": "query-people-abstract",
|
|
1250
|
+
"title": "Query the People abstract view",
|
|
1251
|
+
"md": "guides/query-people-abstract.md"
|
|
1252
|
+
},
|
|
1253
|
+
{
|
|
1254
|
+
"id": "evidence-to-decision",
|
|
1255
|
+
"title": "Move from evidence to analysis and a decision",
|
|
1256
|
+
"md": "guides/evidence-to-decision.md"
|
|
1257
|
+
}
|
|
1258
|
+
],
|
|
1259
|
+
"scenarios": [
|
|
1260
|
+
{
|
|
1261
|
+
"id": "scope-mismatch",
|
|
1262
|
+
"title": "Scope does not match the intended workspace",
|
|
1263
|
+
"md": "scenarios/scope-mismatch.md"
|
|
1264
|
+
},
|
|
1265
|
+
{
|
|
1266
|
+
"id": "stale-revision-conflict",
|
|
1267
|
+
"title": "A write returns a stale-revision conflict",
|
|
1268
|
+
"md": "scenarios/stale-revision-conflict.md"
|
|
1269
|
+
},
|
|
1270
|
+
{
|
|
1271
|
+
"id": "unresolved-relationship",
|
|
1272
|
+
"title": "A relationship target is unresolved",
|
|
1273
|
+
"md": "scenarios/unresolved-relationship.md"
|
|
1274
|
+
},
|
|
1275
|
+
{
|
|
1276
|
+
"id": "pack-valid-not-installed",
|
|
1277
|
+
"title": "A metadata pack is valid but not installed",
|
|
1278
|
+
"md": "scenarios/pack-valid-not-installed.md"
|
|
1279
|
+
},
|
|
1280
|
+
{
|
|
1281
|
+
"id": "choose-subject-view",
|
|
1282
|
+
"title": "A caller needs a subject view",
|
|
1283
|
+
"md": "scenarios/choose-subject-view.md"
|
|
1284
|
+
},
|
|
1285
|
+
{
|
|
1286
|
+
"id": "traversal-direction",
|
|
1287
|
+
"title": "Relationship traversal direction and expansion",
|
|
1288
|
+
"md": "scenarios/traversal-direction.md"
|
|
1289
|
+
}
|
|
1290
|
+
],
|
|
1291
|
+
"decisions": [],
|
|
1292
|
+
"glossary": [
|
|
1293
|
+
{
|
|
1294
|
+
"id": "agent",
|
|
1295
|
+
"term": "Agent",
|
|
1296
|
+
"md": "glossary/agent.md"
|
|
1297
|
+
},
|
|
1298
|
+
{
|
|
1299
|
+
"id": "scope",
|
|
1300
|
+
"term": "Scope",
|
|
1301
|
+
"md": "glossary/scope.md"
|
|
1302
|
+
},
|
|
1303
|
+
{
|
|
1304
|
+
"id": "source",
|
|
1305
|
+
"term": "Source",
|
|
1306
|
+
"md": "glossary/source.md"
|
|
1307
|
+
},
|
|
1308
|
+
{
|
|
1309
|
+
"id": "memory",
|
|
1310
|
+
"term": "Memory",
|
|
1311
|
+
"md": "glossary/memory.md"
|
|
1312
|
+
},
|
|
1313
|
+
{
|
|
1314
|
+
"id": "object-type",
|
|
1315
|
+
"term": "Object type",
|
|
1316
|
+
"md": "glossary/object-type.md"
|
|
1317
|
+
},
|
|
1318
|
+
{
|
|
1319
|
+
"id": "content-type",
|
|
1320
|
+
"term": "Content type",
|
|
1321
|
+
"md": "glossary/content-type.md"
|
|
1322
|
+
},
|
|
1323
|
+
{
|
|
1324
|
+
"id": "data-category",
|
|
1325
|
+
"term": "Data category",
|
|
1326
|
+
"md": "glossary/data-category.md"
|
|
1327
|
+
},
|
|
1328
|
+
{
|
|
1329
|
+
"id": "abstract",
|
|
1330
|
+
"term": "Abstract",
|
|
1331
|
+
"md": "glossary/abstract.md"
|
|
1332
|
+
},
|
|
1333
|
+
{
|
|
1334
|
+
"id": "binding",
|
|
1335
|
+
"term": "Binding",
|
|
1336
|
+
"md": "glossary/binding.md"
|
|
1337
|
+
},
|
|
1338
|
+
{
|
|
1339
|
+
"id": "effective-metadata",
|
|
1340
|
+
"term": "Effective metadata",
|
|
1341
|
+
"md": "glossary/effective-metadata.md"
|
|
1342
|
+
},
|
|
1343
|
+
{
|
|
1344
|
+
"id": "mapping",
|
|
1345
|
+
"term": "Mapping",
|
|
1346
|
+
"md": "glossary/mapping.md"
|
|
1347
|
+
},
|
|
1348
|
+
{
|
|
1349
|
+
"id": "composition",
|
|
1350
|
+
"term": "Composition",
|
|
1351
|
+
"md": "glossary/composition.md"
|
|
1352
|
+
},
|
|
1353
|
+
{
|
|
1354
|
+
"id": "relationship-definition",
|
|
1355
|
+
"term": "Relationship definition",
|
|
1356
|
+
"md": "glossary/relationship-definition.md"
|
|
1357
|
+
},
|
|
1358
|
+
{
|
|
1359
|
+
"id": "relationship-reference",
|
|
1360
|
+
"term": "Relationship reference",
|
|
1361
|
+
"md": "glossary/relationship-reference.md"
|
|
1362
|
+
},
|
|
1363
|
+
{
|
|
1364
|
+
"id": "traversal",
|
|
1365
|
+
"term": "Traversal",
|
|
1366
|
+
"md": "glossary/traversal.md"
|
|
1367
|
+
},
|
|
1368
|
+
{
|
|
1369
|
+
"id": "revision",
|
|
1370
|
+
"term": "Revision",
|
|
1371
|
+
"md": "glossary/revision.md"
|
|
1372
|
+
},
|
|
1373
|
+
{
|
|
1374
|
+
"id": "analysis",
|
|
1375
|
+
"term": "Analysis",
|
|
1376
|
+
"md": "glossary/analysis.md"
|
|
1377
|
+
},
|
|
1378
|
+
{
|
|
1379
|
+
"id": "decision",
|
|
1380
|
+
"term": "Decision",
|
|
1381
|
+
"md": "glossary/decision.md"
|
|
1382
|
+
},
|
|
1383
|
+
{
|
|
1384
|
+
"id": "intelligence-proposal",
|
|
1385
|
+
"term": "Intelligence proposal",
|
|
1386
|
+
"md": "glossary/intelligence-proposal.md"
|
|
1387
|
+
}
|
|
1388
|
+
],
|
|
1389
|
+
"visuals": [
|
|
1390
|
+
{
|
|
1391
|
+
"id": "scope-apply",
|
|
1392
|
+
"title": "Scope must be applied explicitly before work begins.",
|
|
1393
|
+
"md": "visuals/scope-apply.md"
|
|
1394
|
+
},
|
|
1395
|
+
{
|
|
1396
|
+
"id": "revision-conflict",
|
|
1397
|
+
"title": "Stale writers are rejected; the record stays at the newer revision.",
|
|
1398
|
+
"md": "visuals/revision-conflict.md"
|
|
1399
|
+
}
|
|
1400
|
+
],
|
|
1401
|
+
"diagrams": [
|
|
1402
|
+
{
|
|
1403
|
+
"id": "memorix-central-journey",
|
|
1404
|
+
"title": "Memorix central product journey",
|
|
1405
|
+
"md": "diagrams/memorix-central-journey.md"
|
|
1406
|
+
},
|
|
1407
|
+
{
|
|
1408
|
+
"id": "agent-inheritance",
|
|
1409
|
+
"title": "Agent inheritance",
|
|
1410
|
+
"md": "diagrams/agent-inheritance.md"
|
|
1411
|
+
},
|
|
1412
|
+
{
|
|
1413
|
+
"id": "metadata-lifecycle",
|
|
1414
|
+
"title": "Metadata lifecycle",
|
|
1415
|
+
"md": "diagrams/metadata-lifecycle.md"
|
|
1416
|
+
},
|
|
1417
|
+
{
|
|
1418
|
+
"id": "record-content-model",
|
|
1419
|
+
"title": "Record and content model",
|
|
1420
|
+
"md": "diagrams/record-content-model.md"
|
|
1421
|
+
},
|
|
1422
|
+
{
|
|
1423
|
+
"id": "people-union-diagram",
|
|
1424
|
+
"title": "People abstract union",
|
|
1425
|
+
"md": "diagrams/people-union-diagram.md"
|
|
1426
|
+
},
|
|
1427
|
+
{
|
|
1428
|
+
"id": "relationship-traversal",
|
|
1429
|
+
"title": "Relationship definition to traversal",
|
|
1430
|
+
"md": "diagrams/relationship-traversal.md"
|
|
1431
|
+
},
|
|
1432
|
+
{
|
|
1433
|
+
"id": "revision-safe-write",
|
|
1434
|
+
"title": "Revision-safe write flow",
|
|
1435
|
+
"md": "diagrams/revision-safe-write.md"
|
|
1436
|
+
},
|
|
1437
|
+
{
|
|
1438
|
+
"id": "intelligence-journey",
|
|
1439
|
+
"title": "Intelligence journey",
|
|
1440
|
+
"md": "diagrams/intelligence-journey.md"
|
|
1441
|
+
}
|
|
1442
|
+
],
|
|
1443
|
+
"relationships": [
|
|
1444
|
+
{
|
|
1445
|
+
"id": "scope-prereq-effective",
|
|
1446
|
+
"type": "prerequisiteOf",
|
|
1447
|
+
"from": "org-agent-scope",
|
|
1448
|
+
"to": "effective-metadata"
|
|
1449
|
+
},
|
|
1450
|
+
{
|
|
1451
|
+
"id": "install-explains-proposals",
|
|
1452
|
+
"type": "explains",
|
|
1453
|
+
"from": "explicit-metadata-installation",
|
|
1454
|
+
"to": "intelligence-proposals"
|
|
1455
|
+
},
|
|
1456
|
+
{
|
|
1457
|
+
"id": "people-part-of-abstracts",
|
|
1458
|
+
"type": "partOf",
|
|
1459
|
+
"from": "people-union",
|
|
1460
|
+
"to": "abstracts-bindings"
|
|
1461
|
+
}
|
|
1462
|
+
],
|
|
1463
|
+
"tutorials": [
|
|
1464
|
+
{
|
|
1465
|
+
"id": "start-with-sample-data",
|
|
1466
|
+
"title": "Start Memorix with the sample dataset",
|
|
1467
|
+
"md": "tutorials/start-with-sample-data.md"
|
|
1468
|
+
},
|
|
1469
|
+
{
|
|
1470
|
+
"id": "first-revision-safe-record",
|
|
1471
|
+
"title": "Read and write the first revision-safe record",
|
|
1472
|
+
"md": "tutorials/first-revision-safe-record.md"
|
|
1473
|
+
},
|
|
1474
|
+
{
|
|
1475
|
+
"id": "compare-views",
|
|
1476
|
+
"title": "Compare raw, composed, and abstract views",
|
|
1477
|
+
"md": "tutorials/compare-views.md"
|
|
1478
|
+
},
|
|
1479
|
+
{
|
|
1480
|
+
"id": "relationships-lab",
|
|
1481
|
+
"title": "Define, store, and traverse relationships",
|
|
1482
|
+
"md": "tutorials/relationships-lab.md"
|
|
1483
|
+
},
|
|
1484
|
+
{
|
|
1485
|
+
"id": "conflict-lab",
|
|
1486
|
+
"title": "Recover from a stale revision conflict",
|
|
1487
|
+
"md": "tutorials/conflict-lab.md"
|
|
1488
|
+
},
|
|
1489
|
+
{
|
|
1490
|
+
"id": "install-pack-lab",
|
|
1491
|
+
"title": "Validate and explicitly install a metadata pack",
|
|
1492
|
+
"md": "tutorials/install-pack-lab.md"
|
|
1493
|
+
},
|
|
1494
|
+
{
|
|
1495
|
+
"id": "analysis-decision-lab",
|
|
1496
|
+
"title": "Move from records to analysis and a decision",
|
|
1497
|
+
"md": "tutorials/analysis-decision-lab.md"
|
|
1498
|
+
}
|
|
1499
|
+
],
|
|
1500
|
+
"examples": [
|
|
1501
|
+
{
|
|
1502
|
+
"id": "memorix-record-envelope",
|
|
1503
|
+
"title": "memorix-record/2 envelope",
|
|
1504
|
+
"md": "examples/memorix-record-envelope.md"
|
|
1505
|
+
},
|
|
1506
|
+
{
|
|
1507
|
+
"id": "revision-safe-write",
|
|
1508
|
+
"title": "Revision-safe write",
|
|
1509
|
+
"md": "examples/revision-safe-write.md"
|
|
1510
|
+
},
|
|
1511
|
+
{
|
|
1512
|
+
"id": "revision-conflict-response",
|
|
1513
|
+
"title": "Revision conflict response and retry",
|
|
1514
|
+
"md": "examples/revision-conflict-response.md"
|
|
1515
|
+
},
|
|
1516
|
+
{
|
|
1517
|
+
"id": "raw-vs-composed",
|
|
1518
|
+
"title": "Raw versus composed subject responses",
|
|
1519
|
+
"md": "examples/raw-vs-composed.md"
|
|
1520
|
+
},
|
|
1521
|
+
{
|
|
1522
|
+
"id": "people-abstract-query",
|
|
1523
|
+
"title": "People abstract query/result",
|
|
1524
|
+
"md": "examples/people-abstract-query.md"
|
|
1525
|
+
},
|
|
1526
|
+
{
|
|
1527
|
+
"id": "relationship-def-and-ref",
|
|
1528
|
+
"title": "Relationship definition and stored reference",
|
|
1529
|
+
"md": "examples/relationship-def-and-ref.md"
|
|
1530
|
+
},
|
|
1531
|
+
{
|
|
1532
|
+
"id": "traversal-resolved-unresolved",
|
|
1533
|
+
"title": "Forward/inverse traversal with resolved and unresolved targets",
|
|
1534
|
+
"md": "examples/traversal-resolved-unresolved.md"
|
|
1535
|
+
},
|
|
1536
|
+
{
|
|
1537
|
+
"id": "metadata-pack-install",
|
|
1538
|
+
"title": "Metadata-pack validation and explicit installation",
|
|
1539
|
+
"md": "examples/metadata-pack-install.md"
|
|
1540
|
+
},
|
|
1541
|
+
{
|
|
1542
|
+
"id": "analysis-decision-records",
|
|
1543
|
+
"title": "Analysis and decision records",
|
|
1544
|
+
"md": "examples/analysis-decision-records.md"
|
|
1545
|
+
}
|
|
1546
|
+
],
|
|
1547
|
+
"sampleData": [
|
|
1548
|
+
{
|
|
1549
|
+
"id": "memorix-synthetic-basic",
|
|
1550
|
+
"title": "memorix-synthetic-basic",
|
|
1551
|
+
"md": "sample-data/memorix-synthetic-basic.md"
|
|
1552
|
+
}
|
|
1553
|
+
],
|
|
1554
|
+
"uiClients": [
|
|
1555
|
+
{
|
|
1556
|
+
"id": "memorix-studio",
|
|
1557
|
+
"title": "Memorix Studio",
|
|
1558
|
+
"md": "ui/clients/memorix-studio.md"
|
|
1559
|
+
}
|
|
1560
|
+
],
|
|
1561
|
+
"apis": [
|
|
1562
|
+
{
|
|
1563
|
+
"id": "memorix-records",
|
|
1564
|
+
"title": "Memorix records API",
|
|
1565
|
+
"md": "apis/memorix-records/overview.md"
|
|
1566
|
+
}
|
|
1567
|
+
],
|
|
1568
|
+
"packs": [
|
|
1569
|
+
{
|
|
1570
|
+
"id": "concept/org-agent-scope",
|
|
1571
|
+
"type": "concept",
|
|
1572
|
+
"path": "packs/concept/org-agent-scope"
|
|
1573
|
+
},
|
|
1574
|
+
{
|
|
1575
|
+
"id": "concept/agents-inheritance",
|
|
1576
|
+
"type": "concept",
|
|
1577
|
+
"path": "packs/concept/agents-inheritance"
|
|
1578
|
+
},
|
|
1579
|
+
{
|
|
1580
|
+
"id": "concept/sources-and-memory",
|
|
1581
|
+
"type": "concept",
|
|
1582
|
+
"path": "packs/concept/sources-and-memory"
|
|
1583
|
+
},
|
|
1584
|
+
{
|
|
1585
|
+
"id": "concept/object-content-category",
|
|
1586
|
+
"type": "concept",
|
|
1587
|
+
"path": "packs/concept/object-content-category"
|
|
1588
|
+
},
|
|
1589
|
+
{
|
|
1590
|
+
"id": "concept/explicit-metadata-installation",
|
|
1591
|
+
"type": "concept",
|
|
1592
|
+
"path": "packs/concept/explicit-metadata-installation"
|
|
1593
|
+
},
|
|
1594
|
+
{
|
|
1595
|
+
"id": "concept/effective-metadata",
|
|
1596
|
+
"type": "concept",
|
|
1597
|
+
"path": "packs/concept/effective-metadata"
|
|
1598
|
+
},
|
|
1599
|
+
{
|
|
1600
|
+
"id": "concept/abstracts-bindings",
|
|
1601
|
+
"type": "concept",
|
|
1602
|
+
"path": "packs/concept/abstracts-bindings"
|
|
1603
|
+
},
|
|
1604
|
+
{
|
|
1605
|
+
"id": "concept/people-union",
|
|
1606
|
+
"type": "concept",
|
|
1607
|
+
"path": "packs/concept/people-union"
|
|
1608
|
+
},
|
|
1609
|
+
{
|
|
1610
|
+
"id": "concept/mappings-transforms",
|
|
1611
|
+
"type": "concept",
|
|
1612
|
+
"path": "packs/concept/mappings-transforms"
|
|
1613
|
+
},
|
|
1614
|
+
{
|
|
1615
|
+
"id": "concept/raw-records",
|
|
1616
|
+
"type": "concept",
|
|
1617
|
+
"path": "packs/concept/raw-records"
|
|
1618
|
+
},
|
|
1619
|
+
{
|
|
1620
|
+
"id": "concept/composition",
|
|
1621
|
+
"type": "concept",
|
|
1622
|
+
"path": "packs/concept/composition"
|
|
1623
|
+
},
|
|
1624
|
+
{
|
|
1625
|
+
"id": "concept/relationship-definitions",
|
|
1626
|
+
"type": "concept",
|
|
1627
|
+
"path": "packs/concept/relationship-definitions"
|
|
1628
|
+
},
|
|
1629
|
+
{
|
|
1630
|
+
"id": "concept/relationship-references",
|
|
1631
|
+
"type": "concept",
|
|
1632
|
+
"path": "packs/concept/relationship-references"
|
|
1633
|
+
},
|
|
1634
|
+
{
|
|
1635
|
+
"id": "concept/traversal",
|
|
1636
|
+
"type": "concept",
|
|
1637
|
+
"path": "packs/concept/traversal"
|
|
1638
|
+
},
|
|
1639
|
+
{
|
|
1640
|
+
"id": "concept/resolved-unresolved",
|
|
1641
|
+
"type": "concept",
|
|
1642
|
+
"path": "packs/concept/resolved-unresolved"
|
|
1643
|
+
},
|
|
1644
|
+
{
|
|
1645
|
+
"id": "concept/record-revisions",
|
|
1646
|
+
"type": "concept",
|
|
1647
|
+
"path": "packs/concept/record-revisions"
|
|
1648
|
+
},
|
|
1649
|
+
{
|
|
1650
|
+
"id": "concept/analysis-objects",
|
|
1651
|
+
"type": "concept",
|
|
1652
|
+
"path": "packs/concept/analysis-objects"
|
|
1653
|
+
},
|
|
1654
|
+
{
|
|
1655
|
+
"id": "concept/decisions-content",
|
|
1656
|
+
"type": "concept",
|
|
1657
|
+
"path": "packs/concept/decisions-content"
|
|
1658
|
+
},
|
|
1659
|
+
{
|
|
1660
|
+
"id": "concept/intelligence-proposals",
|
|
1661
|
+
"type": "concept",
|
|
1662
|
+
"path": "packs/concept/intelligence-proposals"
|
|
1663
|
+
},
|
|
1664
|
+
{
|
|
1665
|
+
"id": "guide/apply-scope",
|
|
1666
|
+
"type": "guide",
|
|
1667
|
+
"path": "packs/guide/apply-scope"
|
|
1668
|
+
},
|
|
1669
|
+
{
|
|
1670
|
+
"id": "guide/inspect-effective-metadata",
|
|
1671
|
+
"type": "guide",
|
|
1672
|
+
"path": "packs/guide/inspect-effective-metadata"
|
|
1673
|
+
},
|
|
1674
|
+
{
|
|
1675
|
+
"id": "guide/choose-access-method",
|
|
1676
|
+
"type": "guide",
|
|
1677
|
+
"path": "packs/guide/choose-access-method"
|
|
1678
|
+
},
|
|
1679
|
+
{
|
|
1680
|
+
"id": "guide/first-revision-safe-write",
|
|
1681
|
+
"type": "guide",
|
|
1682
|
+
"path": "packs/guide/first-revision-safe-write"
|
|
1683
|
+
},
|
|
1684
|
+
{
|
|
1685
|
+
"id": "guide/reload-retry-conflict",
|
|
1686
|
+
"type": "guide",
|
|
1687
|
+
"path": "packs/guide/reload-retry-conflict"
|
|
1688
|
+
},
|
|
1689
|
+
{
|
|
1690
|
+
"id": "guide/validate-install-pack",
|
|
1691
|
+
"type": "guide",
|
|
1692
|
+
"path": "packs/guide/validate-install-pack"
|
|
1693
|
+
},
|
|
1694
|
+
{
|
|
1695
|
+
"id": "guide/define-traverse-relationship",
|
|
1696
|
+
"type": "guide",
|
|
1697
|
+
"path": "packs/guide/define-traverse-relationship"
|
|
1698
|
+
},
|
|
1699
|
+
{
|
|
1700
|
+
"id": "guide/diagnose-unresolved",
|
|
1701
|
+
"type": "guide",
|
|
1702
|
+
"path": "packs/guide/diagnose-unresolved"
|
|
1703
|
+
},
|
|
1704
|
+
{
|
|
1705
|
+
"id": "guide/compose-subject-ui",
|
|
1706
|
+
"type": "guide",
|
|
1707
|
+
"path": "packs/guide/compose-subject-ui"
|
|
1708
|
+
},
|
|
1709
|
+
{
|
|
1710
|
+
"id": "guide/query-people-abstract",
|
|
1711
|
+
"type": "guide",
|
|
1712
|
+
"path": "packs/guide/query-people-abstract"
|
|
1713
|
+
},
|
|
1714
|
+
{
|
|
1715
|
+
"id": "guide/evidence-to-decision",
|
|
1716
|
+
"type": "guide",
|
|
1717
|
+
"path": "packs/guide/evidence-to-decision"
|
|
1718
|
+
},
|
|
1719
|
+
{
|
|
1720
|
+
"id": "scenario/scope-mismatch",
|
|
1721
|
+
"type": "scenario",
|
|
1722
|
+
"path": "packs/scenario/scope-mismatch"
|
|
1723
|
+
},
|
|
1724
|
+
{
|
|
1725
|
+
"id": "scenario/stale-revision-conflict",
|
|
1726
|
+
"type": "scenario",
|
|
1727
|
+
"path": "packs/scenario/stale-revision-conflict"
|
|
1728
|
+
},
|
|
1729
|
+
{
|
|
1730
|
+
"id": "scenario/unresolved-relationship",
|
|
1731
|
+
"type": "scenario",
|
|
1732
|
+
"path": "packs/scenario/unresolved-relationship"
|
|
1733
|
+
},
|
|
1734
|
+
{
|
|
1735
|
+
"id": "scenario/pack-valid-not-installed",
|
|
1736
|
+
"type": "scenario",
|
|
1737
|
+
"path": "packs/scenario/pack-valid-not-installed"
|
|
1738
|
+
},
|
|
1739
|
+
{
|
|
1740
|
+
"id": "scenario/choose-subject-view",
|
|
1741
|
+
"type": "scenario",
|
|
1742
|
+
"path": "packs/scenario/choose-subject-view"
|
|
1743
|
+
},
|
|
1744
|
+
{
|
|
1745
|
+
"id": "scenario/traversal-direction",
|
|
1746
|
+
"type": "scenario",
|
|
1747
|
+
"path": "packs/scenario/traversal-direction"
|
|
1748
|
+
},
|
|
1749
|
+
{
|
|
1750
|
+
"id": "tutorial/start-with-sample-data",
|
|
1751
|
+
"type": "tutorial",
|
|
1752
|
+
"path": "packs/tutorial/start-with-sample-data"
|
|
1753
|
+
},
|
|
1754
|
+
{
|
|
1755
|
+
"id": "tutorial/first-revision-safe-record",
|
|
1756
|
+
"type": "tutorial",
|
|
1757
|
+
"path": "packs/tutorial/first-revision-safe-record"
|
|
1758
|
+
},
|
|
1759
|
+
{
|
|
1760
|
+
"id": "tutorial/compare-views",
|
|
1761
|
+
"type": "tutorial",
|
|
1762
|
+
"path": "packs/tutorial/compare-views"
|
|
1763
|
+
},
|
|
1764
|
+
{
|
|
1765
|
+
"id": "tutorial/relationships-lab",
|
|
1766
|
+
"type": "tutorial",
|
|
1767
|
+
"path": "packs/tutorial/relationships-lab"
|
|
1768
|
+
},
|
|
1769
|
+
{
|
|
1770
|
+
"id": "tutorial/conflict-lab",
|
|
1771
|
+
"type": "tutorial",
|
|
1772
|
+
"path": "packs/tutorial/conflict-lab"
|
|
1773
|
+
},
|
|
1774
|
+
{
|
|
1775
|
+
"id": "tutorial/install-pack-lab",
|
|
1776
|
+
"type": "tutorial",
|
|
1777
|
+
"path": "packs/tutorial/install-pack-lab"
|
|
1778
|
+
},
|
|
1779
|
+
{
|
|
1780
|
+
"id": "tutorial/analysis-decision-lab",
|
|
1781
|
+
"type": "tutorial",
|
|
1782
|
+
"path": "packs/tutorial/analysis-decision-lab"
|
|
1783
|
+
}
|
|
1784
|
+
]
|
|
1785
|
+
}
|