@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,47 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 1,
|
|
3
|
+
"items": [
|
|
4
|
+
{
|
|
5
|
+
"id": "start-with-sample-data",
|
|
6
|
+
"title": "Start Memorix with the sample dataset",
|
|
7
|
+
"summary": "Load the synthetic dataset and confirm scope.",
|
|
8
|
+
"path": "tutorials/start-with-sample-data.md"
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"id": "first-revision-safe-record",
|
|
12
|
+
"title": "Read and write the first revision-safe record",
|
|
13
|
+
"summary": "Practice expected-revision writes on sample data.",
|
|
14
|
+
"path": "tutorials/first-revision-safe-record.md"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"id": "compare-views",
|
|
18
|
+
"title": "Compare raw, composed, and abstract views",
|
|
19
|
+
"summary": "See fidelity differences on the same subjects.",
|
|
20
|
+
"path": "tutorials/compare-views.md"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"id": "relationships-lab",
|
|
24
|
+
"title": "Define, store, and traverse relationships",
|
|
25
|
+
"summary": "Hands-on relationship definition and traversal.",
|
|
26
|
+
"path": "tutorials/relationships-lab.md"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"id": "conflict-lab",
|
|
30
|
+
"title": "Recover from a stale revision conflict",
|
|
31
|
+
"summary": "Trigger and recover from a conflict using sample data.",
|
|
32
|
+
"path": "tutorials/conflict-lab.md"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"id": "install-pack-lab",
|
|
36
|
+
"title": "Validate and explicitly install a metadata pack",
|
|
37
|
+
"summary": "Practice validation versus confirmation.",
|
|
38
|
+
"path": "tutorials/install-pack-lab.md"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"id": "analysis-decision-lab",
|
|
42
|
+
"title": "Move from records to analysis and a decision",
|
|
43
|
+
"summary": "Create analysis then a distinct decision on sample evidence.",
|
|
44
|
+
"path": "tutorials/analysis-decision-lab.md"
|
|
45
|
+
}
|
|
46
|
+
]
|
|
47
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
# tutorials
|
|
2
|
+
|
|
3
|
+
- `start-with-sample-data` — Start Memorix with the sample dataset — Load the synthetic dataset and confirm scope.
|
|
4
|
+
- `first-revision-safe-record` — Read and write the first revision-safe record — Practice expected-revision writes on sample data.
|
|
5
|
+
- `compare-views` — Compare raw, composed, and abstract views — See fidelity differences on the same subjects.
|
|
6
|
+
- `relationships-lab` — Define, store, and traverse relationships — Hands-on relationship definition and traversal.
|
|
7
|
+
- `conflict-lab` — Recover from a stale revision conflict — Trigger and recover from a conflict using sample data.
|
|
8
|
+
- `install-pack-lab` — Validate and explicitly install a metadata pack — Practice validation versus confirmation.
|
|
9
|
+
- `analysis-decision-lab` — Move from records to analysis and a decision — Create analysis then a distinct decision on sample evidence.
|
|
@@ -0,0 +1,239 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 1,
|
|
3
|
+
"items": [
|
|
4
|
+
{
|
|
5
|
+
"id": "start-from-zero",
|
|
6
|
+
"title": "Start Memorix from zero",
|
|
7
|
+
"summary": "Install docs for your agents, set scope, run the stack, and walk the tutorials to the core loop.",
|
|
8
|
+
"path": "use-cases/start-from-zero.md"
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"id": "orient-platform",
|
|
12
|
+
"title": "Orient on Memorix after G12",
|
|
13
|
+
"summary": "Understand surfaces, packages, hard rules, and which ebook to open next.",
|
|
14
|
+
"path": "use-cases/orient-platform.md"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"id": "learn-record-envelope",
|
|
18
|
+
"title": "Learn the memorix-record/2 envelope",
|
|
19
|
+
"summary": "Internalize OT/CT, composition, discriminators, and what must not live on the record.",
|
|
20
|
+
"path": "use-cases/learn-record-envelope.md"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"id": "client-first-read-write",
|
|
24
|
+
"title": "Product backend first safe read/write",
|
|
25
|
+
"summary": "Call /api/data correctly with scope, revision preconditions, and explicit compose.",
|
|
26
|
+
"path": "use-cases/client-first-read-write.md"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"id": "choose-access-method",
|
|
30
|
+
"title": "Choose the right access method",
|
|
31
|
+
"summary": "Map a task to best / acceptable / forbidden calls using the patterns matrix.",
|
|
32
|
+
"path": "use-cases/choose-access-method.md"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"id": "lists-cursors-pagination",
|
|
36
|
+
"title": "List, filter, and paginate correctly",
|
|
37
|
+
"summary": "Use cursors, pageInfo, and query grammar without inventing offsets.",
|
|
38
|
+
"path": "use-cases/lists-cursors-pagination.md"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"id": "compose-for-ui",
|
|
42
|
+
"title": "Compose a subject for a UI view",
|
|
43
|
+
"summary": "Use explicit composition instead of N+1 gets for a subject screen.",
|
|
44
|
+
"path": "use-cases/compose-for-ui.md"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"id": "abstract-people-list",
|
|
48
|
+
"title": "Multi-type abstract list (People)",
|
|
49
|
+
"summary": "List across concrete types via abstracts and reverse-map writes.",
|
|
50
|
+
"path": "use-cases/abstract-people-list.md"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"id": "metadata-before-write",
|
|
54
|
+
"title": "Discover effective metadata before writing",
|
|
55
|
+
"summary": "Load views/writes from /api/metadata so clients do not invent shapes.",
|
|
56
|
+
"path": "use-cases/metadata-before-write.md"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"id": "revision-stale-conflicts",
|
|
60
|
+
"title": "Handle revision / stale conflicts",
|
|
61
|
+
"summary": "Patch with revision preconditions and recover when another writer won.",
|
|
62
|
+
"path": "use-cases/revision-stale-conflicts.md"
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"id": "discriminated-content-writes",
|
|
66
|
+
"title": "Write analysis / decision / narrative content",
|
|
67
|
+
"summary": "Use discriminators correctly for sibling content types.",
|
|
68
|
+
"path": "use-cases/discriminated-content-writes.md"
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"id": "memory-hourly-ingest",
|
|
72
|
+
"title": "Ingest an external system on a schedule",
|
|
73
|
+
"summary": "Land exact provider payloads in Memory, then map/write via pipeline.",
|
|
74
|
+
"path": "use-cases/memory-hourly-ingest.md"
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"id": "four-field-links",
|
|
78
|
+
"title": "Link subjects with four-field relationships",
|
|
79
|
+
"summary": "Define relationships, expand on read, never store associated* on records.",
|
|
80
|
+
"path": "use-cases/four-field-links.md"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"id": "relationship-rebuild-verify",
|
|
84
|
+
"title": "Rebuild and verify relationship links",
|
|
85
|
+
"summary": "Run discover / verify / rebuild / cleanup through the relationship engine.",
|
|
86
|
+
"path": "use-cases/relationship-rebuild-verify.md"
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"id": "install-metadata-pack",
|
|
90
|
+
"title": "Author and install a metadata pack",
|
|
91
|
+
"summary": "Shape agents/OT/CT/abstracts and install/publish deliberately — never auto.",
|
|
92
|
+
"path": "use-cases/install-metadata-pack.md"
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"id": "custom-kind-descriptors",
|
|
96
|
+
"title": "Store custom UI kind descriptors",
|
|
97
|
+
"summary": "Use kindDeclarations / extensions for client-owned tabs without a new engine.",
|
|
98
|
+
"path": "use-cases/custom-kind-descriptors.md"
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"id": "build-callable-service",
|
|
102
|
+
"title": "Build a service Memorix pipelines invoke",
|
|
103
|
+
"summary": "Decide you need a service, define it, implement handlers, bind, and invoke from a step.",
|
|
104
|
+
"path": "use-cases/build-callable-service.md"
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"id": "http-process-compliance",
|
|
108
|
+
"title": "HTTP process compliance (ports / health / live)",
|
|
109
|
+
"summary": "Wire core-service, ports-manager, and api-live-view for any process that binds HTTP.",
|
|
110
|
+
"path": "use-cases/http-process-compliance.md"
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"id": "author-pipeline-e2e",
|
|
114
|
+
"title": "Author and run a pipeline end-to-end",
|
|
115
|
+
"summary": "Define steps, execute under g12ops*, and observe runs/artifacts.",
|
|
116
|
+
"path": "use-cases/author-pipeline-e2e.md"
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"id": "ai-pipeline-fail-closed",
|
|
120
|
+
"title": "AI pipeline steps fail closed",
|
|
121
|
+
"summary": "Add AI steps without silent invention; keep validation and retries honest.",
|
|
122
|
+
"path": "use-cases/ai-pipeline-fail-closed.md"
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"id": "pipeline-retry-evidence",
|
|
126
|
+
"title": "Retry a failed pipeline step with evidence",
|
|
127
|
+
"summary": "Operate failed attempts, retry safely, and keep artifacts for forensics.",
|
|
128
|
+
"path": "use-cases/pipeline-retry-evidence.md"
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"id": "embed-studio-host",
|
|
132
|
+
"title": "Embed Studio in a host app",
|
|
133
|
+
"summary": "Map scope bar to HTTP headers and embed the sole product UI correctly.",
|
|
134
|
+
"path": "use-cases/embed-studio-host.md"
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"id": "workflow-sibling-api",
|
|
138
|
+
"title": "Work with workflow sibling content via API",
|
|
139
|
+
"summary": "Treat workflow as sibling content under /api/workflow, not a separate product.",
|
|
140
|
+
"path": "use-cases/workflow-sibling-api.md"
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"id": "intelligence-propose-install",
|
|
144
|
+
"title": "Intelligence propose → human install",
|
|
145
|
+
"summary": "Profile and propose metadata, then install only via deliberate human action.",
|
|
146
|
+
"path": "use-cases/intelligence-propose-install.md"
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"id": "ops-pack-fixtures",
|
|
150
|
+
"title": "Package ops fixtures and acceptance harness",
|
|
151
|
+
"summary": "Build or extend an agent pack with g12ops* acceptance, goldens, and harness commands.",
|
|
152
|
+
"path": "use-cases/ops-pack-fixtures.md"
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"id": "knowx-claims-review",
|
|
156
|
+
"title": "Build KnowX claims with human review",
|
|
157
|
+
"summary": "Model NODE/EDGE claims with provenance and run the fixture path without live AI.",
|
|
158
|
+
"path": "use-cases/knowx-claims-review.md"
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"id": "migrate-associated-star",
|
|
162
|
+
"title": "Migrate associated* present format to V2",
|
|
163
|
+
"summary": "Reject associated* payloads and migrate envelopes with memorix-format tooling.",
|
|
164
|
+
"path": "use-cases/migrate-associated-star.md"
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
"id": "troubleshoot-http-matrix",
|
|
168
|
+
"title": "Troubleshoot runtime HTTP failures",
|
|
169
|
+
"summary": "Use the failure matrix and escalate packet when stuck.",
|
|
170
|
+
"path": "use-cases/troubleshoot-http-matrix.md"
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
"id": "trusted-in-process-embed",
|
|
174
|
+
"title": "Embed Memorix engines in a trusted host",
|
|
175
|
+
"summary": "Know when in-process packages are allowed vs remote HTTP-only clients.",
|
|
176
|
+
"path": "use-cases/trusted-in-process-embed.md"
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"id": "data-journey-evidence",
|
|
180
|
+
"title": "Use data-journey matrix and evidence APIs",
|
|
181
|
+
"summary": "Drive Explore/evidence UIs via /api/data-journey without inventing coverage rules.",
|
|
182
|
+
"path": "use-cases/data-journey-evidence.md"
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"id": "local-acceptance-g12ops",
|
|
186
|
+
"title": "Run local acceptance on g12ops*",
|
|
187
|
+
"summary": "Bring up the stack with ops-pack and prove the ops narrative in an isolated org.",
|
|
188
|
+
"path": "use-cases/local-acceptance-g12ops.md"
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"id": "openapi-typed-client",
|
|
192
|
+
"title": "Orient on OpenAPI / typed clients",
|
|
193
|
+
"summary": "Find OpenAPI generation workflow and keep clients aligned with the service.",
|
|
194
|
+
"path": "use-cases/openapi-typed-client.md"
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
"id": "studio-design-types",
|
|
198
|
+
"title": "Design object and content types in Studio",
|
|
199
|
+
"summary": "Change product shape in Design without shipping engine code.",
|
|
200
|
+
"path": "use-cases/studio-design-types.md"
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"id": "studio-operate-pipelines",
|
|
204
|
+
"title": "Operate pipelines in Studio",
|
|
205
|
+
"summary": "Run, retry, and inspect pipeline health from Operate.",
|
|
206
|
+
"path": "use-cases/studio-operate-pipelines.md"
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"id": "studio-explore-subject",
|
|
210
|
+
"title": "Explore a composed subject in Studio",
|
|
211
|
+
"summary": "Read composition vs relationships visually in Explore.",
|
|
212
|
+
"path": "use-cases/studio-explore-subject.md"
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"id": "studio-review-intelligence",
|
|
216
|
+
"title": "Review intelligence proposals in Studio",
|
|
217
|
+
"summary": "Accept evidence, reject bad proposals, install only deliberately.",
|
|
218
|
+
"path": "use-cases/studio-review-intelligence.md"
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
"id": "studio-stale-conflict-ui",
|
|
222
|
+
"title": "Resolve stale conflicts from the UI",
|
|
223
|
+
"summary": "Recognize revision conflicts and recover without losing the other writer’s work blindly.",
|
|
224
|
+
"path": "use-cases/studio-stale-conflict-ui.md"
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"id": "studio-scope-isolation",
|
|
228
|
+
"title": "Keep workspaces isolated via the scope bar",
|
|
229
|
+
"summary": "Never mix orgs/workspaces; treat scope as the product boundary.",
|
|
230
|
+
"path": "use-cases/studio-scope-isolation.md"
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
"id": "builder-acceptance-ops",
|
|
234
|
+
"title": "Acceptance tour on the ops narrative",
|
|
235
|
+
"summary": "Walk WI-100 / employees success path in Studio without API deep-dive.",
|
|
236
|
+
"path": "use-cases/builder-acceptance-ops.md"
|
|
237
|
+
}
|
|
238
|
+
]
|
|
239
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
# use-cases
|
|
2
|
+
|
|
3
|
+
- `start-from-zero` — Start Memorix from zero — Install docs for your agents, set scope, run the stack, and walk the tutorials to the core loop.
|
|
4
|
+
- `orient-platform` — Orient on Memorix after G12 — Understand surfaces, packages, hard rules, and which ebook to open next.
|
|
5
|
+
- `learn-record-envelope` — Learn the memorix-record/2 envelope — Internalize OT/CT, composition, discriminators, and what must not live on the record.
|
|
6
|
+
- `client-first-read-write` — Product backend first safe read/write — Call /api/data correctly with scope, revision preconditions, and explicit compose.
|
|
7
|
+
- `choose-access-method` — Choose the right access method — Map a task to best / acceptable / forbidden calls using the patterns matrix.
|
|
8
|
+
- `lists-cursors-pagination` — List, filter, and paginate correctly — Use cursors, pageInfo, and query grammar without inventing offsets.
|
|
9
|
+
- `compose-for-ui` — Compose a subject for a UI view — Use explicit composition instead of N+1 gets for a subject screen.
|
|
10
|
+
- `abstract-people-list` — Multi-type abstract list (People) — List across concrete types via abstracts and reverse-map writes.
|
|
11
|
+
- `metadata-before-write` — Discover effective metadata before writing — Load views/writes from /api/metadata so clients do not invent shapes.
|
|
12
|
+
- `revision-stale-conflicts` — Handle revision / stale conflicts — Patch with revision preconditions and recover when another writer won.
|
|
13
|
+
- `discriminated-content-writes` — Write analysis / decision / narrative content — Use discriminators correctly for sibling content types.
|
|
14
|
+
- `memory-hourly-ingest` — Ingest an external system on a schedule — Land exact provider payloads in Memory, then map/write via pipeline.
|
|
15
|
+
- `four-field-links` — Link subjects with four-field relationships — Define relationships, expand on read, never store associated* on records.
|
|
16
|
+
- `relationship-rebuild-verify` — Rebuild and verify relationship links — Run discover / verify / rebuild / cleanup through the relationship engine.
|
|
17
|
+
- `install-metadata-pack` — Author and install a metadata pack — Shape agents/OT/CT/abstracts and install/publish deliberately — never auto.
|
|
18
|
+
- `custom-kind-descriptors` — Store custom UI kind descriptors — Use kindDeclarations / extensions for client-owned tabs without a new engine.
|
|
19
|
+
- `build-callable-service` — Build a service Memorix pipelines invoke — Decide you need a service, define it, implement handlers, bind, and invoke from a step.
|
|
20
|
+
- `http-process-compliance` — HTTP process compliance (ports / health / live) — Wire core-service, ports-manager, and api-live-view for any process that binds HTTP.
|
|
21
|
+
- `author-pipeline-e2e` — Author and run a pipeline end-to-end — Define steps, execute under g12ops*, and observe runs/artifacts.
|
|
22
|
+
- `ai-pipeline-fail-closed` — AI pipeline steps fail closed — Add AI steps without silent invention; keep validation and retries honest.
|
|
23
|
+
- `pipeline-retry-evidence` — Retry a failed pipeline step with evidence — Operate failed attempts, retry safely, and keep artifacts for forensics.
|
|
24
|
+
- `embed-studio-host` — Embed Studio in a host app — Map scope bar to HTTP headers and embed the sole product UI correctly.
|
|
25
|
+
- `workflow-sibling-api` — Work with workflow sibling content via API — Treat workflow as sibling content under /api/workflow, not a separate product.
|
|
26
|
+
- `intelligence-propose-install` — Intelligence propose → human install — Profile and propose metadata, then install only via deliberate human action.
|
|
27
|
+
- `ops-pack-fixtures` — Package ops fixtures and acceptance harness — Build or extend an agent pack with g12ops* acceptance, goldens, and harness commands.
|
|
28
|
+
- `knowx-claims-review` — Build KnowX claims with human review — Model NODE/EDGE claims with provenance and run the fixture path without live AI.
|
|
29
|
+
- `migrate-associated-star` — Migrate associated* present format to V2 — Reject associated* payloads and migrate envelopes with memorix-format tooling.
|
|
30
|
+
- `troubleshoot-http-matrix` — Troubleshoot runtime HTTP failures — Use the failure matrix and escalate packet when stuck.
|
|
31
|
+
- `trusted-in-process-embed` — Embed Memorix engines in a trusted host — Know when in-process packages are allowed vs remote HTTP-only clients.
|
|
32
|
+
- `data-journey-evidence` — Use data-journey matrix and evidence APIs — Drive Explore/evidence UIs via /api/data-journey without inventing coverage rules.
|
|
33
|
+
- `local-acceptance-g12ops` — Run local acceptance on g12ops* — Bring up the stack with ops-pack and prove the ops narrative in an isolated org.
|
|
34
|
+
- `openapi-typed-client` — Orient on OpenAPI / typed clients — Find OpenAPI generation workflow and keep clients aligned with the service.
|
|
35
|
+
- `studio-design-types` — Design object and content types in Studio — Change product shape in Design without shipping engine code.
|
|
36
|
+
- `studio-operate-pipelines` — Operate pipelines in Studio — Run, retry, and inspect pipeline health from Operate.
|
|
37
|
+
- `studio-explore-subject` — Explore a composed subject in Studio — Read composition vs relationships visually in Explore.
|
|
38
|
+
- `studio-review-intelligence` — Review intelligence proposals in Studio — Accept evidence, reject bad proposals, install only deliberately.
|
|
39
|
+
- `studio-stale-conflict-ui` — Resolve stale conflicts from the UI — Recognize revision conflicts and recover without losing the other writer’s work blindly.
|
|
40
|
+
- `studio-scope-isolation` — Keep workspaces isolated via the scope bar — Never mix orgs/workspaces; treat scope as the product boundary.
|
|
41
|
+
- `builder-acceptance-ops` — Acceptance tour on the ops narrative — Walk WI-100 / employees success path in Studio without API deep-dive.
|