@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,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "guide/diagnose-unresolved",
|
|
3
|
+
"type": "guide",
|
|
4
|
+
"title": "Diagnose an unresolved relationship target",
|
|
5
|
+
"summary": "Distinguish intentional unresolved from broken targets.",
|
|
6
|
+
"markdownPath": "guides/diagnose-unresolved.md",
|
|
7
|
+
"files": [
|
|
8
|
+
"guides/diagnose-unresolved.md"
|
|
9
|
+
],
|
|
10
|
+
"related": [
|
|
11
|
+
"resolved-unresolved"
|
|
12
|
+
]
|
|
13
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: "guide/evidence-to-decision"
|
|
3
|
+
type: "pack"
|
|
4
|
+
title: "Move from evidence to analysis and a decision"
|
|
5
|
+
summary: "Record analysis, then a distinct decision."
|
|
6
|
+
---
|
|
7
|
+
# Pack: Move from evidence to analysis and a decision
|
|
8
|
+
|
|
9
|
+
Record analysis, then a distinct decision.
|
|
10
|
+
|
|
11
|
+
Primary markdown: `guides/evidence-to-decision.md`
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "guide/evidence-to-decision",
|
|
3
|
+
"type": "guide",
|
|
4
|
+
"title": "Move from evidence to analysis and a decision",
|
|
5
|
+
"summary": "Record analysis, then a distinct decision.",
|
|
6
|
+
"markdownPath": "guides/evidence-to-decision.md",
|
|
7
|
+
"files": [
|
|
8
|
+
"guides/evidence-to-decision.md"
|
|
9
|
+
],
|
|
10
|
+
"related": [
|
|
11
|
+
"analysis-objects",
|
|
12
|
+
"decisions-content"
|
|
13
|
+
]
|
|
14
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: "guide/first-revision-safe-write"
|
|
3
|
+
type: "pack"
|
|
4
|
+
title: "Perform a first revision-safe read/write"
|
|
5
|
+
summary: "Read a record, write with expected revision, verify."
|
|
6
|
+
---
|
|
7
|
+
# Pack: Perform a first revision-safe read/write
|
|
8
|
+
|
|
9
|
+
Read a record, write with expected revision, verify.
|
|
10
|
+
|
|
11
|
+
Primary markdown: `guides/first-revision-safe-write.md`
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "guide/first-revision-safe-write",
|
|
3
|
+
"type": "guide",
|
|
4
|
+
"title": "Perform a first revision-safe read/write",
|
|
5
|
+
"summary": "Read a record, write with expected revision, verify.",
|
|
6
|
+
"markdownPath": "guides/first-revision-safe-write.md",
|
|
7
|
+
"files": [
|
|
8
|
+
"guides/first-revision-safe-write.md"
|
|
9
|
+
],
|
|
10
|
+
"related": [
|
|
11
|
+
"record-revisions"
|
|
12
|
+
]
|
|
13
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: "guide/inspect-effective-metadata"
|
|
3
|
+
type: "pack"
|
|
4
|
+
title: "Inspect effective metadata before read/write"
|
|
5
|
+
summary: "Confirm effective definitions before mutating records."
|
|
6
|
+
---
|
|
7
|
+
# Pack: Inspect effective metadata before read/write
|
|
8
|
+
|
|
9
|
+
Confirm effective definitions before mutating records.
|
|
10
|
+
|
|
11
|
+
Primary markdown: `guides/inspect-effective-metadata.md`
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "guide/inspect-effective-metadata",
|
|
3
|
+
"type": "guide",
|
|
4
|
+
"title": "Inspect effective metadata before read/write",
|
|
5
|
+
"summary": "Confirm effective definitions before mutating records.",
|
|
6
|
+
"markdownPath": "guides/inspect-effective-metadata.md",
|
|
7
|
+
"files": [
|
|
8
|
+
"guides/inspect-effective-metadata.md"
|
|
9
|
+
],
|
|
10
|
+
"related": [
|
|
11
|
+
"effective-metadata"
|
|
12
|
+
]
|
|
13
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: "guide/query-people-abstract"
|
|
3
|
+
type: "pack"
|
|
4
|
+
title: "Query the People abstract view"
|
|
5
|
+
summary: "Read employees and contractors through People bindings."
|
|
6
|
+
---
|
|
7
|
+
# Pack: Query the People abstract view
|
|
8
|
+
|
|
9
|
+
Read employees and contractors through People bindings.
|
|
10
|
+
|
|
11
|
+
Primary markdown: `guides/query-people-abstract.md`
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "guide/query-people-abstract",
|
|
3
|
+
"type": "guide",
|
|
4
|
+
"title": "Query the People abstract view",
|
|
5
|
+
"summary": "Read employees and contractors through People bindings.",
|
|
6
|
+
"markdownPath": "guides/query-people-abstract.md",
|
|
7
|
+
"files": [
|
|
8
|
+
"guides/query-people-abstract.md"
|
|
9
|
+
],
|
|
10
|
+
"related": [
|
|
11
|
+
"people-union"
|
|
12
|
+
]
|
|
13
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: "guide/reload-retry-conflict"
|
|
3
|
+
type: "pack"
|
|
4
|
+
title: "Reload, compare, and retry after a revision conflict"
|
|
5
|
+
summary: "Recover safely when a stale write is rejected."
|
|
6
|
+
---
|
|
7
|
+
# Pack: Reload, compare, and retry after a revision conflict
|
|
8
|
+
|
|
9
|
+
Recover safely when a stale write is rejected.
|
|
10
|
+
|
|
11
|
+
Primary markdown: `guides/reload-retry-conflict.md`
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "guide/reload-retry-conflict",
|
|
3
|
+
"type": "guide",
|
|
4
|
+
"title": "Reload, compare, and retry after a revision conflict",
|
|
5
|
+
"summary": "Recover safely when a stale write is rejected.",
|
|
6
|
+
"markdownPath": "guides/reload-retry-conflict.md",
|
|
7
|
+
"files": [
|
|
8
|
+
"guides/reload-retry-conflict.md"
|
|
9
|
+
],
|
|
10
|
+
"related": [
|
|
11
|
+
"record-revisions"
|
|
12
|
+
]
|
|
13
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: "guide/validate-install-pack"
|
|
3
|
+
type: "pack"
|
|
4
|
+
title: "Validate and explicitly install a metadata pack"
|
|
5
|
+
summary: "Validate first, then confirm installation."
|
|
6
|
+
---
|
|
7
|
+
# Pack: Validate and explicitly install a metadata pack
|
|
8
|
+
|
|
9
|
+
Validate first, then confirm installation.
|
|
10
|
+
|
|
11
|
+
Primary markdown: `guides/validate-install-pack.md`
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "guide/validate-install-pack",
|
|
3
|
+
"type": "guide",
|
|
4
|
+
"title": "Validate and explicitly install a metadata pack",
|
|
5
|
+
"summary": "Validate first, then confirm installation.",
|
|
6
|
+
"markdownPath": "guides/validate-install-pack.md",
|
|
7
|
+
"files": [
|
|
8
|
+
"guides/validate-install-pack.md"
|
|
9
|
+
],
|
|
10
|
+
"related": [
|
|
11
|
+
"explicit-metadata-installation"
|
|
12
|
+
]
|
|
13
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: "scenario/choose-subject-view"
|
|
3
|
+
type: "pack"
|
|
4
|
+
title: "A caller needs a subject view"
|
|
5
|
+
summary: "Choose raw, composition, or abstract based on fidelity needs."
|
|
6
|
+
---
|
|
7
|
+
# Pack: A caller needs a subject view
|
|
8
|
+
|
|
9
|
+
Choose raw, composition, or abstract based on fidelity needs.
|
|
10
|
+
|
|
11
|
+
Primary markdown: `scenarios/choose-subject-view.md`
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "scenario/choose-subject-view",
|
|
3
|
+
"type": "scenario",
|
|
4
|
+
"title": "A caller needs a subject view",
|
|
5
|
+
"summary": "Choose raw, composition, or abstract based on fidelity needs.",
|
|
6
|
+
"markdownPath": "scenarios/choose-subject-view.md",
|
|
7
|
+
"files": [
|
|
8
|
+
"scenarios/choose-subject-view.md"
|
|
9
|
+
],
|
|
10
|
+
"related": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: "scenario/pack-valid-not-installed"
|
|
3
|
+
type: "pack"
|
|
4
|
+
title: "A metadata pack is valid but not installed"
|
|
5
|
+
summary: "Validation succeeded; runtime still on previous effective metadata."
|
|
6
|
+
---
|
|
7
|
+
# Pack: A metadata pack is valid but not installed
|
|
8
|
+
|
|
9
|
+
Validation succeeded; runtime still on previous effective metadata.
|
|
10
|
+
|
|
11
|
+
Primary markdown: `scenarios/pack-valid-not-installed.md`
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "scenario/pack-valid-not-installed",
|
|
3
|
+
"type": "scenario",
|
|
4
|
+
"title": "A metadata pack is valid but not installed",
|
|
5
|
+
"summary": "Validation succeeded; runtime still on previous effective metadata.",
|
|
6
|
+
"markdownPath": "scenarios/pack-valid-not-installed.md",
|
|
7
|
+
"files": [
|
|
8
|
+
"scenarios/pack-valid-not-installed.md"
|
|
9
|
+
],
|
|
10
|
+
"related": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: "scenario/scope-mismatch"
|
|
3
|
+
type: "pack"
|
|
4
|
+
title: "Scope does not match the intended workspace"
|
|
5
|
+
summary: "Detected organization/agent scope differs from the task."
|
|
6
|
+
---
|
|
7
|
+
# Pack: Scope does not match the intended workspace
|
|
8
|
+
|
|
9
|
+
Detected organization/agent scope differs from the task.
|
|
10
|
+
|
|
11
|
+
Primary markdown: `scenarios/scope-mismatch.md`
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "scenario/scope-mismatch",
|
|
3
|
+
"type": "scenario",
|
|
4
|
+
"title": "Scope does not match the intended workspace",
|
|
5
|
+
"summary": "Detected organization/agent scope differs from the task.",
|
|
6
|
+
"markdownPath": "scenarios/scope-mismatch.md",
|
|
7
|
+
"files": [
|
|
8
|
+
"scenarios/scope-mismatch.md"
|
|
9
|
+
],
|
|
10
|
+
"related": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: "scenario/stale-revision-conflict"
|
|
3
|
+
type: "pack"
|
|
4
|
+
title: "A write returns a stale-revision conflict"
|
|
5
|
+
summary: "PATCH/PUT rejected because expected revision was stale."
|
|
6
|
+
---
|
|
7
|
+
# Pack: A write returns a stale-revision conflict
|
|
8
|
+
|
|
9
|
+
PATCH/PUT rejected because expected revision was stale.
|
|
10
|
+
|
|
11
|
+
Primary markdown: `scenarios/stale-revision-conflict.md`
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "scenario/stale-revision-conflict",
|
|
3
|
+
"type": "scenario",
|
|
4
|
+
"title": "A write returns a stale-revision conflict",
|
|
5
|
+
"summary": "PATCH/PUT rejected because expected revision was stale.",
|
|
6
|
+
"markdownPath": "scenarios/stale-revision-conflict.md",
|
|
7
|
+
"files": [
|
|
8
|
+
"scenarios/stale-revision-conflict.md"
|
|
9
|
+
],
|
|
10
|
+
"related": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: "scenario/traversal-direction"
|
|
3
|
+
type: "pack"
|
|
4
|
+
title: "Relationship traversal direction and expansion"
|
|
5
|
+
summary: "Choose forward/inverse and expanded/unexpanded handling."
|
|
6
|
+
---
|
|
7
|
+
# Pack: Relationship traversal direction and expansion
|
|
8
|
+
|
|
9
|
+
Choose forward/inverse and expanded/unexpanded handling.
|
|
10
|
+
|
|
11
|
+
Primary markdown: `scenarios/traversal-direction.md`
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "scenario/traversal-direction",
|
|
3
|
+
"type": "scenario",
|
|
4
|
+
"title": "Relationship traversal direction and expansion",
|
|
5
|
+
"summary": "Choose forward/inverse and expanded/unexpanded handling.",
|
|
6
|
+
"markdownPath": "scenarios/traversal-direction.md",
|
|
7
|
+
"files": [
|
|
8
|
+
"scenarios/traversal-direction.md"
|
|
9
|
+
],
|
|
10
|
+
"related": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: "scenario/unresolved-relationship"
|
|
3
|
+
type: "pack"
|
|
4
|
+
title: "A relationship target is unresolved"
|
|
5
|
+
summary: "Traversal returns an unresolved target marker."
|
|
6
|
+
---
|
|
7
|
+
# Pack: A relationship target is unresolved
|
|
8
|
+
|
|
9
|
+
Traversal returns an unresolved target marker.
|
|
10
|
+
|
|
11
|
+
Primary markdown: `scenarios/unresolved-relationship.md`
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "scenario/unresolved-relationship",
|
|
3
|
+
"type": "scenario",
|
|
4
|
+
"title": "A relationship target is unresolved",
|
|
5
|
+
"summary": "Traversal returns an unresolved target marker.",
|
|
6
|
+
"markdownPath": "scenarios/unresolved-relationship.md",
|
|
7
|
+
"files": [
|
|
8
|
+
"scenarios/unresolved-relationship.md"
|
|
9
|
+
],
|
|
10
|
+
"related": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: "tutorial/analysis-decision-lab"
|
|
3
|
+
type: "pack"
|
|
4
|
+
title: "Move from records to analysis and a decision"
|
|
5
|
+
summary: "Create analysis then a distinct decision on sample evidence."
|
|
6
|
+
---
|
|
7
|
+
# Pack: Move from records to analysis and a decision
|
|
8
|
+
|
|
9
|
+
Create analysis then a distinct decision on sample evidence.
|
|
10
|
+
|
|
11
|
+
Primary markdown: `tutorials/analysis-decision-lab.md`
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "tutorial/analysis-decision-lab",
|
|
3
|
+
"type": "tutorial",
|
|
4
|
+
"title": "Move from records to analysis and a decision",
|
|
5
|
+
"summary": "Create analysis then a distinct decision on sample evidence.",
|
|
6
|
+
"markdownPath": "tutorials/analysis-decision-lab.md",
|
|
7
|
+
"files": [
|
|
8
|
+
"tutorials/analysis-decision-lab.md"
|
|
9
|
+
],
|
|
10
|
+
"related": [
|
|
11
|
+
"analysis-objects",
|
|
12
|
+
"decisions-content"
|
|
13
|
+
]
|
|
14
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: "tutorial/compare-views"
|
|
3
|
+
type: "pack"
|
|
4
|
+
title: "Compare raw, composed, and abstract views"
|
|
5
|
+
summary: "See fidelity differences on the same subjects."
|
|
6
|
+
---
|
|
7
|
+
# Pack: Compare raw, composed, and abstract views
|
|
8
|
+
|
|
9
|
+
See fidelity differences on the same subjects.
|
|
10
|
+
|
|
11
|
+
Primary markdown: `tutorials/compare-views.md`
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "tutorial/compare-views",
|
|
3
|
+
"type": "tutorial",
|
|
4
|
+
"title": "Compare raw, composed, and abstract views",
|
|
5
|
+
"summary": "See fidelity differences on the same subjects.",
|
|
6
|
+
"markdownPath": "tutorials/compare-views.md",
|
|
7
|
+
"files": [
|
|
8
|
+
"tutorials/compare-views.md"
|
|
9
|
+
],
|
|
10
|
+
"related": [
|
|
11
|
+
"composition",
|
|
12
|
+
"people-union"
|
|
13
|
+
]
|
|
14
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: "tutorial/conflict-lab"
|
|
3
|
+
type: "pack"
|
|
4
|
+
title: "Recover from a stale revision conflict"
|
|
5
|
+
summary: "Trigger and recover from a conflict using sample data."
|
|
6
|
+
---
|
|
7
|
+
# Pack: Recover from a stale revision conflict
|
|
8
|
+
|
|
9
|
+
Trigger and recover from a conflict using sample data.
|
|
10
|
+
|
|
11
|
+
Primary markdown: `tutorials/conflict-lab.md`
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "tutorial/conflict-lab",
|
|
3
|
+
"type": "tutorial",
|
|
4
|
+
"title": "Recover from a stale revision conflict",
|
|
5
|
+
"summary": "Trigger and recover from a conflict using sample data.",
|
|
6
|
+
"markdownPath": "tutorials/conflict-lab.md",
|
|
7
|
+
"files": [
|
|
8
|
+
"tutorials/conflict-lab.md"
|
|
9
|
+
],
|
|
10
|
+
"related": [
|
|
11
|
+
"record-revisions"
|
|
12
|
+
]
|
|
13
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: "tutorial/first-revision-safe-record"
|
|
3
|
+
type: "pack"
|
|
4
|
+
title: "Read and write the first revision-safe record"
|
|
5
|
+
summary: "Practice expected-revision writes on sample data."
|
|
6
|
+
---
|
|
7
|
+
# Pack: Read and write the first revision-safe record
|
|
8
|
+
|
|
9
|
+
Practice expected-revision writes on sample data.
|
|
10
|
+
|
|
11
|
+
Primary markdown: `tutorials/first-revision-safe-record.md`
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "tutorial/first-revision-safe-record",
|
|
3
|
+
"type": "tutorial",
|
|
4
|
+
"title": "Read and write the first revision-safe record",
|
|
5
|
+
"summary": "Practice expected-revision writes on sample data.",
|
|
6
|
+
"markdownPath": "tutorials/first-revision-safe-record.md",
|
|
7
|
+
"files": [
|
|
8
|
+
"tutorials/first-revision-safe-record.md"
|
|
9
|
+
],
|
|
10
|
+
"related": [
|
|
11
|
+
"record-revisions"
|
|
12
|
+
]
|
|
13
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: "tutorial/install-pack-lab"
|
|
3
|
+
type: "pack"
|
|
4
|
+
title: "Validate and explicitly install a metadata pack"
|
|
5
|
+
summary: "Practice validation versus confirmation."
|
|
6
|
+
---
|
|
7
|
+
# Pack: Validate and explicitly install a metadata pack
|
|
8
|
+
|
|
9
|
+
Practice validation versus confirmation.
|
|
10
|
+
|
|
11
|
+
Primary markdown: `tutorials/install-pack-lab.md`
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "tutorial/install-pack-lab",
|
|
3
|
+
"type": "tutorial",
|
|
4
|
+
"title": "Validate and explicitly install a metadata pack",
|
|
5
|
+
"summary": "Practice validation versus confirmation.",
|
|
6
|
+
"markdownPath": "tutorials/install-pack-lab.md",
|
|
7
|
+
"files": [
|
|
8
|
+
"tutorials/install-pack-lab.md"
|
|
9
|
+
],
|
|
10
|
+
"related": [
|
|
11
|
+
"explicit-metadata-installation"
|
|
12
|
+
]
|
|
13
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: "tutorial/relationships-lab"
|
|
3
|
+
type: "pack"
|
|
4
|
+
title: "Define, store, and traverse relationships"
|
|
5
|
+
summary: "Hands-on relationship definition and traversal."
|
|
6
|
+
---
|
|
7
|
+
# Pack: Define, store, and traverse relationships
|
|
8
|
+
|
|
9
|
+
Hands-on relationship definition and traversal.
|
|
10
|
+
|
|
11
|
+
Primary markdown: `tutorials/relationships-lab.md`
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "tutorial/relationships-lab",
|
|
3
|
+
"type": "tutorial",
|
|
4
|
+
"title": "Define, store, and traverse relationships",
|
|
5
|
+
"summary": "Hands-on relationship definition and traversal.",
|
|
6
|
+
"markdownPath": "tutorials/relationships-lab.md",
|
|
7
|
+
"files": [
|
|
8
|
+
"tutorials/relationships-lab.md"
|
|
9
|
+
],
|
|
10
|
+
"related": [
|
|
11
|
+
"traversal"
|
|
12
|
+
]
|
|
13
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: "tutorial/start-with-sample-data"
|
|
3
|
+
type: "pack"
|
|
4
|
+
title: "Start Memorix with the sample dataset"
|
|
5
|
+
summary: "Load the synthetic dataset and confirm scope."
|
|
6
|
+
---
|
|
7
|
+
# Pack: Start Memorix with the sample dataset
|
|
8
|
+
|
|
9
|
+
Load the synthetic dataset and confirm scope.
|
|
10
|
+
|
|
11
|
+
Primary markdown: `tutorials/start-with-sample-data.md`
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "tutorial/start-with-sample-data",
|
|
3
|
+
"type": "tutorial",
|
|
4
|
+
"title": "Start Memorix with the sample dataset",
|
|
5
|
+
"summary": "Load the synthetic dataset and confirm scope.",
|
|
6
|
+
"markdownPath": "tutorials/start-with-sample-data.md",
|
|
7
|
+
"files": [
|
|
8
|
+
"tutorials/start-with-sample-data.md"
|
|
9
|
+
],
|
|
10
|
+
"related": [
|
|
11
|
+
"org-agent-scope"
|
|
12
|
+
]
|
|
13
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: "memorix-synthetic-basic"
|
|
3
|
+
type: "sample-data"
|
|
4
|
+
title: "memorix-synthetic-basic"
|
|
5
|
+
summary: "Deterministic synthetic Memorix subjects for docs, screenshots, and tutorials."
|
|
6
|
+
version: "1.0.0"
|
|
7
|
+
origin: "synthetic"
|
|
8
|
+
---
|
|
9
|
+
# Sample data: memorix-synthetic-basic
|
|
10
|
+
|
|
11
|
+
Deterministic synthetic Memorix subjects for docs, screenshots, and tutorials.
|
|
12
|
+
|
|
13
|
+
Origin: synthetic
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: "choose-subject-view"
|
|
3
|
+
type: "scenario"
|
|
4
|
+
title: "A caller needs a subject view"
|
|
5
|
+
summary: "Choose raw, composition, or abstract based on fidelity needs."
|
|
6
|
+
audiences: ["developers"]
|
|
7
|
+
---
|
|
8
|
+
# A caller needs a subject view
|
|
9
|
+
|
|
10
|
+
## Situation
|
|
11
|
+
|
|
12
|
+
UI or API caller needs subject data and is unsure which access method to use.
|
|
13
|
+
|
|
14
|
+
## Decision
|
|
15
|
+
|
|
16
|
+
Raw, composed, or abstract?
|
|
17
|
+
|
|
18
|
+
## Paths
|
|
19
|
+
|
|
20
|
+
### Raw
|
|
21
|
+
|
|
22
|
+
**When:** Need original payload/envelope fidelity
|
|
23
|
+
|
|
24
|
+
Guides: `choose-access-method`
|
|
25
|
+
|
|
26
|
+
### Composition
|
|
27
|
+
|
|
28
|
+
**When:** Need same-subject content instances for a UI
|
|
29
|
+
|
|
30
|
+
Guides: `compose-subject-ui`
|
|
31
|
+
|
|
32
|
+
### Abstract
|
|
33
|
+
|
|
34
|
+
**When:** Need a projected union such as People
|
|
35
|
+
|
|
36
|
+
Guides: `query-people-abstract`
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: "pack-valid-not-installed"
|
|
3
|
+
type: "scenario"
|
|
4
|
+
title: "A metadata pack is valid but not installed"
|
|
5
|
+
summary: "Validation succeeded; runtime still on previous effective metadata."
|
|
6
|
+
audiences: ["builders"]
|
|
7
|
+
invariants: ["Intelligence proposals never auto-install"]
|
|
8
|
+
---
|
|
9
|
+
# A metadata pack is valid but not installed
|
|
10
|
+
|
|
11
|
+
## Situation
|
|
12
|
+
|
|
13
|
+
Validate passed; install not confirmed.
|
|
14
|
+
|
|
15
|
+
## Decision
|
|
16
|
+
|
|
17
|
+
Explicitly install or cancel?
|
|
18
|
+
|
|
19
|
+
## Paths
|
|
20
|
+
|
|
21
|
+
### Install
|
|
22
|
+
|
|
23
|
+
**When:** Change is reviewed and approved
|
|
24
|
+
|
|
25
|
+
Guides: `validate-install-pack`
|
|
26
|
+
|
|
27
|
+
### Cancel
|
|
28
|
+
|
|
29
|
+
**When:** Not ready to change runtime
|
|
30
|
+
|
|
31
|
+
Validation alone must leave runtime unchanged.
|
|
32
|
+
|
|
33
|
+
Guides: _none_
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: "scope-mismatch"
|
|
3
|
+
type: "scenario"
|
|
4
|
+
title: "Scope does not match the intended workspace"
|
|
5
|
+
summary: "Detected organization/agent scope differs from the task."
|
|
6
|
+
audiences: ["builders", "developers"]
|
|
7
|
+
invariants: ["Do not write while scope is wrong"]
|
|
8
|
+
---
|
|
9
|
+
# Scope does not match the intended workspace
|
|
10
|
+
|
|
11
|
+
## Situation
|
|
12
|
+
|
|
13
|
+
Studio or API session is scoped to a different org/agent than intended.
|
|
14
|
+
|
|
15
|
+
## Decision
|
|
16
|
+
|
|
17
|
+
Apply a different scope or stop?
|
|
18
|
+
|
|
19
|
+
## Signals
|
|
20
|
+
|
|
21
|
+
- Wrong org label
|
|
22
|
+
- Unexpected agent inheritance set
|
|
23
|
+
|
|
24
|
+
## Paths
|
|
25
|
+
|
|
26
|
+
### Apply correct scope
|
|
27
|
+
|
|
28
|
+
**When:** You can select the intended org/agent
|
|
29
|
+
|
|
30
|
+
Isolation is restored before any mutation.
|
|
31
|
+
|
|
32
|
+
Guides: `apply-scope`
|
|
33
|
+
|
|
34
|
+
### Stop
|
|
35
|
+
|
|
36
|
+
**When:** Correct scope is unavailable or unauthorized
|
|
37
|
+
|
|
38
|
+
Escalate rather than act in the wrong workspace.
|
|
39
|
+
|
|
40
|
+
Guides: _none_
|
|
41
|
+
|
|
42
|
+
## Escalation
|
|
43
|
+
|
|
44
|
+
Ask an operator for access to the intended workspace.
|