@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.
Files changed (236) hide show
  1. package/dist/generated/bundle.d.ts +4849 -3
  2. package/dist/generated/bundle.d.ts.map +1 -1
  3. package/dist/generated/bundle.js +7580 -45
  4. package/dist/generated/bundle.js.map +1 -1
  5. package/dist/index.d.ts +2 -2
  6. package/dist/index.d.ts.map +1 -1
  7. package/dist/index.js +6 -4
  8. package/dist/index.js.map +1 -1
  9. package/files/INDEX.md +84 -0
  10. package/files/SEARCH.json +3087 -0
  11. package/files/agent-manifest.json +1785 -0
  12. package/files/apis/memorix-records/overview.md +22 -0
  13. package/files/concepts/abstracts-bindings.md +27 -0
  14. package/files/concepts/agents-inheritance.md +28 -0
  15. package/files/concepts/analysis-objects.md +26 -0
  16. package/files/concepts/composition.md +27 -0
  17. package/files/concepts/decisions-content.md +27 -0
  18. package/files/concepts/effective-metadata.md +27 -0
  19. package/files/concepts/explicit-metadata-installation.md +26 -0
  20. package/files/concepts/intelligence-proposals.md +27 -0
  21. package/files/concepts/mappings-transforms.md +26 -0
  22. package/files/concepts/object-content-category.md +26 -0
  23. package/files/concepts/org-agent-scope.md +27 -0
  24. package/files/concepts/people-union.md +27 -0
  25. package/files/concepts/raw-records.md +26 -0
  26. package/files/concepts/record-revisions.md +26 -0
  27. package/files/concepts/relationship-definitions.md +26 -0
  28. package/files/concepts/relationship-references.md +27 -0
  29. package/files/concepts/resolved-unresolved.md +27 -0
  30. package/files/concepts/sources-and-memory.md +26 -0
  31. package/files/concepts/traversal.md +27 -0
  32. package/files/diagrams/agent-inheritance.md +34 -0
  33. package/files/diagrams/intelligence-journey.md +38 -0
  34. package/files/diagrams/memorix-central-journey.md +51 -0
  35. package/files/diagrams/metadata-lifecycle.md +40 -0
  36. package/files/diagrams/people-union-diagram.md +36 -0
  37. package/files/diagrams/record-content-model.md +43 -0
  38. package/files/diagrams/relationship-traversal.md +40 -0
  39. package/files/diagrams/revision-safe-write.md +39 -0
  40. package/files/examples/analysis-decision-records.md +11 -0
  41. package/files/examples/memorix-record-envelope.md +11 -0
  42. package/files/examples/metadata-pack-install.md +11 -0
  43. package/files/examples/people-abstract-query.md +11 -0
  44. package/files/examples/raw-vs-composed.md +11 -0
  45. package/files/examples/relationship-def-and-ref.md +11 -0
  46. package/files/examples/revision-conflict-response.md +11 -0
  47. package/files/examples/revision-safe-write.md +11 -0
  48. package/files/examples/traversal-resolved-unresolved.md +11 -0
  49. package/files/glossary/abstract.md +9 -0
  50. package/files/glossary/agent.md +9 -0
  51. package/files/glossary/analysis.md +9 -0
  52. package/files/glossary/binding.md +9 -0
  53. package/files/glossary/composition.md +9 -0
  54. package/files/glossary/content-type.md +9 -0
  55. package/files/glossary/data-category.md +9 -0
  56. package/files/glossary/decision.md +9 -0
  57. package/files/glossary/effective-metadata.md +9 -0
  58. package/files/glossary/intelligence-proposal.md +9 -0
  59. package/files/glossary/mapping.md +9 -0
  60. package/files/glossary/memory.md +9 -0
  61. package/files/glossary/object-type.md +9 -0
  62. package/files/glossary/relationship-definition.md +9 -0
  63. package/files/glossary/relationship-reference.md +9 -0
  64. package/files/glossary/revision.md +9 -0
  65. package/files/glossary/scope.md +9 -0
  66. package/files/glossary/source.md +9 -0
  67. package/files/glossary/traversal.md +9 -0
  68. package/files/guides/apply-scope.md +40 -0
  69. package/files/guides/choose-access-method.md +24 -0
  70. package/files/guides/compose-subject-ui.md +24 -0
  71. package/files/guides/define-traverse-relationship.md +26 -0
  72. package/files/guides/diagnose-unresolved.md +24 -0
  73. package/files/guides/evidence-to-decision.md +25 -0
  74. package/files/guides/first-revision-safe-write.md +30 -0
  75. package/files/guides/inspect-effective-metadata.md +30 -0
  76. package/files/guides/query-people-abstract.md +25 -0
  77. package/files/guides/reload-retry-conflict.md +32 -0
  78. package/files/guides/validate-install-pack.md +32 -0
  79. package/files/indexes/books.json +95 -0
  80. package/files/indexes/books.md +17 -0
  81. package/files/indexes/concepts.json +119 -0
  82. package/files/indexes/concepts.md +21 -0
  83. package/files/indexes/diagrams.json +53 -0
  84. package/files/indexes/diagrams.md +10 -0
  85. package/files/indexes/guides.json +71 -0
  86. package/files/indexes/guides.md +13 -0
  87. package/files/indexes/scenarios.json +41 -0
  88. package/files/indexes/scenarios.md +8 -0
  89. package/files/indexes/tutorials.json +47 -0
  90. package/files/indexes/tutorials.md +9 -0
  91. package/files/indexes/use-cases.json +239 -0
  92. package/files/indexes/use-cases.md +41 -0
  93. package/files/knowledge.json +2940 -0
  94. package/files/packs/concept/abstracts-bindings/PACK.md +11 -0
  95. package/files/packs/concept/abstracts-bindings/pack.json +13 -0
  96. package/files/packs/concept/agents-inheritance/PACK.md +11 -0
  97. package/files/packs/concept/agents-inheritance/pack.json +13 -0
  98. package/files/packs/concept/analysis-objects/PACK.md +11 -0
  99. package/files/packs/concept/analysis-objects/pack.json +14 -0
  100. package/files/packs/concept/composition/PACK.md +11 -0
  101. package/files/packs/concept/composition/pack.json +13 -0
  102. package/files/packs/concept/decisions-content/PACK.md +11 -0
  103. package/files/packs/concept/decisions-content/pack.json +13 -0
  104. package/files/packs/concept/effective-metadata/PACK.md +11 -0
  105. package/files/packs/concept/effective-metadata/pack.json +13 -0
  106. package/files/packs/concept/explicit-metadata-installation/PACK.md +11 -0
  107. package/files/packs/concept/explicit-metadata-installation/pack.json +14 -0
  108. package/files/packs/concept/intelligence-proposals/PACK.md +11 -0
  109. package/files/packs/concept/intelligence-proposals/pack.json +13 -0
  110. package/files/packs/concept/mappings-transforms/PACK.md +11 -0
  111. package/files/packs/concept/mappings-transforms/pack.json +13 -0
  112. package/files/packs/concept/object-content-category/PACK.md +11 -0
  113. package/files/packs/concept/object-content-category/pack.json +14 -0
  114. package/files/packs/concept/org-agent-scope/PACK.md +11 -0
  115. package/files/packs/concept/org-agent-scope/pack.json +14 -0
  116. package/files/packs/concept/people-union/PACK.md +11 -0
  117. package/files/packs/concept/people-union/pack.json +13 -0
  118. package/files/packs/concept/raw-records/PACK.md +11 -0
  119. package/files/packs/concept/raw-records/pack.json +14 -0
  120. package/files/packs/concept/record-revisions/PACK.md +11 -0
  121. package/files/packs/concept/record-revisions/pack.json +13 -0
  122. package/files/packs/concept/relationship-definitions/PACK.md +11 -0
  123. package/files/packs/concept/relationship-definitions/pack.json +14 -0
  124. package/files/packs/concept/relationship-references/PACK.md +11 -0
  125. package/files/packs/concept/relationship-references/pack.json +13 -0
  126. package/files/packs/concept/resolved-unresolved/PACK.md +11 -0
  127. package/files/packs/concept/resolved-unresolved/pack.json +13 -0
  128. package/files/packs/concept/sources-and-memory/PACK.md +11 -0
  129. package/files/packs/concept/sources-and-memory/pack.json +13 -0
  130. package/files/packs/concept/traversal/PACK.md +11 -0
  131. package/files/packs/concept/traversal/pack.json +13 -0
  132. package/files/packs/guide/apply-scope/PACK.md +11 -0
  133. package/files/packs/guide/apply-scope/pack.json +13 -0
  134. package/files/packs/guide/choose-access-method/PACK.md +11 -0
  135. package/files/packs/guide/choose-access-method/pack.json +15 -0
  136. package/files/packs/guide/compose-subject-ui/PACK.md +11 -0
  137. package/files/packs/guide/compose-subject-ui/pack.json +13 -0
  138. package/files/packs/guide/define-traverse-relationship/PACK.md +11 -0
  139. package/files/packs/guide/define-traverse-relationship/pack.json +14 -0
  140. package/files/packs/guide/diagnose-unresolved/PACK.md +11 -0
  141. package/files/packs/guide/diagnose-unresolved/pack.json +13 -0
  142. package/files/packs/guide/evidence-to-decision/PACK.md +11 -0
  143. package/files/packs/guide/evidence-to-decision/pack.json +14 -0
  144. package/files/packs/guide/first-revision-safe-write/PACK.md +11 -0
  145. package/files/packs/guide/first-revision-safe-write/pack.json +13 -0
  146. package/files/packs/guide/inspect-effective-metadata/PACK.md +11 -0
  147. package/files/packs/guide/inspect-effective-metadata/pack.json +13 -0
  148. package/files/packs/guide/query-people-abstract/PACK.md +11 -0
  149. package/files/packs/guide/query-people-abstract/pack.json +13 -0
  150. package/files/packs/guide/reload-retry-conflict/PACK.md +11 -0
  151. package/files/packs/guide/reload-retry-conflict/pack.json +13 -0
  152. package/files/packs/guide/validate-install-pack/PACK.md +11 -0
  153. package/files/packs/guide/validate-install-pack/pack.json +13 -0
  154. package/files/packs/scenario/choose-subject-view/PACK.md +11 -0
  155. package/files/packs/scenario/choose-subject-view/pack.json +11 -0
  156. package/files/packs/scenario/pack-valid-not-installed/PACK.md +11 -0
  157. package/files/packs/scenario/pack-valid-not-installed/pack.json +11 -0
  158. package/files/packs/scenario/scope-mismatch/PACK.md +11 -0
  159. package/files/packs/scenario/scope-mismatch/pack.json +11 -0
  160. package/files/packs/scenario/stale-revision-conflict/PACK.md +11 -0
  161. package/files/packs/scenario/stale-revision-conflict/pack.json +11 -0
  162. package/files/packs/scenario/traversal-direction/PACK.md +11 -0
  163. package/files/packs/scenario/traversal-direction/pack.json +11 -0
  164. package/files/packs/scenario/unresolved-relationship/PACK.md +11 -0
  165. package/files/packs/scenario/unresolved-relationship/pack.json +11 -0
  166. package/files/packs/tutorial/analysis-decision-lab/PACK.md +11 -0
  167. package/files/packs/tutorial/analysis-decision-lab/pack.json +14 -0
  168. package/files/packs/tutorial/compare-views/PACK.md +11 -0
  169. package/files/packs/tutorial/compare-views/pack.json +14 -0
  170. package/files/packs/tutorial/conflict-lab/PACK.md +11 -0
  171. package/files/packs/tutorial/conflict-lab/pack.json +13 -0
  172. package/files/packs/tutorial/first-revision-safe-record/PACK.md +11 -0
  173. package/files/packs/tutorial/first-revision-safe-record/pack.json +13 -0
  174. package/files/packs/tutorial/install-pack-lab/PACK.md +11 -0
  175. package/files/packs/tutorial/install-pack-lab/pack.json +13 -0
  176. package/files/packs/tutorial/relationships-lab/PACK.md +11 -0
  177. package/files/packs/tutorial/relationships-lab/pack.json +13 -0
  178. package/files/packs/tutorial/start-with-sample-data/PACK.md +11 -0
  179. package/files/packs/tutorial/start-with-sample-data/pack.json +13 -0
  180. package/files/sample-data/memorix-synthetic-basic.md +13 -0
  181. package/files/scenarios/choose-subject-view.md +36 -0
  182. package/files/scenarios/pack-valid-not-installed.md +33 -0
  183. package/files/scenarios/scope-mismatch.md +44 -0
  184. package/files/scenarios/stale-revision-conflict.md +38 -0
  185. package/files/scenarios/traversal-direction.md +30 -0
  186. package/files/scenarios/unresolved-relationship.md +31 -0
  187. package/files/tutorials/analysis-decision-lab.md +18 -0
  188. package/files/tutorials/compare-views.md +22 -0
  189. package/files/tutorials/conflict-lab.md +18 -0
  190. package/files/tutorials/first-revision-safe-record.md +18 -0
  191. package/files/tutorials/install-pack-lab.md +22 -0
  192. package/files/tutorials/relationships-lab.md +18 -0
  193. package/files/tutorials/start-with-sample-data.md +18 -0
  194. package/files/ui/clients/memorix-studio.md +9 -0
  195. package/files/use-cases/abstract-people-list.md +237 -0
  196. package/files/use-cases/ai-pipeline-fail-closed.md +117 -0
  197. package/files/use-cases/author-pipeline-e2e.md +339 -0
  198. package/files/use-cases/build-callable-service.md +347 -0
  199. package/files/use-cases/builder-acceptance-ops.md +112 -0
  200. package/files/use-cases/choose-access-method.md +111 -0
  201. package/files/use-cases/client-first-read-write.md +374 -0
  202. package/files/use-cases/compose-for-ui.md +97 -0
  203. package/files/use-cases/custom-kind-descriptors.md +137 -0
  204. package/files/use-cases/data-journey-evidence.md +115 -0
  205. package/files/use-cases/discriminated-content-writes.md +152 -0
  206. package/files/use-cases/embed-studio-host.md +165 -0
  207. package/files/use-cases/four-field-links.md +246 -0
  208. package/files/use-cases/http-process-compliance.md +225 -0
  209. package/files/use-cases/install-metadata-pack.md +180 -0
  210. package/files/use-cases/intelligence-propose-install.md +163 -0
  211. package/files/use-cases/knowx-claims-review.md +396 -0
  212. package/files/use-cases/learn-record-envelope.md +233 -0
  213. package/files/use-cases/lists-cursors-pagination.md +196 -0
  214. package/files/use-cases/local-acceptance-g12ops.md +160 -0
  215. package/files/use-cases/memory-hourly-ingest.md +276 -0
  216. package/files/use-cases/metadata-before-write.md +145 -0
  217. package/files/use-cases/migrate-associated-star.md +159 -0
  218. package/files/use-cases/openapi-typed-client.md +78 -0
  219. package/files/use-cases/ops-pack-fixtures.md +168 -0
  220. package/files/use-cases/orient-platform.md +172 -0
  221. package/files/use-cases/pipeline-retry-evidence.md +121 -0
  222. package/files/use-cases/relationship-rebuild-verify.md +128 -0
  223. package/files/use-cases/revision-stale-conflicts.md +194 -0
  224. package/files/use-cases/start-from-zero.md +171 -0
  225. package/files/use-cases/studio-design-types.md +122 -0
  226. package/files/use-cases/studio-explore-subject.md +89 -0
  227. package/files/use-cases/studio-operate-pipelines.md +100 -0
  228. package/files/use-cases/studio-review-intelligence.md +74 -0
  229. package/files/use-cases/studio-scope-isolation.md +67 -0
  230. package/files/use-cases/studio-stale-conflict-ui.md +54 -0
  231. package/files/use-cases/troubleshoot-http-matrix.md +164 -0
  232. package/files/use-cases/trusted-in-process-embed.md +94 -0
  233. package/files/use-cases/workflow-sibling-api.md +212 -0
  234. package/files/visuals/revision-conflict.md +19 -0
  235. package/files/visuals/scope-apply.md +19 -0
  236. package/package.json +4 -3
package/files/INDEX.md ADDED
@@ -0,0 +1,84 @@
1
+ # memorix — knowledge index
2
+
3
+ Package: `@x12i/memorix-docs`
4
+
5
+ ## How to choose
6
+
7
+ - **Concept** — what it is and why it exists
8
+ - **Guide** — bounded task procedure
9
+ - **Scenario** — state + evidence → which path
10
+ - **Use case** — end-to-end outcome
11
+ - **Tutorial** — learn by doing
12
+ - **Decision** — options and recommended default
13
+ - **Reference / API** — exact technical detail
14
+
15
+ ## Manifest and search
16
+
17
+ - `agent-manifest.json`
18
+ - `SEARCH.json`
19
+
20
+ ## Concepts
21
+
22
+ - `org-agent-scope` — **Organization and agent scope** — Scope selects which organization and agent context reads and writes apply to. — [concepts/org-agent-scope.md](concepts/org-agent-scope.md)
23
+ - `agents-inheritance` — **Agents and inheritance** — Child agents inherit definitions; Studio shows the effective result. — [concepts/agents-inheritance.md](concepts/agents-inheritance.md)
24
+ - `sources-and-memory` — **Sources and Memory** — Sources feed Memory; Memory holds durable product records. — [concepts/sources-and-memory.md](concepts/sources-and-memory.md)
25
+ - `object-content-category` — **Object type, content type, and data category** — Identity, payload shape, and category are separate axes. — [concepts/object-content-category.md](concepts/object-content-category.md)
26
+ - `explicit-metadata-installation` — **Explicit metadata validation and installation** — Validation does not install; installation requires confirmation. — [concepts/explicit-metadata-installation.md](concepts/explicit-metadata-installation.md)
27
+ - `effective-metadata` — **Effective metadata** — The resolved definitions after inheritance and installation. — [concepts/effective-metadata.md](concepts/effective-metadata.md)
28
+ - `abstracts-bindings` — **Abstracts and bindings** — An abstract is a virtual union projected through bindings — not stored rows. — [concepts/abstracts-bindings.md](concepts/abstracts-bindings.md)
29
+ - `people-union` — **People union** — People combines employees and contractors through explicit bindings. — [concepts/people-union.md](concepts/people-union.md)
30
+ - `mappings-transforms` — **Mappings and transforms** — Mappings describe how source shapes become Memory content. — [concepts/mappings-transforms.md](concepts/mappings-transforms.md)
31
+ - `raw-records` — **Raw records** — Raw retains the original payload beside envelope metadata. — [concepts/raw-records.md](concepts/raw-records.md)
32
+ - `composition` — **Same-subject composition** — Multiple content instances can belong to one subject when composition is explicit. — [concepts/composition.md](concepts/composition.md)
33
+ - `relationship-definitions` — **Relationship definitions** — A relationship definition is metadata describing allowed links — not a stored edge on a record. — [concepts/relationship-definitions.md](concepts/relationship-definitions.md)
34
+ - `relationship-references` — **Stored relationship references** — Records store relationship references that point at targets under a definition. — [concepts/relationship-references.md](concepts/relationship-references.md)
35
+ - `traversal` — **Forward and inverse traversal** — Traversal follows definitions forward or inverse, optionally expanding targets. — [concepts/traversal.md](concepts/traversal.md)
36
+ - `resolved-unresolved` — **Resolved and unresolved relationships** — Unresolved targets are retained and shown — not silently dropped. — [concepts/resolved-unresolved.md](concepts/resolved-unresolved.md)
37
+ - `record-revisions` — **Record revisions and stale-write conflicts** — Writes carry an expected revision; stale writers cannot overwrite newer data. — [concepts/record-revisions.md](concepts/record-revisions.md)
38
+ - `analysis-objects` — **Analysis objects** — Analysis captures evaluated evidence distinct from operational decisions. — [concepts/analysis-objects.md](concepts/analysis-objects.md)
39
+ - `decisions-content` — **Decisions** — Decisions record chosen actions distinct from analysis content. — [concepts/decisions-content.md](concepts/decisions-content.md)
40
+ - `intelligence-proposals` — **Intelligence proposals** — Intelligence may propose metadata or actions but never auto-installs them. — [concepts/intelligence-proposals.md](concepts/intelligence-proposals.md)
41
+
42
+ ## Guides
43
+
44
+ - `apply-scope` — **Select and apply organization/agent scope** — Set the workspace scope before reading or writing. — [guides/apply-scope.md](guides/apply-scope.md)
45
+ - `inspect-effective-metadata` — **Inspect effective metadata before read/write** — Confirm effective definitions before mutating records. — [guides/inspect-effective-metadata.md](guides/inspect-effective-metadata.md)
46
+ - `choose-access-method` — **Choose raw, composed, or abstract access** — Pick the fidelity that matches the caller goal. — [guides/choose-access-method.md](guides/choose-access-method.md)
47
+ - `first-revision-safe-write` — **Perform a first revision-safe read/write** — Read a record, write with expected revision, verify. — [guides/first-revision-safe-write.md](guides/first-revision-safe-write.md)
48
+ - `reload-retry-conflict` — **Reload, compare, and retry after a revision conflict** — Recover safely when a stale write is rejected. — [guides/reload-retry-conflict.md](guides/reload-retry-conflict.md)
49
+ - `validate-install-pack` — **Validate and explicitly install a metadata pack** — Validate first, then confirm installation. — [guides/validate-install-pack.md](guides/validate-install-pack.md)
50
+ - `define-traverse-relationship` — **Define and traverse a relationship** — Author a definition, store a reference, traverse forward/inverse. — [guides/define-traverse-relationship.md](guides/define-traverse-relationship.md)
51
+ - `diagnose-unresolved` — **Diagnose an unresolved relationship target** — Distinguish intentional unresolved from broken targets. — [guides/diagnose-unresolved.md](guides/diagnose-unresolved.md)
52
+ - `compose-subject-ui` — **Compose same-subject content for a UI** — Load composition for a subject the UI will render. — [guides/compose-subject-ui.md](guides/compose-subject-ui.md)
53
+ - `query-people-abstract` — **Query the People abstract view** — Read employees and contractors through People bindings. — [guides/query-people-abstract.md](guides/query-people-abstract.md)
54
+ - `evidence-to-decision` — **Move from evidence to analysis and a decision** — Record analysis, then a distinct decision. — [guides/evidence-to-decision.md](guides/evidence-to-decision.md)
55
+
56
+ ## Scenarios
57
+
58
+ - `scope-mismatch` — **Scope does not match the intended workspace** — Detected organization/agent scope differs from the task. — [scenarios/scope-mismatch.md](scenarios/scope-mismatch.md)
59
+ - `stale-revision-conflict` — **A write returns a stale-revision conflict** — PATCH/PUT rejected because expected revision was stale. — [scenarios/stale-revision-conflict.md](scenarios/stale-revision-conflict.md)
60
+ - `unresolved-relationship` — **A relationship target is unresolved** — Traversal returns an unresolved target marker. — [scenarios/unresolved-relationship.md](scenarios/unresolved-relationship.md)
61
+ - `pack-valid-not-installed` — **A metadata pack is valid but not installed** — Validation succeeded; runtime still on previous effective metadata. — [scenarios/pack-valid-not-installed.md](scenarios/pack-valid-not-installed.md)
62
+ - `choose-subject-view` — **A caller needs a subject view** — Choose raw, composition, or abstract based on fidelity needs. — [scenarios/choose-subject-view.md](scenarios/choose-subject-view.md)
63
+ - `traversal-direction` — **Relationship traversal direction and expansion** — Choose forward/inverse and expanded/unexpanded handling. — [scenarios/traversal-direction.md](scenarios/traversal-direction.md)
64
+
65
+ ## Diagrams
66
+
67
+ - `memorix-central-journey` — **Memorix central product journey** — Conceptual path from scope through metadata, records, relationships, analysis, and decisions. — [diagrams/memorix-central-journey.md](diagrams/memorix-central-journey.md)
68
+ - `agent-inheritance` — **Agent inheritance** — Parent and child agents resolve into effective definitions. — [diagrams/agent-inheritance.md](diagrams/agent-inheritance.md)
69
+ - `metadata-lifecycle` — **Metadata lifecycle** — Pack → validate → explicit install → effective resolution → runtime; proposals stay off the auto path. — [diagrams/metadata-lifecycle.md](diagrams/metadata-lifecycle.md)
70
+ - `record-content-model` — **Record and content model** — Record identity relates to object type, content type, category, raw, snapshots, and composition. — [diagrams/record-content-model.md](diagrams/record-content-model.md)
71
+ - `people-union-diagram` — **People abstract union** — Employees and contractors bind into the People abstract projection. — [diagrams/people-union-diagram.md](diagrams/people-union-diagram.md)
72
+ - `relationship-traversal` — **Relationship definition to traversal** — Definition versus stored reference; forward/inverse; resolved versus unresolved. — [diagrams/relationship-traversal.md](diagrams/relationship-traversal.md)
73
+ - `revision-safe-write` — **Revision-safe write flow** — Load, write with expected revision, success or conflict with reload/retry. — [diagrams/revision-safe-write.md](diagrams/revision-safe-write.md)
74
+ - `intelligence-journey` — **Intelligence journey** — Evidence can yield analysis, decision, and proposals that still require explicit install. — [diagrams/intelligence-journey.md](diagrams/intelligence-journey.md)
75
+
76
+ ## Tutorials
77
+
78
+ - `start-with-sample-data` — **Start Memorix with the sample dataset** — Load the synthetic dataset and confirm scope. — [tutorials/start-with-sample-data.md](tutorials/start-with-sample-data.md)
79
+ - `first-revision-safe-record` — **Read and write the first revision-safe record** — Practice expected-revision writes on sample data. — [tutorials/first-revision-safe-record.md](tutorials/first-revision-safe-record.md)
80
+ - `compare-views` — **Compare raw, composed, and abstract views** — See fidelity differences on the same subjects. — [tutorials/compare-views.md](tutorials/compare-views.md)
81
+ - `relationships-lab` — **Define, store, and traverse relationships** — Hands-on relationship definition and traversal. — [tutorials/relationships-lab.md](tutorials/relationships-lab.md)
82
+ - `conflict-lab` — **Recover from a stale revision conflict** — Trigger and recover from a conflict using sample data. — [tutorials/conflict-lab.md](tutorials/conflict-lab.md)
83
+ - `install-pack-lab` — **Validate and explicitly install a metadata pack** — Practice validation versus confirmation. — [tutorials/install-pack-lab.md](tutorials/install-pack-lab.md)
84
+ - `analysis-decision-lab` — **Move from records to analysis and a decision** — Create analysis then a distinct decision on sample evidence. — [tutorials/analysis-decision-lab.md](tutorials/analysis-decision-lab.md)