@x12i/memorix-docs 1.0.1 → 1.0.2
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.js
CHANGED
|
@@ -2608,8 +2608,8 @@ export const manifest = {
|
|
|
2608
2608
|
export const files = {
|
|
2609
2609
|
"downloads/books/00-platform-overview/builders.chapters.json": "[\n {\n \"slug\": \"preamble\",\n \"title\": \"Introduction\",\n \"level\": 2,\n \"order\": 0\n },\n {\n \"slug\": \"how-to-read-this-guide\",\n \"title\": \"How to read this guide\",\n \"level\": 2,\n \"order\": 1\n },\n {\n \"slug\": \"1-what-you-are-looking-at\",\n \"title\": \"1. What you are looking at\",\n \"level\": 2,\n \"order\": 2\n },\n {\n \"slug\": \"2-three-studio-areas\",\n \"title\": \"2. Three Studio areas\",\n \"level\": 2,\n \"order\": 3\n },\n {\n \"slug\": \"3-how-data-moves-builder-view\",\n \"title\": \"3. How data moves (builder view)\",\n \"level\": 2,\n \"order\": 4\n },\n {\n \"slug\": \"4-words-you-need\",\n \"title\": \"4. Words you need\",\n \"level\": 2,\n \"order\": 5\n },\n {\n \"slug\": \"5-a-short-ops-tour-what-success-looks-like\",\n \"title\": \"5. A short ops tour (what success looks like)\",\n \"level\": 2,\n \"order\": 6\n },\n {\n \"slug\": \"6-rules-builders-enforce\",\n \"title\": \"6. Rules builders enforce\",\n \"level\": 2,\n \"order\": 7\n },\n {\n \"slug\": \"7-what-not-to-expect\",\n \"title\": \"7. What not to expect\",\n \"level\": 2,\n \"order\": 8\n },\n {\n \"slug\": \"8-recommended-reading-order\",\n \"title\": \"8. Recommended reading order\",\n \"level\": 2,\n \"order\": 9\n },\n {\n \"slug\": \"9-acceptance-workspace\",\n \"title\": \"9. Acceptance workspace\",\n \"level\": 2,\n \"order\": 10\n }\n]",
|
|
2610
2610
|
"downloads/books/00-platform-overview/builders.md": "# Memorix Platform Overview — Builders\n\n**Audience:** Power users, product managers, and authors who work in Memorix Studio. \n**Twin:** [Developers version](../developers/BOOK.md) \n**Scenario:** Non-cyber `ops` · fresh `g12ops*` · `agentIds: [\"ops\"]` — see [_shared/ops-scenario.md](../../_shared/ops-scenario.md). \n**Site:** [https://ebooks.memorix.x12i.com](https://ebooks.memorix.x12i.com) · [Hard rules](../../HARD-RULES.md)\n\n---\n\n## How to read this guide\n\n1. Start with **what you are looking at** — Studio is the only product UI.\n2. Learn the **three Studio areas** and the **ops data path**.\n3. Use the **words** table until they feel natural; then follow the reading order into deeper books.\n4. Always work in an acceptance workspace (`g12ops*` + agent `ops`) for drills.\n\n---\n\n## 1. What you are looking at\n\nMemorix stores structured records about subjects (people, work items, procedures). **Metadata** describes *what kinds of things exist* and *how they relate*. You design that metadata and operate runs in **Studio** — the only product UI.\n\nStudio always talks to **one** backend: Memorix Service. You set organization + agent scope in the scope bar. Integrators install the public npm lineup at **`@x12i/memorix-*@3.0.2+`** when they build host apps; as a builder you usually just open Studio against a running service.\n\n\n\n### The central idea (builder wording)\n\n> **One kind of content about one stable subject.**\n\nSame subject → same id. Different kinds of information → siblings on that subject (**composition**). Links between different subjects → **relationships** (never copied into each other). Unified lists like “People” → **abstracts** (virtual views, not separate databases).\n\n---\n\n## 2. Three Studio areas\n\n```mermaid\nflowchart LR\n Design[Design] --> Operate[Operate]\n Operate --> Explore[Explore]\n Design -.->|metadata install| Operate\n Explore -.->|inspect results| Design\n```\n\n| Area | You do this |\n|---|---|\n| **Design** | Agents, sources, object/content types, abstracts, relationships, mappings, views, services, pipelines, schedules, intelligence proposals, metadata install/publish |\n| **Operate** | Runs, attempts, schedules, failures, artifacts, memory pulls, relationship verify/rebuild, intelligence runs |\n| **Explore** | Concrete and abstract records, composition, relationships, workflow, analysis, decisions |\n\nOperator screens use lists, forms, and confirmations. Raw JSON lives under expandable technical details — you should not need it for ordinary review.\n\n### Scope bar (always)\n\nBefore any meaningful work:\n\n1. Choose a **fresh** `g12ops*` organization (never a live customer org).\n2. Set agent to **`ops`** (or the agent set your pack documents).\n3. Confirm you are looking at the expected Design / Operate / Explore context.\n\n---\n\n## 3. How data moves (builder view)\n\n```text\nExternal source (ops-source)\n → Memory pull lands exact raw payload\n → Pipeline maps / validates / writes subject content\n → Relationship engine materializes navigation links\n → Explore shows composition + links (never copied payloads)\n```\n\n\n\n### What “exact raw” means\n\nMemory keeps the source bytes (or structured raw) so you can prove what arrived. Pipelines *promote* that into subject content (snapshots, workflow, KnowX, …). Relationships then become the fast way to navigate between subjects in Explore.\n\n### Agents and inheritance\n\nIn Design → Agents you see how packs and child agents contribute definitions. Effective metadata for your scope is the resolved union — not a single flat file you edit blindly.\n\n\n\n---\n\n## 4. Words you need\n\n| Word | Meaning |\n|---|---|\n| Subject | The thing (`WI-100`) |\n| Content | One kind of info about it (snapshot, workflow, …) |\n| Composition | Several content kinds on the **same** subject |\n| Relationship | Link between **different** subjects |\n| Abstract | A unified *view* of several concrete types — not a separate database |\n| Revision | Version number used to prevent overwriting someone else's edit |\n| Memory | Where exact source material lands before promotion |\n| Pipeline | Ordered, retryable steps that transform and write |\n| Service | A named capability pipelines (or operations) can invoke |\n| Intelligence | Profiles and *proposals* — never auto-installs metadata |\n| KnowX | Knowledge claims as content (`NODE` / `EDGE`) with provenance |\n\nFull glossary: [_shared/glossary.md](../../_shared/glossary.md).\n\n---\n\n## 5. A short ops tour (what success looks like)\n\nUse subjects from the permanent narrative: employee **Alex**, work item **WI-100**, procedure **PROC-2**.\n\n1. **Design** — confirm ops metadata is installed for your `g12ops*` org.\n2. **Operate** — run a Memory pull from ops-source; inspect landing of raw material.\n3. **Operate** — start the relevant pipeline; watch attempts and artifacts.\n4. **Explore** — open `WI-100` (or Alex); confirm composition siblings appear.\n5. **Explore** — traverse relationship links; confirm you see navigation, not pasted neighbor fields.\n6. **Design / Operate** — if intelligence proposed metadata, review and **explicitly** install or reject — never expect auto-install.\n\n---\n\n## 6. Rules builders enforce\n\n- Fresh `g12ops*` + agent `ops` for acceptance and drills.\n- No live customer orgs as playgrounds.\n- Relationships never copy the other record’s payload into this one.\n- Abstracts are views — you always write to a **concrete** type.\n- Intelligence proposes; humans install.\n- Deterministic fixtures for acceptance — do not require live AI to prove the platform.\n- When something fails, capture: org, agents, subject id, content type, revision, run/attempt id — then escalate with that packet.\n\nHard rules (full): [HARD-RULES.md](../../HARD-RULES.md).\n\n---\n\n## 7. What not to expect\n\n- A second “admin UI” besides Studio\n- Nested “associated employee” blobs on records\n- An abstract `recordId` you can write to directly\n- Mongo `_id` as business identity — business identity is `recordId`\n- Pipelines that silently invent relationship links outside the engine\n- Host apps that bypass the service with direct database edits\n\n---\n\n## 8. Recommended reading order\n\n1. This overview\n2. [Format for Dummies (builders)](../../01-format-for-dummies/builders/BOOK.md)\n3. [Workflow & Studio](../../09-workflow-and-studio/builders/BOOK.md)\n4. [Metadata, agents & abstracts](../../05-metadata-agents-abstracts/builders/BOOK.md)\n5. [Relationships & Memory](../../06-relationships-and-memory/builders/BOOK.md)\n6. [Pipelines](../../08-pipelines/builders/BOOK.md) / [Services](../../07-services/builders/BOOK.md) as needed\n7. [KnowX](../../12-knowx/builders/BOOK.md) when reviewing knowledge claims\n8. [Intelligence](../../10-intelligence/builders/BOOK.md) · [Agent packs & ops](../../11-agent-packs-and-ops/builders/BOOK.md) · [Migration & troubleshooting](../../13-migration-troubleshooting/builders/BOOK.md)\n\nAPI-level detail → [developers twin](../developers/BOOK.md).\n\n---\n\n## 9. Acceptance workspace\n\nAlways use a fresh `g12ops*` organization with agent `ops`. Never use live customer orgs for drills. See [_shared/ops-scenario.md](../../_shared/ops-scenario.md).\n",
|
|
2611
|
-
"downloads/books/00-platform-overview/developers.chapters.json": "[\n {\n \"slug\": \"preamble\",\n \"title\": \"Introduction\",\n \"level\": 2,\n \"order\": 0\n },\n {\n \"slug\": \"how-to-read-this-guide\",\n \"title\": \"How to read this guide\",\n \"level\": 2,\n \"order\":
|
|
2612
|
-
"downloads/books/00-platform-overview/developers.md": "# Memorix Platform Overview — Developers\n\n**Audience:** Engineers integrating another product with Memorix (HTTP API or `@x12i/*` packages). \n**Twin:** [Builders version](../builders/BOOK.md) \n**Scenario:** Non-cyber `ops` · fresh `g12ops*` · `agentIds: [\"ops\"]` — see [_shared/ops-scenario.md](../../_shared/ops-scenario.md). \n**Site:** [https://ebooks.memorix.x12i.com](https://ebooks.memorix.x12i.com) · [Hard rules](../../HARD-RULES.md)\n\n---\n\n## How to read this guide\n\n1. Start with the **central mental model** — every later ebook builds from it.\n2. Use the **architecture** and **API families** chapters when wiring a host app.\n3. Use the **package matrix** to decide HTTP vs in-process libraries.\n4. Labels used throughout the library:\n - **Stored** — persisted subject content or relationship links\n - **Virtual / calculated** — composed, expanded, or projected at read time\n - **Operational** — runs, ledgers, artifacts, quarantines (not ordinary subject content)\n\n---\n\n## The central mental model\n\nMemorix is a **descriptor-driven data platform**.\n\n> **One kind of content about one stable subject** — composed by `recordId`, navigated by four-field relationships, projected by virtual abstracts.\n\n| Idea | Meaning |\n|---|---|\n| Subject | The stable thing (`WI-100`, employee Alex) |\n| Content | One kind of information *about* that subject (snapshot, workflow, analysis, …) |\n| Metadata | Declares object types, content types, abstracts, relationships, views, services, pipelines |\n| Runtime data | Stored as `memorix-record/2` documents |\n| Scope | Every request names a data universe (`orgId`) and effective metadata (`agentIds[]`) |\n\nIntegrators never invent list columns or write shapes in the host. They load metadata, then read/write through the supported boundary.\n\n**Published npm lineup:** all public `@x12i/memorix-*` packages are version **`3.0.0`**. Install with `^3.0.0` (or omit the range and take `latest`).\n\n---\n\n## 1. What Memorix is\n\n### The problem it solves\n\nHost products need one place to:\n\n- store many kinds of content about the same subject without flattening them into one blob,\n- relate different subjects without copying neighbor payloads,\n- project unified “views” (people, knowable entities) without separate databases,\n- ingest external sources faithfully, then promote them through pipelines,\n- operate runs, reviews, and intelligence proposals with human control.\n\nMemorix answers that with one envelope (`memorix-record/2`), one HTTP service, and one Studio UI.\n\n### One service + one Studio (G12)\n\n| Surface | Role |\n|---|---|\n| `@x12i/memorix-service` | Sole HTTP API (`GET /api/openapi.json`) |\n| `@x12i/memorix-studio` | Sole UI (Design · Operate · Explore) — service-only client |\n| `@x12i/memorix-*` (16 survivors) | Installable libraries behind the service |\n| `@x12i/memorix-ops-pack` | Permanent ops acceptance pack + fixture source |\n\nThere is no second product API and no alternate operator UI. Host apps that need a human surface either embed Studio patterns or deep-link operators into Studio.\n\n### Who uses what\n\n| You are… | Primary surface | Install packages? |\n|---|---|---|\n| Remote product / integrator | `memorix-service` HTTP | Usually **no** (optional `memorix-format`) |\n| Operator / PM / builder | `memorix-studio` | Run from monorepo; not an app dependency |\n| Platform engineer | Monorepo + in-process libraries | Yes, inside trusted boundary |\n| Acceptance / demo | ops-pack + dedicated ops org | `memorix-ops-pack` locally |\n\n### Four tiers\n\n| Tier | Role |\n|---|---|\n| **1 — Platform** | Engines + service + Studio (`@x12i/memorix-*`) |\n| **2 — Instance metadata** | What *this* org/agents know how to run |\n| **3 — Instance data** | Records, links, operational ledgers |\n| **4 — Packs** | Fixtures, connectors, sample sources (e.g. ops-pack) |\n\nProduct vocabulary belongs in **tier 2/4**, never hard-coded into tier-1 engines.\n\n---\n\n## 2. Architecture\n\n```mermaid\nflowchart TB\n YourApp[Your solution] --> Service[memorix-service]\n Studio[memorix-studio] --> Service\n Service --> MD[metadata]\n Service --> Data[memorix-data]\n Service --> Rel[relationships]\n Service --> Mem[memory]\n Service --> Pipe[pipeline]\n Service --> Intel[intelligence]\n Service --> Wf[workflow]\n Data --> Mongo[(Mongo)]\n```\n\nSee also [_shared/diagrams/platform-planes.md](../../_shared/diagrams/platform-planes.md) and [diagrams/surfaces.md](../diagrams/surfaces.md).\n\n### How packages connect\n\n```mermaid\nflowchart TB\n App[Your solution] --> Svc[memorix-service]\n Studio[memorix-studio] --> Svc\n Svc --> Meta[metadata + runtime]\n Svc --> DataPlane[memorix-data]\n Svc --> RelEng[relationships]\n Svc --> MemEng[memory]\n Svc --> PipeEng[pipeline]\n Svc --> IntelEng[intelligence]\n Fmt[format] --> DataPlane\n Map[mapping] --> PipeEng\n DataPlane --> Mongo[(Mongo)]\n RelEng --> Store[relationship-store]\n PipeEng --> PipeRt[pipeline-runtime]\n MemEng --> DataPlane\n PipeEng --> DataPlane\n PipeEng --> RelEng\n IntelEng -.->|proposes| Meta\n```\n\n### Request lifecycle\n\n1. Client sends `x-memorix-org-id` + `x-memorix-agent-ids`.\n2. Service resolves **effective metadata** for that agent set.\n3. The requested engine (data, relationships, memory, pipelines, …) runs against scoped Mongo.\n4. Response may include composition and/or relationship expansion (virtual at read time).\n\n### Ingest path (ops journey)\n\n```text\nExternal source (ops-source)\n → Memory pull lands exact raw payload (*-raw)\n → Pipeline maps / validates / writes subject content\n → Relationship engine materializes navigation links\n → Explore / host apps see composition + links (never copied payloads)\n```\n\nExample subjects in the permanent narrative: employee **Alex**, work item **WI-100**, procedure **PROC-2**. See [_shared/ops-scenario.md](../../_shared/ops-scenario.md).\n\n### Trusted writers\n\n| Concern | Writer |\n|---|---|\n| Subject content | `memorix-data` (via service HTTP) |\n| Links | `memorix-relationships` only |\n| Raw landing | `memorix-memory` → data plane |\n| Metadata install | Explicit metadata-runtime / HTTP — **not** intelligence |\n\n---\n\n## 3. Scope on every request\n\nTwo orthogonal headers. Singular `agentId` is **rejected**.\n\n```http\nx-memorix-org-id: g12ops<suffix>\nx-memorix-agent-ids: ops\n```\n\n| Header | Selects |\n|---|---|\n| `orgId` | **Data** universe (records, links, operational ledgers) |\n| `agentIds[]` | **Effective metadata** (multi-agent inheritance) |\n\n```mermaid\nflowchart LR\n Req[Request] --> Org[orgId → data DB]\n Req --> Ag[agentIds → effective metadata]\n```\n\nDB naming is owned by `memorix-db-router`. Do not invent database names from `MONGO_URI` path segments in host apps.\n\n**Acceptance rule:** always use a fresh `g12ops*` organization with `agentIds: [\"ops\"]`. Never use live/legacy customer orgs (`fieldstone`, `neo`, …) for drills.\n\nStudio sets the same scope in the scope bar:\n\n\n\n---\n\n## 4. API families\n\nBase: running `memorix-service`. OpenAPI: `GET /api/openapi.json`.\n\n| Prefix | Purpose |\n|---|---|\n| `/api/metadata` | Agents, types, abstracts, install/publish, effective resolution |\n| `/api/data` | Content get/list/compose, abstract get/list/patch, writes |\n| `/api/relationships` | Verify/rebuild/query (no ad-hoc link PUT/DELETE) |\n| `/api/memory` | Pulls, cursors, quarantine (`credentialRef` only for secrets) |\n| `/api/pipelines` | Definitions, runs, retries, artifacts |\n| `/api/intelligence` | Profiles and proposals (never auto-installs) |\n| `/api/workflow` | Workflow sibling content + assignments |\n| `/api/operations` | Operational health / ops helpers |\n\n### Writes\n\nRequire scope + revision precondition (`absent` or exact `revision`). Stale revision → conflict (`409`).\n\n### Prefer HTTP over libraries\n\nRemote hosts should call **service HTTP**. Install `@x12i/memorix-data` / relationships / pipeline only inside the same trusted process boundary as the platform. Never write domain records with raw Mongo drivers.\n\nDeep dive: [Runtime Data Client](../../02-runtime-data-client/developers/BOOK.md) · [Data Access Patterns](../../04-data-access-patterns/developers/BOOK.md).\n\n---\n\n## 5. Sixteen packages (when to use what)\n\nAll of the packages below publish as **`@x12i/memorix-*@3.0.2+`**. HTTP compliance kits (`ports-manager`, `api-live-view`, `core-service`) are separate `@x12i/*` packages.\n\n| Package | Integrator use |\n|---|---|\n| `memorix-format` | Validate / migrate `memorix-record/2` offline |\n| `memorix-metadata` | Declarative contracts + abstract unions |\n| `memorix-metadata-runtime` | Install / effective metadata client (trusted boundary) |\n| `memorix-mapping` | Deterministic mapping AST execution |\n| `memorix-data` | Read/write/compose/abstract (preferred library behind service) |\n| `memorix-relationship-store` | Link storage contract (engine-internal; not for ad-hoc writes) |\n| `memorix-relationships` | Trusted relationship engine |\n| `memorix-memory` | Source pull → `*-raw` landing |\n| `memorix-pipeline` | Pipeline definitions and execution |\n| `memorix-pipeline-runtime` | Run/attempt/artifact ledgers |\n| `memorix-intelligence` | Structural profiling + proposals |\n| `memorix-service` | HTTP composition root |\n| `memorix-studio` | Product UI |\n| `memorix-ops-pack` | Ops metadata + fixtures pattern |\n| `memorix-db-router` | Org/agent DB naming |\n| `memorix-mongo` | Mongo helpers used by data plane |\n\n### Decision tree — HTTP vs package\n\n```text\nRemote host / another product?\n └─ Yes → call memorix-service HTTP (optional: memorix-format for offline validate)\nSame trusted process as the platform?\n └─ Yes → may use memorix-data / metadata-runtime / engines in-process\nNeed to mutate domain content?\n └─ Always through data plane (service or memorix-data) — never raw Mongo\nNeed to mutate relationship links?\n └─ Only via relationship engine APIs (verify/rebuild/materialize) — never ad-hoc PUT/DELETE\n```\n\n---\n\n## 6. The ops mental path end to end\n\n1. **Scope** — create/select fresh `g12ops*`, set `agentIds: [\"ops\"]`.\n2. **Resolve metadata** — install ops pack; load types, views, pipelines for that scope.\n3. **Write / read** — data plane (`/api/data`) for subject content.\n4. **Ingest** — Memory lands exact raw → pipelines promote → relationships link.\n5. **Operate** — verify/rebuild links, inspect runs, install proposed metadata (**human** confirm).\n\nComposition example: request all content about `WI-100` and receive siblings (snapshot, workflow, analyses) without flattening them into one document.\n\n\n\nAgent inheritance (Design) selects which metadata definitions contribute to effective resolution:\n\n\n\n---\n\n## 7. Local stack (quick start)\n\nFrom the monorepo after workspace install:\n\n```bash\nnode scripts/dev-stack.mjs\n# opens browser tabs: stack status, /_live views, Studio\n# use --no-open to skip browser tabs\n```\n\n| Surface | Default URL |\n|---|---|\n| Studio | http://127.0.0.1:5101/ |\n| Stack status | http://127.0.0.1:5103/ (hub — not Studio; links to each `/_live`) |\n| Service live view | http://127.0.0.1:5100/_live (`@x12i/api-live-view` via `@x12i/core-service`) |\n| Service OpenAPI | http://127.0.0.1:5100/api/openapi.json |\n| Service health | http://127.0.0.1:5100/health |\n| Ops-source live / health | http://127.0.0.1:5102/_live · `/health` |\n\nPorts: Memorix zone **5100–5119** (even = API, odd = UI) from [`@x12i/ports-manager`](../../ports-manager/). Avoid **5000/7000** (macOS AirPlay). Quarantine **5000–5099**. How-to for new HTTP workers: [Building Services — HTTP process compliance](../../07-services/developers/BOOK.md#http-process-compliance-local-services). Remote data clients call `/api/*` only — do not install ports kits.\n\n```bash\ncurl -sS \\\n -H 'x-memorix-org-id: g12ops-demo' \\\n -H 'x-memorix-agent-ids: ops' \\\n http://127.0.0.1:5100/api/openapi.json\n```\n\nWhat to install in *your* app:\n\n```bash\n# Default remote host: nothing required for HTTP\nnpm install @x12i/memorix-format@^3.0.1 # optional offline validate/migrate\n\n# Trusted platform process only:\nnpm install @x12i/memorix-data@^3.0.1 @x12i/memorix-metadata-runtime@^3.0.1\n\n# New HTTP services in x12i/exellix (bind a port):\nnpm install @x12i/core-service\n```\n\n---\n\n## 8. Hard product rules (integrator checklist)\n\nThese invariants apply to every integration, acceptance example, and ebook:\n\n1. Acceptance orgs are fresh `g12ops*` with `agentIds: [\"ops\"]`.\n2. Permanent narrative is non-cyber **ops** (employees, work-items, procedures).\n3. Relationships are four-field links only — no root `associated*` storage, no copied payloads.\n4. Abstracts are virtual projections — no abstract collections / abstract `recordId`.\n5. KnowX is one content type + `data.kind` (`NODE` | `EDGE`) + one abstract `KnowXEntity`.\n6. Provenance (`docHash` + `SourceSpan`) is mandatory for KnowX; `epistemic.state` ≠ extraction confidence.\n7. Deterministic fixtures only for acceptance — no live AI required.\n8. Mutations go through the data plane (`memorix-service` / `@x12i/memorix-data`), never direct Mongo domain writes.\n\nFull text: [HARD-RULES.md](../../HARD-RULES.md).\n\n---\n\n## 9. Forbidden (antipatterns)\n\n- Direct Mongo mutation of domain content\n- Copied `associated*` payloads on records\n- Abstract collections / inventing an abstract `recordId` to write to\n- Treating Studio as optional when operators need a UI — Studio is the sole UI\n- Singular `agentId` headers\n- Using live customer orgs as acceptance workspaces\n- Letting intelligence auto-install metadata\n- Ad-hoc relationship link PUT/DELETE outside the engine\n\n---\n\n## 10. Decision tree — which ebook next?\n\n```text\nNeed the record envelope?\n → Format for Dummies\nNeed to call the API correctly?\n → Runtime Data Client\nNeed list/cursor/bulk semantics?\n → Lists, Queries, Pagination\nNeed “which call for this job?”\n → Data Access Patterns\nNeed agents / OT / CT / abstracts / mappings?\n → Metadata, Agents, Abstracts & Mappings\nNeed links or source landing?\n → Relationships & Memory\nNeed custom code / AI jobs?\n → Building Services\nNeed ordered multi-step work?\n → Building Pipelines\nNeed Studio / workflow siblings?\n → Workflow & Studio\nNeed profiling proposals?\n → Structural Intelligence\nNeed fixtures / harness?\n → Agent Packs & Ops\nBuilding knowledge claims?\n → Building KnowX\nMigrating or stuck?\n → Migration & Troubleshooting\n```\n\n### Recommended reading order\n\n1. [Format for Dummies](../../01-format-for-dummies/developers/BOOK.md)\n2. [Runtime Data Client](../../02-runtime-data-client/developers/BOOK.md)\n3. [Data Access Patterns](../../04-data-access-patterns/developers/BOOK.md)\n4. Then topic books as your product needs them\n\n### Glossary\n\nShared vocabulary: [_shared/glossary.md](../../_shared/glossary.md).\n\n### Twin for Studio audiences\n\nBuilders who design and operate without API detail: [Builders version](../builders/BOOK.md).\n",
|
|
2611
|
+
"downloads/books/00-platform-overview/developers.chapters.json": "[\n {\n \"slug\": \"preamble\",\n \"title\": \"Introduction\",\n \"level\": 2,\n \"order\": 0\n },\n {\n \"slug\": \"install-start-here\",\n \"title\": \"Install (start here)\",\n \"level\": 2,\n \"order\": 1\n },\n {\n \"slug\": \"how-to-read-this-guide\",\n \"title\": \"How to read this guide\",\n \"level\": 2,\n \"order\": 2\n },\n {\n \"slug\": \"the-central-mental-model\",\n \"title\": \"The central mental model\",\n \"level\": 2,\n \"order\": 3\n },\n {\n \"slug\": \"1-what-memorix-is\",\n \"title\": \"1. What Memorix is\",\n \"level\": 2,\n \"order\": 4\n },\n {\n \"slug\": \"2-architecture\",\n \"title\": \"2. Architecture\",\n \"level\": 2,\n \"order\": 5\n },\n {\n \"slug\": \"3-scope-on-every-request\",\n \"title\": \"3. Scope on every request\",\n \"level\": 2,\n \"order\": 6\n },\n {\n \"slug\": \"4-api-families\",\n \"title\": \"4. API families\",\n \"level\": 2,\n \"order\": 7\n },\n {\n \"slug\": \"5-sixteen-packages-when-to-use-what\",\n \"title\": \"5. Sixteen packages (when to use what)\",\n \"level\": 2,\n \"order\": 8\n },\n {\n \"slug\": \"6-the-ops-mental-path-end-to-end\",\n \"title\": \"6. The ops mental path end to end\",\n \"level\": 2,\n \"order\": 9\n },\n {\n \"slug\": \"7-local-stack-quick-start\",\n \"title\": \"7. Local stack (quick start)\",\n \"level\": 2,\n \"order\": 10\n },\n {\n \"slug\": \"8-hard-product-rules-integrator-checklist\",\n \"title\": \"8. Hard product rules (integrator checklist)\",\n \"level\": 2,\n \"order\": 11\n },\n {\n \"slug\": \"9-forbidden-antipatterns\",\n \"title\": \"9. Forbidden (antipatterns)\",\n \"level\": 2,\n \"order\": 12\n },\n {\n \"slug\": \"10-decision-tree-which-ebook-next\",\n \"title\": \"10. Decision tree — which ebook next?\",\n \"level\": 2,\n \"order\": 13\n }\n]",
|
|
2612
|
+
"downloads/books/00-platform-overview/developers.md": "# Memorix Platform Overview — Developers\n\n**Audience:** Engineers integrating another product with Memorix (HTTP API or `@x12i/*` packages). \n**Twin:** [Builders version](../builders/BOOK.md) \n**Scenario:** Non-cyber `ops` · fresh `g12ops*` · `agentIds: [\"ops\"]` — see [_shared/ops-scenario.md](../../_shared/ops-scenario.md). \n**Site:** [https://ebooks.memorix.x12i.com](https://ebooks.memorix.x12i.com) · [Hard rules](../../HARD-RULES.md)\n\n---\n\n## Install (start here)\n\n```bash\nnpm i -D @x12i/memorix-docs\n```\n\nKnowledge SDK for agents and tooling — **devDependency** only (not a production runtime).\n\n---\n\n## How to read this guide\n\n1. Start with **install** above, then the **central mental model** — every later ebook builds from it.\n2. Use the **architecture** and **API families** chapters when wiring a host app.\n3. Use the **package matrix** to decide HTTP vs in-process libraries.\n4. Labels used throughout the library:\n - **Stored** — persisted subject content or relationship links\n - **Virtual / calculated** — composed, expanded, or projected at read time\n - **Operational** — runs, ledgers, artifacts, quarantines (not ordinary subject content)\n\n---\n\n## The central mental model\n\nMemorix is a **descriptor-driven data platform**.\n\n> **One kind of content about one stable subject** — composed by `recordId`, navigated by four-field relationships, projected by virtual abstracts.\n\n| Idea | Meaning |\n|---|---|\n| Subject | The stable thing (`WI-100`, employee Alex) |\n| Content | One kind of information *about* that subject (snapshot, workflow, analysis, …) |\n| Metadata | Declares object types, content types, abstracts, relationships, views, services, pipelines |\n| Runtime data | Stored as `memorix-record/2` documents |\n| Scope | Every request names a data universe (`orgId`) and effective metadata (`agentIds[]`) |\n\nIntegrators never invent list columns or write shapes in the host. They load metadata, then read/write through the supported boundary.\n\n**Published npm lineup:** all public `@x12i/memorix-*` packages are version **`3.0.0`**. Install with `^3.0.0` (or omit the range and take `latest`).\n\n---\n\n## 1. What Memorix is\n\n### The problem it solves\n\nHost products need one place to:\n\n- store many kinds of content about the same subject without flattening them into one blob,\n- relate different subjects without copying neighbor payloads,\n- project unified “views” (people, knowable entities) without separate databases,\n- ingest external sources faithfully, then promote them through pipelines,\n- operate runs, reviews, and intelligence proposals with human control.\n\nMemorix answers that with one envelope (`memorix-record/2`), one HTTP service, and one Studio UI.\n\n### One service + one Studio (G12)\n\n| Surface | Role |\n|---|---|\n| `@x12i/memorix-service` | Sole HTTP API (`GET /api/openapi.json`) |\n| `@x12i/memorix-studio` | Sole UI (Design · Operate · Explore) — service-only client |\n| `@x12i/memorix-*` (16 survivors) | Installable libraries behind the service |\n| `@x12i/memorix-ops-pack` | Permanent ops acceptance pack + fixture source |\n\nThere is no second product API and no alternate operator UI. Host apps that need a human surface either embed Studio patterns or deep-link operators into Studio.\n\n### Who uses what\n\n| You are… | Primary surface | Install packages? |\n|---|---|---|\n| Remote product / integrator | `memorix-service` HTTP | Usually **no** (optional `memorix-format`) |\n| Operator / PM / builder | `memorix-studio` | Run from monorepo; not an app dependency |\n| Platform engineer | Monorepo + in-process libraries | Yes, inside trusted boundary |\n| Acceptance / demo | ops-pack + dedicated ops org | `memorix-ops-pack` locally |\n\n### Four tiers\n\n| Tier | Role |\n|---|---|\n| **1 — Platform** | Engines + service + Studio (`@x12i/memorix-*`) |\n| **2 — Instance metadata** | What *this* org/agents know how to run |\n| **3 — Instance data** | Records, links, operational ledgers |\n| **4 — Packs** | Fixtures, connectors, sample sources (e.g. ops-pack) |\n\nProduct vocabulary belongs in **tier 2/4**, never hard-coded into tier-1 engines.\n\n---\n\n## 2. Architecture\n\n```mermaid\nflowchart TB\n YourApp[Your solution] --> Service[memorix-service]\n Studio[memorix-studio] --> Service\n Service --> MD[metadata]\n Service --> Data[memorix-data]\n Service --> Rel[relationships]\n Service --> Mem[memory]\n Service --> Pipe[pipeline]\n Service --> Intel[intelligence]\n Service --> Wf[workflow]\n Data --> Mongo[(Mongo)]\n```\n\nSee also [_shared/diagrams/platform-planes.md](../../_shared/diagrams/platform-planes.md) and [diagrams/surfaces.md](../diagrams/surfaces.md).\n\n### How packages connect\n\n```mermaid\nflowchart TB\n App[Your solution] --> Svc[memorix-service]\n Studio[memorix-studio] --> Svc\n Svc --> Meta[metadata + runtime]\n Svc --> DataPlane[memorix-data]\n Svc --> RelEng[relationships]\n Svc --> MemEng[memory]\n Svc --> PipeEng[pipeline]\n Svc --> IntelEng[intelligence]\n Fmt[format] --> DataPlane\n Map[mapping] --> PipeEng\n DataPlane --> Mongo[(Mongo)]\n RelEng --> Store[relationship-store]\n PipeEng --> PipeRt[pipeline-runtime]\n MemEng --> DataPlane\n PipeEng --> DataPlane\n PipeEng --> RelEng\n IntelEng -.->|proposes| Meta\n```\n\n### Request lifecycle\n\n1. Client sends `x-memorix-org-id` + `x-memorix-agent-ids`.\n2. Service resolves **effective metadata** for that agent set.\n3. The requested engine (data, relationships, memory, pipelines, …) runs against scoped Mongo.\n4. Response may include composition and/or relationship expansion (virtual at read time).\n\n### Ingest path (ops journey)\n\n```text\nExternal source (ops-source)\n → Memory pull lands exact raw payload (*-raw)\n → Pipeline maps / validates / writes subject content\n → Relationship engine materializes navigation links\n → Explore / host apps see composition + links (never copied payloads)\n```\n\nExample subjects in the permanent narrative: employee **Alex**, work item **WI-100**, procedure **PROC-2**. See [_shared/ops-scenario.md](../../_shared/ops-scenario.md).\n\n### Trusted writers\n\n| Concern | Writer |\n|---|---|\n| Subject content | `memorix-data` (via service HTTP) |\n| Links | `memorix-relationships` only |\n| Raw landing | `memorix-memory` → data plane |\n| Metadata install | Explicit metadata-runtime / HTTP — **not** intelligence |\n\n---\n\n## 3. Scope on every request\n\nTwo orthogonal headers. Singular `agentId` is **rejected**.\n\n```http\nx-memorix-org-id: g12ops<suffix>\nx-memorix-agent-ids: ops\n```\n\n| Header | Selects |\n|---|---|\n| `orgId` | **Data** universe (records, links, operational ledgers) |\n| `agentIds[]` | **Effective metadata** (multi-agent inheritance) |\n\n```mermaid\nflowchart LR\n Req[Request] --> Org[orgId → data DB]\n Req --> Ag[agentIds → effective metadata]\n```\n\nDB naming is owned by `memorix-db-router`. Do not invent database names from `MONGO_URI` path segments in host apps.\n\n**Acceptance rule:** always use a fresh `g12ops*` organization with `agentIds: [\"ops\"]`. Never use live/legacy customer orgs (`fieldstone`, `neo`, …) for drills.\n\nStudio sets the same scope in the scope bar:\n\n\n\n---\n\n## 4. API families\n\nBase: running `memorix-service`. OpenAPI: `GET /api/openapi.json`.\n\n| Prefix | Purpose |\n|---|---|\n| `/api/metadata` | Agents, types, abstracts, install/publish, effective resolution |\n| `/api/data` | Content get/list/compose, abstract get/list/patch, writes |\n| `/api/relationships` | Verify/rebuild/query (no ad-hoc link PUT/DELETE) |\n| `/api/memory` | Pulls, cursors, quarantine (`credentialRef` only for secrets) |\n| `/api/pipelines` | Definitions, runs, retries, artifacts |\n| `/api/intelligence` | Profiles and proposals (never auto-installs) |\n| `/api/workflow` | Workflow sibling content + assignments |\n| `/api/operations` | Operational health / ops helpers |\n\n### Writes\n\nRequire scope + revision precondition (`absent` or exact `revision`). Stale revision → conflict (`409`).\n\n### Prefer HTTP over libraries\n\nRemote hosts should call **service HTTP**. Install `@x12i/memorix-data` / relationships / pipeline only inside the same trusted process boundary as the platform. Never write domain records with raw Mongo drivers.\n\nDeep dive: [Runtime Data Client](../../02-runtime-data-client/developers/BOOK.md) · [Data Access Patterns](../../04-data-access-patterns/developers/BOOK.md).\n\n---\n\n## 5. Sixteen packages (when to use what)\n\nAll of the packages below publish as **`@x12i/memorix-*@3.0.2+`**. HTTP compliance kits (`ports-manager`, `api-live-view`, `core-service`) are separate `@x12i/*` packages.\n\n| Package | Integrator use |\n|---|---|\n| `memorix-format` | Validate / migrate `memorix-record/2` offline |\n| `memorix-metadata` | Declarative contracts + abstract unions |\n| `memorix-metadata-runtime` | Install / effective metadata client (trusted boundary) |\n| `memorix-mapping` | Deterministic mapping AST execution |\n| `memorix-data` | Read/write/compose/abstract (preferred library behind service) |\n| `memorix-relationship-store` | Link storage contract (engine-internal; not for ad-hoc writes) |\n| `memorix-relationships` | Trusted relationship engine |\n| `memorix-memory` | Source pull → `*-raw` landing |\n| `memorix-pipeline` | Pipeline definitions and execution |\n| `memorix-pipeline-runtime` | Run/attempt/artifact ledgers |\n| `memorix-intelligence` | Structural profiling + proposals |\n| `memorix-service` | HTTP composition root |\n| `memorix-studio` | Product UI |\n| `memorix-ops-pack` | Ops metadata + fixtures pattern |\n| `memorix-db-router` | Org/agent DB naming |\n| `memorix-mongo` | Mongo helpers used by data plane |\n\n### Decision tree — HTTP vs package\n\n```text\nRemote host / another product?\n └─ Yes → call memorix-service HTTP (optional: memorix-format for offline validate)\nSame trusted process as the platform?\n └─ Yes → may use memorix-data / metadata-runtime / engines in-process\nNeed to mutate domain content?\n └─ Always through data plane (service or memorix-data) — never raw Mongo\nNeed to mutate relationship links?\n └─ Only via relationship engine APIs (verify/rebuild/materialize) — never ad-hoc PUT/DELETE\n```\n\n---\n\n## 6. The ops mental path end to end\n\n1. **Scope** — create/select fresh `g12ops*`, set `agentIds: [\"ops\"]`.\n2. **Resolve metadata** — install ops pack; load types, views, pipelines for that scope.\n3. **Write / read** — data plane (`/api/data`) for subject content.\n4. **Ingest** — Memory lands exact raw → pipelines promote → relationships link.\n5. **Operate** — verify/rebuild links, inspect runs, install proposed metadata (**human** confirm).\n\nComposition example: request all content about `WI-100` and receive siblings (snapshot, workflow, analyses) without flattening them into one document.\n\n\n\nAgent inheritance (Design) selects which metadata definitions contribute to effective resolution:\n\n\n\n---\n\n## 7. Local stack (quick start)\n\nFrom the monorepo after workspace install:\n\n```bash\nnode scripts/dev-stack.mjs\n# opens browser tabs: stack status, /_live views, Studio\n# use --no-open to skip browser tabs\n```\n\n| Surface | Default URL |\n|---|---|\n| Studio | http://127.0.0.1:5101/ |\n| Stack status | http://127.0.0.1:5103/ (hub — not Studio; links to each `/_live`) |\n| Service live view | http://127.0.0.1:5100/_live (`@x12i/api-live-view` via `@x12i/core-service`) |\n| Service OpenAPI | http://127.0.0.1:5100/api/openapi.json |\n| Service health | http://127.0.0.1:5100/health |\n| Ops-source live / health | http://127.0.0.1:5102/_live · `/health` |\n\nPorts: Memorix zone **5100–5119** (even = API, odd = UI) from [`@x12i/ports-manager`](../../ports-manager/). Avoid **5000/7000** (macOS AirPlay). Quarantine **5000–5099**. How-to for new HTTP workers: [Building Services — HTTP process compliance](../../07-services/developers/BOOK.md#http-process-compliance-local-services). Remote data clients call `/api/*` only — do not install ports kits.\n\n```bash\ncurl -sS \\\n -H 'x-memorix-org-id: g12ops-demo' \\\n -H 'x-memorix-agent-ids: ops' \\\n http://127.0.0.1:5100/api/openapi.json\n```\n\nWhat to install in *your* app:\n\n```bash\n# Default remote host: nothing required for HTTP\nnpm install @x12i/memorix-format@^3.0.1 # optional offline validate/migrate\n\n# Trusted platform process only:\nnpm install @x12i/memorix-data@^3.0.1 @x12i/memorix-metadata-runtime@^3.0.1\n\n# New HTTP services in x12i/exellix (bind a port):\nnpm install @x12i/core-service\n```\n\n---\n\n## 8. Hard product rules (integrator checklist)\n\nThese invariants apply to every integration, acceptance example, and ebook:\n\n1. Acceptance orgs are fresh `g12ops*` with `agentIds: [\"ops\"]`.\n2. Permanent narrative is non-cyber **ops** (employees, work-items, procedures).\n3. Relationships are four-field links only — no root `associated*` storage, no copied payloads.\n4. Abstracts are virtual projections — no abstract collections / abstract `recordId`.\n5. KnowX is one content type + `data.kind` (`NODE` | `EDGE`) + one abstract `KnowXEntity`.\n6. Provenance (`docHash` + `SourceSpan`) is mandatory for KnowX; `epistemic.state` ≠ extraction confidence.\n7. Deterministic fixtures only for acceptance — no live AI required.\n8. Mutations go through the data plane (`memorix-service` / `@x12i/memorix-data`), never direct Mongo domain writes.\n\nFull text: [HARD-RULES.md](../../HARD-RULES.md).\n\n---\n\n## 9. Forbidden (antipatterns)\n\n- Direct Mongo mutation of domain content\n- Copied `associated*` payloads on records\n- Abstract collections / inventing an abstract `recordId` to write to\n- Treating Studio as optional when operators need a UI — Studio is the sole UI\n- Singular `agentId` headers\n- Using live customer orgs as acceptance workspaces\n- Letting intelligence auto-install metadata\n- Ad-hoc relationship link PUT/DELETE outside the engine\n\n---\n\n## 10. Decision tree — which ebook next?\n\n```text\nNeed the record envelope?\n → Format for Dummies\nNeed to call the API correctly?\n → Runtime Data Client\nNeed list/cursor/bulk semantics?\n → Lists, Queries, Pagination\nNeed “which call for this job?”\n → Data Access Patterns\nNeed agents / OT / CT / abstracts / mappings?\n → Metadata, Agents, Abstracts & Mappings\nNeed links or source landing?\n → Relationships & Memory\nNeed custom code / AI jobs?\n → Building Services\nNeed ordered multi-step work?\n → Building Pipelines\nNeed Studio / workflow siblings?\n → Workflow & Studio\nNeed profiling proposals?\n → Structural Intelligence\nNeed fixtures / harness?\n → Agent Packs & Ops\nBuilding knowledge claims?\n → Building KnowX\nMigrating or stuck?\n → Migration & Troubleshooting\n```\n\n### Recommended reading order\n\n1. [Format for Dummies](../../01-format-for-dummies/developers/BOOK.md)\n2. [Runtime Data Client](../../02-runtime-data-client/developers/BOOK.md)\n3. [Data Access Patterns](../../04-data-access-patterns/developers/BOOK.md)\n4. Then topic books as your product needs them\n\n### Glossary\n\nShared vocabulary: [_shared/glossary.md](../../_shared/glossary.md).\n\n### Twin for Studio audiences\n\nBuilders who design and operate without API detail: [Builders version](../builders/BOOK.md).\n",
|
|
2613
2613
|
"downloads/books/01-format-for-dummies/builders.chapters.json": "[\n {\n \"slug\": \"preamble\",\n \"title\": \"Introduction\",\n \"level\": 2,\n \"order\": 0\n },\n {\n \"slug\": \"how-to-read-this-guide\",\n \"title\": \"How to read this guide\",\n \"level\": 2,\n \"order\": 1\n },\n {\n \"slug\": \"the-central-idea\",\n \"title\": \"The central idea\",\n \"level\": 2,\n \"order\": 2\n },\n {\n \"slug\": \"1-what-you-see-in-explore\",\n \"title\": \"1. What you see in Explore\",\n \"level\": 2,\n \"order\": 3\n },\n {\n \"slug\": \"2-composition-vs-relationship\",\n \"title\": \"2. Composition vs relationship\",\n \"level\": 2,\n \"order\": 4\n },\n {\n \"slug\": \"3-abstracts-unified-views\",\n \"title\": \"3. Abstracts (unified views)\",\n \"level\": 2,\n \"order\": 5\n },\n {\n \"slug\": \"4-revision-why-saves-sometimes-conflict\",\n \"title\": \"4. Revision (why saves sometimes conflict)\",\n \"level\": 2,\n \"order\": 6\n },\n {\n \"slug\": \"5-words-you-need-in-studio\",\n \"title\": \"5. Words you need in Studio\",\n \"level\": 2,\n \"order\": 7\n },\n {\n \"slug\": \"6-short-ops-walkthrough\",\n \"title\": \"6. Short ops walkthrough\",\n \"level\": 2,\n \"order\": 8\n },\n {\n \"slug\": \"7-decision-tree\",\n \"title\": \"7. Decision tree\",\n \"level\": 2,\n \"order\": 9\n },\n {\n \"slug\": \"8-what-not-to-expect\",\n \"title\": \"8. What not to expect\",\n \"level\": 2,\n \"order\": 10\n },\n {\n \"slug\": \"9-anti-patterns\",\n \"title\": \"9. Anti-patterns\",\n \"level\": 2,\n \"order\": 11\n },\n {\n \"slug\": \"10-next\",\n \"title\": \"10. Next\",\n \"level\": 2,\n \"order\": 12\n }\n]",
|
|
2614
2614
|
"downloads/books/01-format-for-dummies/builders.md": "# Memorix Format for Dummies — Builders\n\n**Audience:** Studio builders and product managers who need the record mental model without API detail. \n**Twin:** [Developers version](../developers/BOOK.md) \n**Scenario:** Non-cyber `ops` · fresh `g12ops*` · `agentIds: [\"ops\"]` — see [_shared/ops-scenario.md](../../_shared/ops-scenario.md). \n**Site:** [https://ebooks.memorix.x12i.com](https://ebooks.memorix.x12i.com) · [Hard rules](../../HARD-RULES.md) \n**Status:** Present-tense Studio guide. Deterministic fixtures only — **no live AI required**.\n\n---\n\n## How to read this guide\n\n1. Start with the **central idea** — one kind of content about one stable subject.\n2. Match the **screenshots** to what you see in Explore.\n3. Learn **composition vs relationship** and **abstracts** before editing anything.\n4. Use the **ops walkthrough** with Alex / WI-100 as your acceptance drill.\n5. Envelope / CLI depth → [developers twin](../developers/BOOK.md).\n\n---\n\n## The central idea\n\nA Memorix record is:\n\n> **One kind of content about one stable subject.**\n\n| Field you see | Question it answers |\n|---|---|\n| Subject id (`recordId`) | Which thing is this about? |\n| Object type | What kind of thing (work-item, employee, …)? |\n| Content type | What kind of information (snapshot, workflow, analysis, …)? |\n| Revision | Which edit version am I looking at? |\n\nSame subject → same id. Different kinds of information → siblings (**composition**). Links between different subjects → **relationships** (never copied into each other).\n\n```text\nWI-100 (one subject id)\n ├─ snapshots ← “what the work item looks like”\n ├─ workflow ← “who is reviewing / what state”\n ├─ analysis ← “one analysis instance” (may have siblings)\n └─ … other kinds\n\nAlex (different subject id)\n └─ linked to WI-100 via a relationship — not pasted into WI-100’s snapshot\n```\n\nAlways work in a fresh **`g12ops*`** org with agent **`ops`** when drilling this model.\n\n---\n\n## 1. What you see in Explore\n\n### A single content document\n\n\n\nOne content document about one subject — for example a work-item snapshot. You can open technical details for JSON, but ordinary review should stay on forms and status.\n\n### Composition (siblings)\n\n\n\nAsk Explore for “everything about WI-100” and Studio shows **siblings** — snapshot, workflow, analyses — without flattening them into one blob. Same subject id; different content types.\n\n### Discriminators (many instances)\n\n\n\nSome content types allow **many instances** on the same subject (for example several analyses or decisions). A **discriminator** labels which instance you are looking at so saves do not overwrite the wrong sibling.\n\n| Idea | Builder meaning |\n|---|---|\n| One snapshot | Usually one current business picture |\n| Many analyses | Each needs a clear label (discriminator) |\n| Workflow | Process / assignment state — ordinary sibling, not a separate product |\n\n---\n\n## 2. Composition vs relationship\n\n```text\nSame recordId → composition (siblings on one Explore page)\nDifferent recordIds → relationship (link + expansion)\n```\n\n| Composition | Relationship |\n|---|---|\n| Snapshot + workflow on WI-100 | Alex **assigned to** WI-100 |\n| Same subject id | Two subject ids |\n| Siblings listed together | Four-field link; expansion shows current targets |\n\nRelationships remember *who links to whom* and *why*. They do **not** paste the other record’s fields into this one. If you see a nested “associated employee payload” inside a work-item snapshot, that content is wrong — screenshot and escalate.\n\n---\n\n## 3. Abstracts (unified views)\n\nAn abstract type (for example **People**) is a **virtual union** of concrete types (employees + contractors). There is no separate “people database.”\n\n| You can | You cannot |\n|---|---|\n| List People in Explore | Write to an abstract `recordId` as if it were concrete |\n| Use abstracts in relationship *definitions* | Expect a physical abstract collection |\n| Drill into a concrete employee/contractor | Treat Mongo `_id` as the business id |\n\nWriters always target a **concrete** object type. Business identity is always `recordId`.\n\n---\n\n## 4. Revision (why saves sometimes conflict)\n\nEvery content instance has a **revision**. When you save, Studio sends the revision it believes is current. If someone else saved first, you get a **stale conflict** — refresh, re-apply your intent, save again.\n\nThat is protection, not a bug. Do not ask for a Mongo force-write.\n\n---\n\n## 5. Words you need in Studio\n\n| Word | Meaning |\n|---|---|\n| Subject | The thing (`WI-100`, Alex) |\n| Content | One kind of info about it |\n| Composition | Several content kinds on the **same** subject |\n| Relationship | Link between **different** subjects |\n| Abstract | Unified *view* of several concrete types |\n| Discriminator | Label for which instance among many |\n| Revision | Version used to prevent silent overwrite |\n| Memory | Exact source material before promotion |\n| Workflow | Process/assignment sibling content |\n\nFull glossary: [_shared/glossary.md](../../_shared/glossary.md).\n\n---\n\n## 6. Short ops walkthrough\n\nSubjects: employee **Alex**, work item **WI-100**, procedure **PROC-2**.\n\n1. Scope bar → fresh `g12ops*` + agent `ops`.\n2. Explore → open a single raw/content record (screenshot 09).\n3. Explore → open WI-100 **composition** — confirm siblings (screenshot 10).\n4. Explore → open analyses/decisions — note discriminators (screenshot 12).\n5. Explore → traverse a relationship from Alex or WI-100 — confirm expansion, not copied payloads.\n6. Optional: edit workflow on WI-100; if you hit a conflict, refresh and retry.\n\n---\n\n## 7. Decision tree\n\n```text\nAm I looking at one subject with several panels?\n└─ Composition (siblings)\n\nAm I jumping from one subject to another?\n└─ Relationship (link)\n\nIs this a unified “People” list?\n└─ Abstract view — drill into concrete types to edit\n\nDid save conflict?\n└─ Refresh → re-apply → save (revision)\n\nDo I see nested associated blobs?\n└─ Wrong — escalate with screenshot\n```\n\n---\n\n## 8. What not to expect\n\n- Nested “associated employee payload” blocks on records\n- An abstract `recordId` you can write to directly\n- Mongo `_id` as business identity — business identity is `recordId`\n- A second product UI besides Studio for ordinary operator work\n- Intelligence that silently changes types (proposals need explicit install)\n\n---\n\n## 9. Anti-patterns\n\n| Anti-pattern | Why it hurts | Do this instead |\n|---|---|---|\n| Treat composition as “one big JSON blob” | Loses revisions / siblings | Keep content types separate |\n| Copy neighbor fields into this record | Stale data / wrong model | Relationships + expansion |\n| Ignore discriminators on analyses | Overwrite the wrong instance | Pick the labeled instance |\n| Practice on live customer orgs | Contamination | Fresh `g12ops*` + `ops` |\n| Raw JSON as the only review surface | Miss conflicts and evidence | Forms + status first |\n\n---\n\n## 10. Next\n\n| Track | Link |\n|---|---|\n| Envelope / validate / migrate | [Developers twin](../developers/BOOK.md) |\n| Studio Design / Operate / Explore | [Workflow & Studio builders](../../09-workflow-and-studio/builders/BOOK.md) |\n| Relationships & Memory | [Relationships & Memory builders](../../06-relationships-and-memory/builders/BOOK.md) |\n| Metadata & abstracts | [Metadata builders](../../05-metadata-agents-abstracts/builders/BOOK.md) |\n| Conflicts & escalate | [Migration & troubleshooting builders](../../13-migration-troubleshooting/builders/BOOK.md) |\n\n---\n\n*End of Memorix Format for Dummies — Builders.*\n",
|
|
2615
2615
|
"downloads/books/01-format-for-dummies/developers.chapters.json": "[\n {\n \"slug\": \"preamble\",\n \"title\": \"Introduction\",\n \"level\": 2,\n \"order\": 0\n },\n {\n \"slug\": \"how-to-read-this-guide\",\n \"title\": \"How to read this guide\",\n \"level\": 2,\n \"order\": 1\n },\n {\n \"slug\": \"the-central-explanation\",\n \"title\": \"The central explanation\",\n \"level\": 2,\n \"order\": 2\n },\n {\n \"slug\": \"1-memorix-in-five-minutes\",\n \"title\": \"1. Memorix in five minutes\",\n \"level\": 2,\n \"order\": 3\n },\n {\n \"slug\": \"2-anatomy-of-memorix-record-2\",\n \"title\": \"2. Anatomy of `memorix-record/2`\",\n \"level\": 2,\n \"order\": 4\n },\n {\n \"slug\": \"3-subject-identity-and-recordid\",\n \"title\": \"3. Subject identity and `recordId`\",\n \"level\": 2,\n \"order\": 5\n },\n {\n \"slug\": \"4-object-type-content-type-and-data-category\",\n \"title\": \"4. Object type, content type, and data category\",\n \"level\": 2,\n \"order\": 6\n },\n {\n \"slug\": \"5-the-concept-bucket\",\n \"title\": \"5. The `concept` bucket\",\n \"level\": 2,\n \"order\": 7\n },\n {\n \"slug\": \"6-the-data-bucket\",\n \"title\": \"6. The `.data` bucket\",\n \"level\": 2,\n \"order\": 8\n },\n {\n \"slug\": \"7-system-timestamps-and-provenance\",\n \"title\": \"7. `_system`, timestamps, and provenance\",\n \"level\": 2,\n \"order\": 9\n },\n {\n \"slug\": \"8-revision-and-safe-writes\",\n \"title\": \"8. Revision and safe writes\",\n \"level\": 2,\n \"order\": 10\n },\n {\n \"slug\": \"9-composition-same-subject-different-content\",\n \"title\": \"9. Composition: same subject, different content\",\n \"level\": 2,\n \"order\": 11\n },\n {\n \"slug\": \"10-discriminated-content-instances\",\n \"title\": \"10. Discriminated content instances\",\n \"level\": 2,\n \"order\": 12\n },\n {\n \"slug\": \"11-raw-content-and-memory\",\n \"title\": \"11. Raw content and Memory\",\n \"level\": 2,\n \"order\": 13\n },\n {\n \"slug\": \"12-relationships-are-not-record-content\",\n \"title\": \"12. Relationships are not record content\",\n \"level\": 2,\n \"order\": 14\n },\n {\n \"slug\": \"13-abstracts-are-metadata-not-records\",\n \"title\": \"13. Abstracts are metadata, not records\",\n \"level\": 2,\n \"order\": 15\n },\n {\n \"slug\": \"14-scope-is-outside-the-record\",\n \"title\": \"14. Scope is outside the record\",\n \"level\": 2,\n \"order\": 16\n },\n {\n \"slug\": \"15-physical-routing\",\n \"title\": \"15. Physical routing\",\n \"level\": 2,\n \"order\": 17\n },\n {\n \"slug\": \"16-reading-records\",\n \"title\": \"16. Reading records\",\n \"level\": 2,\n \"order\": 18\n },\n {\n \"slug\": \"17-what-is-stored-versus-calculated\",\n \"title\": \"17. What is stored versus calculated\",\n \"level\": 2,\n \"order\": 19\n },\n {\n \"slug\": \"18-validation-and-common-errors\",\n \"title\": \"18. Validation and common errors\",\n \"level\": 2,\n \"order\": 20\n },\n {\n \"slug\": \"19-migration-from-the-present-v1-format\",\n \"title\": \"19. Migration from the present / V1 format\",\n \"level\": 2,\n \"order\": 21\n },\n {\n \"slug\": \"20-complete-example-journey-ops-g12ops\",\n \"title\": \"20. Complete example journey (ops / `g12ops*`)\",\n \"level\": 2,\n \"order\": 22\n },\n {\n \"slug\": \"21-quick-decision-tree\",\n \"title\": \"21. Quick decision tree\",\n \"level\": 2,\n \"order\": 23\n },\n {\n \"slug\": \"22-glossary-and-cheat-sheets\",\n \"title\": \"22. Glossary and cheat sheets\",\n \"level\": 2,\n \"order\": 24\n },\n {\n \"slug\": \"appendix-a-example-inventory-validated-goldens\",\n \"title\": \"Appendix A — Example inventory (validated goldens)\",\n \"level\": 2,\n \"order\": 25\n },\n {\n \"slug\": \"appendix-b-source-map-where-truth-lives\",\n \"title\": \"Appendix B — Source map (where truth lives)\",\n \"level\": 2,\n \"order\": 26\n },\n {\n \"slug\": \"writing-rules-this-ebook-follows\",\n \"title\": \"Writing rules this ebook follows\",\n \"level\": 2,\n \"order\": 27\n }\n]",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle.js","sourceRoot":"","sources":["../../src/generated/bundle.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"bundle.js","sourceRoot":"","sources":["../../src/generated/bundle.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@x12i/memorix-docs",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "Memorix docs knowledge SDK
|
|
3
|
+
"version": "1.0.2",
|
|
4
|
+
"description": "Memorix docs knowledge SDK — install as a devDependency only. Catalog, use cases, and markdown packs for humans and agents.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"types": "./dist/index.d.ts",
|