@x12i/memorix-docs 1.0.2 → 1.1.0
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,11 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: "concept/abstracts-bindings"
|
|
3
|
+
type: "pack"
|
|
4
|
+
title: "Abstracts and bindings"
|
|
5
|
+
summary: "An abstract is a virtual union projected through bindings — not stored rows."
|
|
6
|
+
---
|
|
7
|
+
# Pack: Abstracts and bindings
|
|
8
|
+
|
|
9
|
+
An abstract is a virtual union projected through bindings — not stored rows.
|
|
10
|
+
|
|
11
|
+
Primary markdown: `concepts/abstracts-bindings.md`
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "concept/abstracts-bindings",
|
|
3
|
+
"type": "concept",
|
|
4
|
+
"title": "Abstracts and bindings",
|
|
5
|
+
"summary": "An abstract is a virtual union projected through bindings — not stored rows.",
|
|
6
|
+
"markdownPath": "concepts/abstracts-bindings.md",
|
|
7
|
+
"files": [
|
|
8
|
+
"concepts/abstracts-bindings.md"
|
|
9
|
+
],
|
|
10
|
+
"related": [
|
|
11
|
+
"people-union"
|
|
12
|
+
]
|
|
13
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: "concept/agents-inheritance"
|
|
3
|
+
type: "pack"
|
|
4
|
+
title: "Agents and inheritance"
|
|
5
|
+
summary: "Child agents inherit definitions; Studio shows the effective result."
|
|
6
|
+
---
|
|
7
|
+
# Pack: Agents and inheritance
|
|
8
|
+
|
|
9
|
+
Child agents inherit definitions; Studio shows the effective result.
|
|
10
|
+
|
|
11
|
+
Primary markdown: `concepts/agents-inheritance.md`
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "concept/agents-inheritance",
|
|
3
|
+
"type": "concept",
|
|
4
|
+
"title": "Agents and inheritance",
|
|
5
|
+
"summary": "Child agents inherit definitions; Studio shows the effective result.",
|
|
6
|
+
"markdownPath": "concepts/agents-inheritance.md",
|
|
7
|
+
"files": [
|
|
8
|
+
"concepts/agents-inheritance.md"
|
|
9
|
+
],
|
|
10
|
+
"related": [
|
|
11
|
+
"effective-metadata"
|
|
12
|
+
]
|
|
13
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: "concept/analysis-objects"
|
|
3
|
+
type: "pack"
|
|
4
|
+
title: "Analysis objects"
|
|
5
|
+
summary: "Analysis captures evaluated evidence distinct from operational decisions."
|
|
6
|
+
---
|
|
7
|
+
# Pack: Analysis objects
|
|
8
|
+
|
|
9
|
+
Analysis captures evaluated evidence distinct from operational decisions.
|
|
10
|
+
|
|
11
|
+
Primary markdown: `concepts/analysis-objects.md`
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "concept/analysis-objects",
|
|
3
|
+
"type": "concept",
|
|
4
|
+
"title": "Analysis objects",
|
|
5
|
+
"summary": "Analysis captures evaluated evidence distinct from operational decisions.",
|
|
6
|
+
"markdownPath": "concepts/analysis-objects.md",
|
|
7
|
+
"files": [
|
|
8
|
+
"concepts/analysis-objects.md"
|
|
9
|
+
],
|
|
10
|
+
"related": [
|
|
11
|
+
"decisions-content",
|
|
12
|
+
"intelligence-proposals"
|
|
13
|
+
]
|
|
14
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: "concept/composition"
|
|
3
|
+
type: "pack"
|
|
4
|
+
title: "Same-subject composition"
|
|
5
|
+
summary: "Multiple content instances can belong to one subject when composition is explicit."
|
|
6
|
+
---
|
|
7
|
+
# Pack: Same-subject composition
|
|
8
|
+
|
|
9
|
+
Multiple content instances can belong to one subject when composition is explicit.
|
|
10
|
+
|
|
11
|
+
Primary markdown: `concepts/composition.md`
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "concept/composition",
|
|
3
|
+
"type": "concept",
|
|
4
|
+
"title": "Same-subject composition",
|
|
5
|
+
"summary": "Multiple content instances can belong to one subject when composition is explicit.",
|
|
6
|
+
"markdownPath": "concepts/composition.md",
|
|
7
|
+
"files": [
|
|
8
|
+
"concepts/composition.md"
|
|
9
|
+
],
|
|
10
|
+
"related": [
|
|
11
|
+
"people-union"
|
|
12
|
+
]
|
|
13
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: "concept/decisions-content"
|
|
3
|
+
type: "pack"
|
|
4
|
+
title: "Decisions"
|
|
5
|
+
summary: "Decisions record chosen actions distinct from analysis content."
|
|
6
|
+
---
|
|
7
|
+
# Pack: Decisions
|
|
8
|
+
|
|
9
|
+
Decisions record chosen actions distinct from analysis content.
|
|
10
|
+
|
|
11
|
+
Primary markdown: `concepts/decisions-content.md`
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "concept/decisions-content",
|
|
3
|
+
"type": "concept",
|
|
4
|
+
"title": "Decisions",
|
|
5
|
+
"summary": "Decisions record chosen actions distinct from analysis content.",
|
|
6
|
+
"markdownPath": "concepts/decisions-content.md",
|
|
7
|
+
"files": [
|
|
8
|
+
"concepts/decisions-content.md"
|
|
9
|
+
],
|
|
10
|
+
"related": [
|
|
11
|
+
"intelligence-proposals"
|
|
12
|
+
]
|
|
13
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: "concept/effective-metadata"
|
|
3
|
+
type: "pack"
|
|
4
|
+
title: "Effective metadata"
|
|
5
|
+
summary: "The resolved definitions after inheritance and installation."
|
|
6
|
+
---
|
|
7
|
+
# Pack: Effective metadata
|
|
8
|
+
|
|
9
|
+
The resolved definitions after inheritance and installation.
|
|
10
|
+
|
|
11
|
+
Primary markdown: `concepts/effective-metadata.md`
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "concept/effective-metadata",
|
|
3
|
+
"type": "concept",
|
|
4
|
+
"title": "Effective metadata",
|
|
5
|
+
"summary": "The resolved definitions after inheritance and installation.",
|
|
6
|
+
"markdownPath": "concepts/effective-metadata.md",
|
|
7
|
+
"files": [
|
|
8
|
+
"concepts/effective-metadata.md"
|
|
9
|
+
],
|
|
10
|
+
"related": [
|
|
11
|
+
"org-agent-scope"
|
|
12
|
+
]
|
|
13
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: "concept/explicit-metadata-installation"
|
|
3
|
+
type: "pack"
|
|
4
|
+
title: "Explicit metadata validation and installation"
|
|
5
|
+
summary: "Validation does not install; installation requires confirmation."
|
|
6
|
+
---
|
|
7
|
+
# Pack: Explicit metadata validation and installation
|
|
8
|
+
|
|
9
|
+
Validation does not install; installation requires confirmation.
|
|
10
|
+
|
|
11
|
+
Primary markdown: `concepts/explicit-metadata-installation.md`
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "concept/explicit-metadata-installation",
|
|
3
|
+
"type": "concept",
|
|
4
|
+
"title": "Explicit metadata validation and installation",
|
|
5
|
+
"summary": "Validation does not install; installation requires confirmation.",
|
|
6
|
+
"markdownPath": "concepts/explicit-metadata-installation.md",
|
|
7
|
+
"files": [
|
|
8
|
+
"concepts/explicit-metadata-installation.md"
|
|
9
|
+
],
|
|
10
|
+
"related": [
|
|
11
|
+
"intelligence-proposals",
|
|
12
|
+
"effective-metadata"
|
|
13
|
+
]
|
|
14
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: "concept/intelligence-proposals"
|
|
3
|
+
type: "pack"
|
|
4
|
+
title: "Intelligence proposals"
|
|
5
|
+
summary: "Intelligence may propose metadata or actions but never auto-installs them."
|
|
6
|
+
---
|
|
7
|
+
# Pack: Intelligence proposals
|
|
8
|
+
|
|
9
|
+
Intelligence may propose metadata or actions but never auto-installs them.
|
|
10
|
+
|
|
11
|
+
Primary markdown: `concepts/intelligence-proposals.md`
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "concept/intelligence-proposals",
|
|
3
|
+
"type": "concept",
|
|
4
|
+
"title": "Intelligence proposals",
|
|
5
|
+
"summary": "Intelligence may propose metadata or actions but never auto-installs them.",
|
|
6
|
+
"markdownPath": "concepts/intelligence-proposals.md",
|
|
7
|
+
"files": [
|
|
8
|
+
"concepts/intelligence-proposals.md"
|
|
9
|
+
],
|
|
10
|
+
"related": [
|
|
11
|
+
"explicit-metadata-installation"
|
|
12
|
+
]
|
|
13
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: "concept/mappings-transforms"
|
|
3
|
+
type: "pack"
|
|
4
|
+
title: "Mappings and transforms"
|
|
5
|
+
summary: "Mappings describe how source shapes become Memory content."
|
|
6
|
+
---
|
|
7
|
+
# Pack: Mappings and transforms
|
|
8
|
+
|
|
9
|
+
Mappings describe how source shapes become Memory content.
|
|
10
|
+
|
|
11
|
+
Primary markdown: `concepts/mappings-transforms.md`
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "concept/mappings-transforms",
|
|
3
|
+
"type": "concept",
|
|
4
|
+
"title": "Mappings and transforms",
|
|
5
|
+
"summary": "Mappings describe how source shapes become Memory content.",
|
|
6
|
+
"markdownPath": "concepts/mappings-transforms.md",
|
|
7
|
+
"files": [
|
|
8
|
+
"concepts/mappings-transforms.md"
|
|
9
|
+
],
|
|
10
|
+
"related": [
|
|
11
|
+
"raw-records"
|
|
12
|
+
]
|
|
13
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: "concept/object-content-category"
|
|
3
|
+
type: "pack"
|
|
4
|
+
title: "Object type, content type, and data category"
|
|
5
|
+
summary: "Identity, payload shape, and category are separate axes."
|
|
6
|
+
---
|
|
7
|
+
# Pack: Object type, content type, and data category
|
|
8
|
+
|
|
9
|
+
Identity, payload shape, and category are separate axes.
|
|
10
|
+
|
|
11
|
+
Primary markdown: `concepts/object-content-category.md`
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "concept/object-content-category",
|
|
3
|
+
"type": "concept",
|
|
4
|
+
"title": "Object type, content type, and data category",
|
|
5
|
+
"summary": "Identity, payload shape, and category are separate axes.",
|
|
6
|
+
"markdownPath": "concepts/object-content-category.md",
|
|
7
|
+
"files": [
|
|
8
|
+
"concepts/object-content-category.md"
|
|
9
|
+
],
|
|
10
|
+
"related": [
|
|
11
|
+
"raw-records",
|
|
12
|
+
"composition"
|
|
13
|
+
]
|
|
14
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: "concept/org-agent-scope"
|
|
3
|
+
type: "pack"
|
|
4
|
+
title: "Organization and agent scope"
|
|
5
|
+
summary: "Scope selects which organization and agent context reads and writes apply to."
|
|
6
|
+
---
|
|
7
|
+
# Pack: Organization and agent scope
|
|
8
|
+
|
|
9
|
+
Scope selects which organization and agent context reads and writes apply to.
|
|
10
|
+
|
|
11
|
+
Primary markdown: `concepts/org-agent-scope.md`
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "concept/org-agent-scope",
|
|
3
|
+
"type": "concept",
|
|
4
|
+
"title": "Organization and agent scope",
|
|
5
|
+
"summary": "Scope selects which organization and agent context reads and writes apply to.",
|
|
6
|
+
"markdownPath": "concepts/org-agent-scope.md",
|
|
7
|
+
"files": [
|
|
8
|
+
"concepts/org-agent-scope.md"
|
|
9
|
+
],
|
|
10
|
+
"related": [
|
|
11
|
+
"agents-inheritance",
|
|
12
|
+
"effective-metadata"
|
|
13
|
+
]
|
|
14
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: "concept/people-union"
|
|
3
|
+
type: "pack"
|
|
4
|
+
title: "People union"
|
|
5
|
+
summary: "People combines employees and contractors through explicit bindings."
|
|
6
|
+
---
|
|
7
|
+
# Pack: People union
|
|
8
|
+
|
|
9
|
+
People combines employees and contractors through explicit bindings.
|
|
10
|
+
|
|
11
|
+
Primary markdown: `concepts/people-union.md`
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "concept/people-union",
|
|
3
|
+
"type": "concept",
|
|
4
|
+
"title": "People union",
|
|
5
|
+
"summary": "People combines employees and contractors through explicit bindings.",
|
|
6
|
+
"markdownPath": "concepts/people-union.md",
|
|
7
|
+
"files": [
|
|
8
|
+
"concepts/people-union.md"
|
|
9
|
+
],
|
|
10
|
+
"related": [
|
|
11
|
+
"composition"
|
|
12
|
+
]
|
|
13
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: "concept/raw-records"
|
|
3
|
+
type: "pack"
|
|
4
|
+
title: "Raw records"
|
|
5
|
+
summary: "Raw retains the original payload beside envelope metadata."
|
|
6
|
+
---
|
|
7
|
+
# Pack: Raw records
|
|
8
|
+
|
|
9
|
+
Raw retains the original payload beside envelope metadata.
|
|
10
|
+
|
|
11
|
+
Primary markdown: `concepts/raw-records.md`
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "concept/raw-records",
|
|
3
|
+
"type": "concept",
|
|
4
|
+
"title": "Raw records",
|
|
5
|
+
"summary": "Raw retains the original payload beside envelope metadata.",
|
|
6
|
+
"markdownPath": "concepts/raw-records.md",
|
|
7
|
+
"files": [
|
|
8
|
+
"concepts/raw-records.md"
|
|
9
|
+
],
|
|
10
|
+
"related": [
|
|
11
|
+
"composition",
|
|
12
|
+
"object-content-category"
|
|
13
|
+
]
|
|
14
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: "concept/record-revisions"
|
|
3
|
+
type: "pack"
|
|
4
|
+
title: "Record revisions and stale-write conflicts"
|
|
5
|
+
summary: "Writes carry an expected revision; stale writers cannot overwrite newer data."
|
|
6
|
+
---
|
|
7
|
+
# Pack: Record revisions and stale-write conflicts
|
|
8
|
+
|
|
9
|
+
Writes carry an expected revision; stale writers cannot overwrite newer data.
|
|
10
|
+
|
|
11
|
+
Primary markdown: `concepts/record-revisions.md`
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "concept/record-revisions",
|
|
3
|
+
"type": "concept",
|
|
4
|
+
"title": "Record revisions and stale-write conflicts",
|
|
5
|
+
"summary": "Writes carry an expected revision; stale writers cannot overwrite newer data.",
|
|
6
|
+
"markdownPath": "concepts/record-revisions.md",
|
|
7
|
+
"files": [
|
|
8
|
+
"concepts/record-revisions.md"
|
|
9
|
+
],
|
|
10
|
+
"related": [
|
|
11
|
+
"raw-records"
|
|
12
|
+
]
|
|
13
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: "concept/relationship-definitions"
|
|
3
|
+
type: "pack"
|
|
4
|
+
title: "Relationship definitions"
|
|
5
|
+
summary: "A relationship definition is metadata describing allowed links — not a stored edge on a record."
|
|
6
|
+
---
|
|
7
|
+
# Pack: Relationship definitions
|
|
8
|
+
|
|
9
|
+
A relationship definition is metadata describing allowed links — not a stored edge on a record.
|
|
10
|
+
|
|
11
|
+
Primary markdown: `concepts/relationship-definitions.md`
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "concept/relationship-definitions",
|
|
3
|
+
"type": "concept",
|
|
4
|
+
"title": "Relationship definitions",
|
|
5
|
+
"summary": "A relationship definition is metadata describing allowed links — not a stored edge on a record.",
|
|
6
|
+
"markdownPath": "concepts/relationship-definitions.md",
|
|
7
|
+
"files": [
|
|
8
|
+
"concepts/relationship-definitions.md"
|
|
9
|
+
],
|
|
10
|
+
"related": [
|
|
11
|
+
"relationship-references",
|
|
12
|
+
"traversal"
|
|
13
|
+
]
|
|
14
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: "concept/relationship-references"
|
|
3
|
+
type: "pack"
|
|
4
|
+
title: "Stored relationship references"
|
|
5
|
+
summary: "Records store relationship references that point at targets under a definition."
|
|
6
|
+
---
|
|
7
|
+
# Pack: Stored relationship references
|
|
8
|
+
|
|
9
|
+
Records store relationship references that point at targets under a definition.
|
|
10
|
+
|
|
11
|
+
Primary markdown: `concepts/relationship-references.md`
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "concept/relationship-references",
|
|
3
|
+
"type": "concept",
|
|
4
|
+
"title": "Stored relationship references",
|
|
5
|
+
"summary": "Records store relationship references that point at targets under a definition.",
|
|
6
|
+
"markdownPath": "concepts/relationship-references.md",
|
|
7
|
+
"files": [
|
|
8
|
+
"concepts/relationship-references.md"
|
|
9
|
+
],
|
|
10
|
+
"related": [
|
|
11
|
+
"resolved-unresolved"
|
|
12
|
+
]
|
|
13
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: "concept/resolved-unresolved"
|
|
3
|
+
type: "pack"
|
|
4
|
+
title: "Resolved and unresolved relationships"
|
|
5
|
+
summary: "Unresolved targets are retained and shown — not silently dropped."
|
|
6
|
+
---
|
|
7
|
+
# Pack: Resolved and unresolved relationships
|
|
8
|
+
|
|
9
|
+
Unresolved targets are retained and shown — not silently dropped.
|
|
10
|
+
|
|
11
|
+
Primary markdown: `concepts/resolved-unresolved.md`
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "concept/resolved-unresolved",
|
|
3
|
+
"type": "concept",
|
|
4
|
+
"title": "Resolved and unresolved relationships",
|
|
5
|
+
"summary": "Unresolved targets are retained and shown — not silently dropped.",
|
|
6
|
+
"markdownPath": "concepts/resolved-unresolved.md",
|
|
7
|
+
"files": [
|
|
8
|
+
"concepts/resolved-unresolved.md"
|
|
9
|
+
],
|
|
10
|
+
"related": [
|
|
11
|
+
"relationship-references"
|
|
12
|
+
]
|
|
13
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: "concept/sources-and-memory"
|
|
3
|
+
type: "pack"
|
|
4
|
+
title: "Sources and Memory"
|
|
5
|
+
summary: "Sources feed Memory; Memory holds durable product records."
|
|
6
|
+
---
|
|
7
|
+
# Pack: Sources and Memory
|
|
8
|
+
|
|
9
|
+
Sources feed Memory; Memory holds durable product records.
|
|
10
|
+
|
|
11
|
+
Primary markdown: `concepts/sources-and-memory.md`
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "concept/sources-and-memory",
|
|
3
|
+
"type": "concept",
|
|
4
|
+
"title": "Sources and Memory",
|
|
5
|
+
"summary": "Sources feed Memory; Memory holds durable product records.",
|
|
6
|
+
"markdownPath": "concepts/sources-and-memory.md",
|
|
7
|
+
"files": [
|
|
8
|
+
"concepts/sources-and-memory.md"
|
|
9
|
+
],
|
|
10
|
+
"related": [
|
|
11
|
+
"raw-records"
|
|
12
|
+
]
|
|
13
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: "concept/traversal"
|
|
3
|
+
type: "pack"
|
|
4
|
+
title: "Forward and inverse traversal"
|
|
5
|
+
summary: "Traversal follows definitions forward or inverse, optionally expanding targets."
|
|
6
|
+
---
|
|
7
|
+
# Pack: Forward and inverse traversal
|
|
8
|
+
|
|
9
|
+
Traversal follows definitions forward or inverse, optionally expanding targets.
|
|
10
|
+
|
|
11
|
+
Primary markdown: `concepts/traversal.md`
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "concept/traversal",
|
|
3
|
+
"type": "concept",
|
|
4
|
+
"title": "Forward and inverse traversal",
|
|
5
|
+
"summary": "Traversal follows definitions forward or inverse, optionally expanding targets.",
|
|
6
|
+
"markdownPath": "concepts/traversal.md",
|
|
7
|
+
"files": [
|
|
8
|
+
"concepts/traversal.md"
|
|
9
|
+
],
|
|
10
|
+
"related": [
|
|
11
|
+
"resolved-unresolved"
|
|
12
|
+
]
|
|
13
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: "guide/apply-scope"
|
|
3
|
+
type: "pack"
|
|
4
|
+
title: "Select and apply organization/agent scope"
|
|
5
|
+
summary: "Set the workspace scope before reading or writing."
|
|
6
|
+
---
|
|
7
|
+
# Pack: Select and apply organization/agent scope
|
|
8
|
+
|
|
9
|
+
Set the workspace scope before reading or writing.
|
|
10
|
+
|
|
11
|
+
Primary markdown: `guides/apply-scope.md`
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "guide/apply-scope",
|
|
3
|
+
"type": "guide",
|
|
4
|
+
"title": "Select and apply organization/agent scope",
|
|
5
|
+
"summary": "Set the workspace scope before reading or writing.",
|
|
6
|
+
"markdownPath": "guides/apply-scope.md",
|
|
7
|
+
"files": [
|
|
8
|
+
"guides/apply-scope.md"
|
|
9
|
+
],
|
|
10
|
+
"related": [
|
|
11
|
+
"org-agent-scope"
|
|
12
|
+
]
|
|
13
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: "guide/choose-access-method"
|
|
3
|
+
type: "pack"
|
|
4
|
+
title: "Choose raw, composed, or abstract access"
|
|
5
|
+
summary: "Pick the fidelity that matches the caller goal."
|
|
6
|
+
---
|
|
7
|
+
# Pack: Choose raw, composed, or abstract access
|
|
8
|
+
|
|
9
|
+
Pick the fidelity that matches the caller goal.
|
|
10
|
+
|
|
11
|
+
Primary markdown: `guides/choose-access-method.md`
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "guide/choose-access-method",
|
|
3
|
+
"type": "guide",
|
|
4
|
+
"title": "Choose raw, composed, or abstract access",
|
|
5
|
+
"summary": "Pick the fidelity that matches the caller goal.",
|
|
6
|
+
"markdownPath": "guides/choose-access-method.md",
|
|
7
|
+
"files": [
|
|
8
|
+
"guides/choose-access-method.md"
|
|
9
|
+
],
|
|
10
|
+
"related": [
|
|
11
|
+
"raw-records",
|
|
12
|
+
"composition",
|
|
13
|
+
"people-union"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: "guide/compose-subject-ui"
|
|
3
|
+
type: "pack"
|
|
4
|
+
title: "Compose same-subject content for a UI"
|
|
5
|
+
summary: "Load composition for a subject the UI will render."
|
|
6
|
+
---
|
|
7
|
+
# Pack: Compose same-subject content for a UI
|
|
8
|
+
|
|
9
|
+
Load composition for a subject the UI will render.
|
|
10
|
+
|
|
11
|
+
Primary markdown: `guides/compose-subject-ui.md`
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "guide/compose-subject-ui",
|
|
3
|
+
"type": "guide",
|
|
4
|
+
"title": "Compose same-subject content for a UI",
|
|
5
|
+
"summary": "Load composition for a subject the UI will render.",
|
|
6
|
+
"markdownPath": "guides/compose-subject-ui.md",
|
|
7
|
+
"files": [
|
|
8
|
+
"guides/compose-subject-ui.md"
|
|
9
|
+
],
|
|
10
|
+
"related": [
|
|
11
|
+
"composition"
|
|
12
|
+
]
|
|
13
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: "guide/define-traverse-relationship"
|
|
3
|
+
type: "pack"
|
|
4
|
+
title: "Define and traverse a relationship"
|
|
5
|
+
summary: "Author a definition, store a reference, traverse forward/inverse."
|
|
6
|
+
---
|
|
7
|
+
# Pack: Define and traverse a relationship
|
|
8
|
+
|
|
9
|
+
Author a definition, store a reference, traverse forward/inverse.
|
|
10
|
+
|
|
11
|
+
Primary markdown: `guides/define-traverse-relationship.md`
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "guide/define-traverse-relationship",
|
|
3
|
+
"type": "guide",
|
|
4
|
+
"title": "Define and traverse a relationship",
|
|
5
|
+
"summary": "Author a definition, store a reference, traverse forward/inverse.",
|
|
6
|
+
"markdownPath": "guides/define-traverse-relationship.md",
|
|
7
|
+
"files": [
|
|
8
|
+
"guides/define-traverse-relationship.md"
|
|
9
|
+
],
|
|
10
|
+
"related": [
|
|
11
|
+
"relationship-definitions",
|
|
12
|
+
"traversal"
|
|
13
|
+
]
|
|
14
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: "guide/diagnose-unresolved"
|
|
3
|
+
type: "pack"
|
|
4
|
+
title: "Diagnose an unresolved relationship target"
|
|
5
|
+
summary: "Distinguish intentional unresolved from broken targets."
|
|
6
|
+
---
|
|
7
|
+
# Pack: Diagnose an unresolved relationship target
|
|
8
|
+
|
|
9
|
+
Distinguish intentional unresolved from broken targets.
|
|
10
|
+
|
|
11
|
+
Primary markdown: `guides/diagnose-unresolved.md`
|