@x12i/memorix-docs 1.0.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.
@@ -0,0 +1,1451 @@
1
+ export declare const catalog: {
2
+ readonly roles: readonly [{
3
+ readonly id: "developers";
4
+ readonly label: "Developers";
5
+ readonly tagline: "Build with Memorix";
6
+ readonly description: "HTTP and @x12i/* integrators — record format, data client, services, pipelines, and ops fixtures.";
7
+ }, {
8
+ readonly id: "builders";
9
+ readonly label: "Builders";
10
+ readonly tagline: "Design & operate in Studio";
11
+ readonly description: "Power users and PMs working in Studio Design · Operate · Explore without living in the API.";
12
+ }];
13
+ readonly families: readonly [{
14
+ readonly id: "memorix";
15
+ readonly name: "Memorix";
16
+ readonly tagline: "Records, metadata, memory, and the pipelines that fill them in.";
17
+ readonly description: "The entity-record platform after G12: format, HTTP service, Studio, and ops acceptance narrative.";
18
+ readonly color: "#16324f";
19
+ }];
20
+ readonly books: readonly [{
21
+ readonly id: "00-platform-overview";
22
+ readonly familyId: "memorix";
23
+ readonly audiences: readonly ["developers", "builders"];
24
+ readonly status: "available";
25
+ readonly kicker: "CASE FILE · MRX-00";
26
+ readonly title: "Platform Overview";
27
+ readonly subtitle: "Whole platform after G12";
28
+ readonly blurb: "Surfaces, packages, hard rules, and where to start — developers and builders twins.";
29
+ readonly tags: readonly ["platform", "g12", "start-here"];
30
+ readonly color: "#16324f";
31
+ readonly dir: "00-platform-overview";
32
+ }, {
33
+ readonly id: "01-format-for-dummies";
34
+ readonly familyId: "memorix";
35
+ readonly audiences: readonly ["developers", "builders"];
36
+ readonly status: "available";
37
+ readonly kicker: "CASE FILE · MRX-01";
38
+ readonly title: "Format for Dummies";
39
+ readonly subtitle: "memorix-record/2 field guide";
40
+ readonly blurb: "Mental model of the record envelope — OT/CT, composition, discriminators, and what is not stored on the record.";
41
+ readonly tags: readonly ["format", "record", "envelope"];
42
+ readonly color: "#b14a2c";
43
+ readonly dir: "01-format-for-dummies";
44
+ }, {
45
+ readonly id: "02-runtime-data-client";
46
+ readonly familyId: "memorix";
47
+ readonly audiences: readonly ["developers"];
48
+ readonly status: "available";
49
+ readonly kicker: "CASE FILE · MRX-02";
50
+ readonly title: "Runtime Data Client";
51
+ readonly subtitle: "Read and write safely";
52
+ readonly blurb: "Connection, scope, exact reads, writes, compose, abstracts, and client anti-patterns through Memorix Service / OpenAPI.";
53
+ readonly tags: readonly ["http", "client", "data"];
54
+ readonly color: "#1f6e5c";
55
+ readonly dir: "02-runtime-data-client";
56
+ }, {
57
+ readonly id: "03-lists-queries-pagination";
58
+ readonly familyId: "memorix";
59
+ readonly audiences: readonly ["developers"];
60
+ readonly status: "available";
61
+ readonly kicker: "CASE FILE · MRX-03";
62
+ readonly title: "Lists, Queries, Pagination";
63
+ readonly subtitle: "Cursors and bulk access";
64
+ readonly blurb: "List contracts, query grammar, cursors, page size, and multi-resource listing without foot-guns.";
65
+ readonly tags: readonly ["lists", "cursor", "query"];
66
+ readonly color: "#a5710f";
67
+ readonly dir: "03-lists-queries-pagination";
68
+ }, {
69
+ readonly id: "04-data-access-patterns";
70
+ readonly familyId: "memorix";
71
+ readonly audiences: readonly ["developers"];
72
+ readonly status: "available";
73
+ readonly kicker: "CASE FILE · MRX-04";
74
+ readonly title: "Data Access Patterns";
75
+ readonly subtitle: "Which call for this job?";
76
+ readonly blurb: "Decision matrix — best / acceptable / forbidden access methods for real client tasks.";
77
+ readonly tags: readonly ["patterns", "matrix", "http"];
78
+ readonly color: "#16324f";
79
+ readonly dir: "04-data-access-patterns";
80
+ }, {
81
+ readonly id: "05-metadata-agents-abstracts";
82
+ readonly familyId: "memorix";
83
+ readonly audiences: readonly ["developers", "builders"];
84
+ readonly status: "available";
85
+ readonly kicker: "CASE FILE · MRX-05";
86
+ readonly title: "Metadata, Agents, Abstracts & Mappings";
87
+ readonly subtitle: "Effective metadata";
88
+ readonly blurb: "Agents, OT/CT, virtual abstracts, mappings, install/publish — never auto-install from intelligence.";
89
+ readonly tags: readonly ["metadata", "abstracts", "agents"];
90
+ readonly color: "#b14a2c";
91
+ readonly dir: "05-metadata-agents-abstracts";
92
+ }, {
93
+ readonly id: "06-relationships-and-memory";
94
+ readonly familyId: "memorix";
95
+ readonly audiences: readonly ["developers", "builders"];
96
+ readonly status: "available";
97
+ readonly kicker: "CASE FILE · MRX-06";
98
+ readonly title: "Relationships & Memory";
99
+ readonly subtitle: "Four-field links + source landing";
100
+ readonly blurb: "Exact Memory ingest and relationship engine links — never associated* payloads on records.";
101
+ readonly tags: readonly ["relationships", "memory", "links"];
102
+ readonly color: "#1f6e5c";
103
+ readonly dir: "06-relationships-and-memory";
104
+ }, {
105
+ readonly id: "07-services";
106
+ readonly familyId: "memorix";
107
+ readonly audiences: readonly ["developers", "builders"];
108
+ readonly status: "available";
109
+ readonly kicker: "CASE FILE · MRX-07";
110
+ readonly title: "Building Services";
111
+ readonly subtitle: "Callable workers + HTTP kits";
112
+ readonly blurb: "When to build a service, handlers, pipeline invoke, and core-service / ports-manager / api-live-view.";
113
+ readonly tags: readonly ["services", "ports", "handlers"];
114
+ readonly color: "#a5710f";
115
+ readonly dir: "07-services";
116
+ }, {
117
+ readonly id: "08-pipelines";
118
+ readonly familyId: "memorix";
119
+ readonly audiences: readonly ["developers", "builders"];
120
+ readonly status: "available";
121
+ readonly kicker: "CASE FILE · MRX-08";
122
+ readonly title: "Building Pipelines";
123
+ readonly subtitle: "Design, run, retry, evidence";
124
+ readonly blurb: "Pipeline definition, step kinds, AI fail-closed, operations, and the complete ops tutorial.";
125
+ readonly tags: readonly ["pipelines", "steps", "ops"];
126
+ readonly color: "#16324f";
127
+ readonly dir: "08-pipelines";
128
+ }, {
129
+ readonly id: "09-workflow-and-studio";
130
+ readonly familyId: "memorix";
131
+ readonly audiences: readonly ["developers", "builders"];
132
+ readonly status: "available";
133
+ readonly kicker: "CASE FILE · MRX-09";
134
+ readonly title: "Workflow & Studio";
135
+ readonly subtitle: "Sole product UI";
136
+ readonly blurb: "Design · Operate · Explore — scope bar ≡ headers, workflow siblings, embedding guidance. Builders primary.";
137
+ readonly tags: readonly ["studio", "workflow", "ui"];
138
+ readonly color: "#b14a2c";
139
+ readonly dir: "09-workflow-and-studio";
140
+ readonly buildersPrimary: true;
141
+ }, {
142
+ readonly id: "10-intelligence";
143
+ readonly familyId: "memorix";
144
+ readonly audiences: readonly ["developers", "builders"];
145
+ readonly status: "available";
146
+ readonly kicker: "CASE FILE · MRX-10";
147
+ readonly title: "Structural Intelligence";
148
+ readonly subtitle: "Propose, never auto-install";
149
+ readonly blurb: "Profile data, proposals with evidence, human install boundary.";
150
+ readonly tags: readonly ["intelligence", "proposals"];
151
+ readonly color: "#1f6e5c";
152
+ readonly dir: "10-intelligence";
153
+ }, {
154
+ readonly id: "11-agent-packs-and-ops";
155
+ readonly familyId: "memorix";
156
+ readonly audiences: readonly ["developers", "builders"];
157
+ readonly status: "available";
158
+ readonly kicker: "CASE FILE · MRX-11";
159
+ readonly title: "Agent Packs & Ops";
160
+ readonly subtitle: "Fixtures the ops way";
161
+ readonly blurb: "Pack layout, harness, g12ops* acceptance, custom kinds, golden V2 validation.";
162
+ readonly tags: readonly ["ops-pack", "fixtures", "acceptance"];
163
+ readonly color: "#a5710f";
164
+ readonly dir: "11-agent-packs-and-ops";
165
+ }, {
166
+ readonly id: "12-knowx";
167
+ readonly familyId: "memorix";
168
+ readonly audiences: readonly ["developers", "builders"];
169
+ readonly status: "available";
170
+ readonly kicker: "CASE FILE · MRX-12";
171
+ readonly title: "Building KnowX";
172
+ readonly subtitle: "Provenance-first claims";
173
+ readonly blurb: "KnowX nodes/edges as content types, review siblings, runnable fixture path (no live AI required).";
174
+ readonly tags: readonly ["knowx", "provenance", "claims"];
175
+ readonly color: "#16324f";
176
+ readonly dir: "12-knowx";
177
+ }, {
178
+ readonly id: "13-migration-troubleshooting";
179
+ readonly familyId: "memorix";
180
+ readonly audiences: readonly ["developers", "builders"];
181
+ readonly status: "available";
182
+ readonly kicker: "CASE FILE · MRX-13";
183
+ readonly title: "Migration & Troubleshooting";
184
+ readonly subtitle: "Present → v2 and failure matrix";
185
+ readonly blurb: "associated* rejection, stale revisions, HTTP failure matrix, escalate packets.";
186
+ readonly tags: readonly ["migration", "troubleshooting", "v2"];
187
+ readonly color: "#b14a2c";
188
+ readonly dir: "13-migration-troubleshooting";
189
+ }];
190
+ };
191
+ export declare const useCases: {
192
+ readonly useCases: readonly [{
193
+ readonly id: "orient-platform";
194
+ readonly title: "Orient on Memorix after G12";
195
+ readonly goal: "Understand surfaces, packages, hard rules, and which ebook to open next.";
196
+ readonly audiences: readonly ["developers", "builders"];
197
+ readonly tags: readonly ["platform", "start-here"];
198
+ readonly path: readonly [{
199
+ readonly bookId: "00-platform-overview";
200
+ readonly audience: "developers";
201
+ readonly chapters: readonly ["the-central-mental-model", "2-architecture", "8-hard-product-rules-integrator-checklist", "10-decision-tree-which-ebook-next"];
202
+ }];
203
+ readonly alsoSee: readonly ["00-platform-overview"];
204
+ }, {
205
+ readonly id: "learn-record-envelope";
206
+ readonly title: "Learn the memorix-record/2 envelope";
207
+ readonly goal: "Internalize OT/CT, composition, discriminators, and what must not live on the record.";
208
+ readonly audiences: readonly ["developers"];
209
+ readonly tags: readonly ["format", "record"];
210
+ readonly path: readonly [{
211
+ readonly bookId: "01-format-for-dummies";
212
+ readonly audience: "developers";
213
+ readonly chapters: readonly ["2-anatomy-of-memorix-record-2", "4-object-type-content-type-and-data-category", "9-composition-same-subject-different-content", "10-discriminated-content-instances", "12-relationships-are-not-record-content"];
214
+ }];
215
+ readonly alsoSee: readonly ["01-format-for-dummies"];
216
+ }, {
217
+ readonly id: "client-first-read-write";
218
+ readonly title: "Product backend first safe read/write";
219
+ readonly goal: "Call /api/data correctly with scope, revision preconditions, and explicit compose.";
220
+ readonly audiences: readonly ["developers"];
221
+ readonly tags: readonly ["http", "client", "data"];
222
+ readonly path: readonly [{
223
+ readonly bookId: "02-runtime-data-client";
224
+ readonly audience: "developers";
225
+ readonly chapters: readonly ["2-connection-and-scope", "4-exact-content-reads", "6-explicit-composition", "9-concrete-writes", "10-patch-language"];
226
+ }, {
227
+ readonly bookId: "04-data-access-patterns";
228
+ readonly audience: "developers";
229
+ readonly chapters: readonly ["2-master-decision-matrix"];
230
+ }];
231
+ readonly alsoSee: readonly ["03-lists-queries-pagination"];
232
+ }, {
233
+ readonly id: "choose-access-method";
234
+ readonly title: "Choose the right access method";
235
+ readonly goal: "Map a task to best / acceptable / forbidden calls using the patterns matrix.";
236
+ readonly audiences: readonly ["developers"];
237
+ readonly tags: readonly ["patterns", "http"];
238
+ readonly path: readonly [{
239
+ readonly bookId: "04-data-access-patterns";
240
+ readonly audience: "developers";
241
+ readonly chapters: readonly ["2-master-decision-matrix", "5-exact-read-versus-list", "25-decision-tree"];
242
+ }];
243
+ readonly alsoSee: readonly ["02-runtime-data-client", "03-lists-queries-pagination"];
244
+ }, {
245
+ readonly id: "lists-cursors-pagination";
246
+ readonly title: "List, filter, and paginate correctly";
247
+ readonly goal: "Use cursors, pageInfo, and query grammar without inventing offsets.";
248
+ readonly audiences: readonly ["developers"];
249
+ readonly tags: readonly ["lists", "cursor", "http"];
250
+ readonly path: readonly [{
251
+ readonly bookId: "03-lists-queries-pagination";
252
+ readonly audience: "developers";
253
+ readonly chapters: readonly ["3-common-list-response-pageinfo-contract", "8-cursor-contract", "9-pagination-guarantees", "21-client-side-iteration-patterns"];
254
+ }];
255
+ readonly alsoSee: readonly ["02-runtime-data-client", "04-data-access-patterns"];
256
+ }, {
257
+ readonly id: "compose-for-ui";
258
+ readonly title: "Compose a subject for a UI view";
259
+ readonly goal: "Use explicit composition instead of N+1 gets for a subject screen.";
260
+ readonly audiences: readonly ["developers"];
261
+ readonly tags: readonly ["compose", "ui", "http"];
262
+ readonly path: readonly [{
263
+ readonly bookId: "02-runtime-data-client";
264
+ readonly audience: "developers";
265
+ readonly chapters: readonly ["6-explicit-composition"];
266
+ }, {
267
+ readonly bookId: "04-data-access-patterns";
268
+ readonly audience: "developers";
269
+ readonly chapters: readonly ["6-composition-versus-multiple-gets"];
270
+ }];
271
+ readonly alsoSee: readonly ["01-format-for-dummies"];
272
+ }, {
273
+ readonly id: "abstract-people-list";
274
+ readonly title: "Multi-type abstract list (People)";
275
+ readonly goal: "List across concrete types via abstracts and reverse-map writes.";
276
+ readonly audiences: readonly ["developers"];
277
+ readonly tags: readonly ["abstracts", "metadata", "http"];
278
+ readonly path: readonly [{
279
+ readonly bookId: "05-metadata-agents-abstracts";
280
+ readonly audience: "developers";
281
+ readonly chapters: readonly ["5-abstracts-virtual-unions-only", "7-views-writes-and-the-client-effective-metadata-pattern"];
282
+ }, {
283
+ readonly bookId: "02-runtime-data-client";
284
+ readonly audience: "developers";
285
+ readonly chapters: readonly ["7-abstract-reads", "12-abstract-writes"];
286
+ }];
287
+ readonly alsoSee: readonly ["04-data-access-patterns"];
288
+ }, {
289
+ readonly id: "metadata-before-write";
290
+ readonly title: "Discover effective metadata before writing";
291
+ readonly goal: "Load views/writes from /api/metadata so clients do not invent shapes.";
292
+ readonly audiences: readonly ["developers"];
293
+ readonly tags: readonly ["metadata", "http"];
294
+ readonly path: readonly [{
295
+ readonly bookId: "02-runtime-data-client";
296
+ readonly audience: "developers";
297
+ readonly chapters: readonly ["3-metadata-discovery-for-runtime-clients"];
298
+ }, {
299
+ readonly bookId: "05-metadata-agents-abstracts";
300
+ readonly audience: "developers";
301
+ readonly chapters: readonly ["7-views-writes-and-the-client-effective-metadata-pattern", "9-install-and-publish-never-auto"];
302
+ }];
303
+ readonly alsoSee: readonly ["10-intelligence"];
304
+ }, {
305
+ readonly id: "revision-stale-conflicts";
306
+ readonly title: "Handle revision / stale conflicts";
307
+ readonly goal: "Patch with revision preconditions and recover when another writer won.";
308
+ readonly audiences: readonly ["developers"];
309
+ readonly tags: readonly ["revisions", "conflicts", "http"];
310
+ readonly path: readonly [{
311
+ readonly bookId: "02-runtime-data-client";
312
+ readonly audience: "developers";
313
+ readonly chapters: readonly ["10-patch-language", "18-error-catalog-client-facing"];
314
+ }, {
315
+ readonly bookId: "13-migration-troubleshooting";
316
+ readonly audience: "developers";
317
+ readonly chapters: readonly ["4-failure-matrix-runtime-http"];
318
+ }];
319
+ readonly alsoSee: readonly ["01-format-for-dummies"];
320
+ }, {
321
+ readonly id: "discriminated-content-writes";
322
+ readonly title: "Write analysis / decision / narrative content";
323
+ readonly goal: "Use discriminators correctly for sibling content types.";
324
+ readonly audiences: readonly ["developers"];
325
+ readonly tags: readonly ["discriminators", "writes", "http"];
326
+ readonly path: readonly [{
327
+ readonly bookId: "02-runtime-data-client";
328
+ readonly audience: "developers";
329
+ readonly chapters: readonly ["11-discriminated-content-writes"];
330
+ }, {
331
+ readonly bookId: "01-format-for-dummies";
332
+ readonly audience: "developers";
333
+ readonly chapters: readonly ["10-discriminated-content-instances"];
334
+ }, {
335
+ readonly bookId: "04-data-access-patterns";
336
+ readonly audience: "developers";
337
+ readonly chapters: readonly ["15-workflow-analysis-and-decision-content"];
338
+ }];
339
+ readonly alsoSee: readonly ["09-workflow-and-studio"];
340
+ }, {
341
+ readonly id: "memory-hourly-ingest";
342
+ readonly title: "Ingest an external system on a schedule";
343
+ readonly goal: "Land exact provider payloads in Memory, then map/write via pipeline.";
344
+ readonly audiences: readonly ["developers"];
345
+ readonly tags: readonly ["memory", "ingest", "pipelines"];
346
+ readonly path: readonly [{
347
+ readonly bookId: "06-relationships-and-memory";
348
+ readonly audience: "developers";
349
+ readonly chapters: readonly ["2-memory-exact-source-landing"];
350
+ }, {
351
+ readonly bookId: "08-pipelines";
352
+ readonly audience: "developers";
353
+ readonly chapters: readonly ["1-pipeline-definition", "13-complete-ops-tutorial"];
354
+ }, {
355
+ readonly bookId: "04-data-access-patterns";
356
+ readonly audience: "developers";
357
+ readonly chapters: readonly ["13-memory-as-the-preferred-ingestion-mechanism"];
358
+ }];
359
+ readonly alsoSee: readonly ["07-services"];
360
+ }, {
361
+ readonly id: "four-field-links";
362
+ readonly title: "Link subjects with four-field relationships";
363
+ readonly goal: "Define relationships, expand on read, never store associated* on records.";
364
+ readonly audiences: readonly ["developers"];
365
+ readonly tags: readonly ["relationships", "links"];
366
+ readonly path: readonly [{
367
+ readonly bookId: "06-relationships-and-memory";
368
+ readonly audience: "developers";
369
+ readonly chapters: readonly ["3-relationships-four-field-links-only", "5-reads-virtual-expansion", "9-hard-rules-relationships-memory"];
370
+ }, {
371
+ readonly bookId: "02-runtime-data-client";
372
+ readonly audience: "developers";
373
+ readonly chapters: readonly ["8-relationship-reads", "15-relationship-mutation-boundary"];
374
+ }];
375
+ readonly alsoSee: readonly ["01-format-for-dummies"];
376
+ }, {
377
+ readonly id: "relationship-rebuild-verify";
378
+ readonly title: "Rebuild and verify relationship links";
379
+ readonly goal: "Run discover / verify / rebuild / cleanup through the relationship engine.";
380
+ readonly audiences: readonly ["developers"];
381
+ readonly tags: readonly ["relationships", "ops"];
382
+ readonly path: readonly [{
383
+ readonly bookId: "06-relationships-and-memory";
384
+ readonly audience: "developers";
385
+ readonly chapters: readonly ["4-engine-lifecycle-discover-verify-rebuild-cleanup", "6-ops-narrative-walkthrough"];
386
+ }];
387
+ readonly alsoSee: readonly ["11-agent-packs-and-ops"];
388
+ }, {
389
+ readonly id: "install-metadata-pack";
390
+ readonly title: "Author and install a metadata pack";
391
+ readonly goal: "Shape agents/OT/CT/abstracts and install/publish deliberately — never auto.";
392
+ readonly audiences: readonly ["developers"];
393
+ readonly tags: readonly ["metadata", "install"];
394
+ readonly path: readonly [{
395
+ readonly bookId: "05-metadata-agents-abstracts";
396
+ readonly audience: "developers";
397
+ readonly chapters: readonly ["2-pack-shape-memorix-metadata-1", "3-agents-and-inheritance", "9-install-and-publish-never-auto", "11-hard-rules-for-metadata-authors"];
398
+ }];
399
+ readonly alsoSee: readonly ["11-agent-packs-and-ops", "10-intelligence"];
400
+ }, {
401
+ readonly id: "custom-kind-descriptors";
402
+ readonly title: "Store custom UI kind descriptors";
403
+ readonly goal: "Use kindDeclarations / extensions for client-owned tabs without a new engine.";
404
+ readonly audiences: readonly ["developers"];
405
+ readonly tags: readonly ["metadata", "kinds", "ui"];
406
+ readonly path: readonly [{
407
+ readonly bookId: "05-metadata-agents-abstracts";
408
+ readonly audience: "developers";
409
+ readonly chapters: readonly ["8-built-in-vs-custom-kinds"];
410
+ }, {
411
+ readonly bookId: "11-agent-packs-and-ops";
412
+ readonly audience: "developers";
413
+ readonly chapters: readonly ["5-custom-kinds-in-a-pack"];
414
+ }];
415
+ readonly alsoSee: readonly ["09-workflow-and-studio"];
416
+ }, {
417
+ readonly id: "build-callable-service";
418
+ readonly title: "Build a service Memorix pipelines invoke";
419
+ readonly goal: "Decide you need a service, define it, implement handlers, bind, and invoke from a step.";
420
+ readonly audiences: readonly ["developers"];
421
+ readonly tags: readonly ["services", "pipelines"];
422
+ readonly path: readonly [{
423
+ readonly bookId: "07-services";
424
+ readonly audience: "developers";
425
+ readonly chapters: readonly ["1-do-i-need-a-service", "2-one-model-roles-catalog", "3-define-the-service", "4-implement-the-handler", "7-invoke-from-a-pipeline"];
426
+ }];
427
+ readonly alsoSee: readonly ["08-pipelines"];
428
+ }, {
429
+ readonly id: "http-process-compliance";
430
+ readonly title: "HTTP process compliance (ports / health / live)";
431
+ readonly goal: "Wire core-service, ports-manager, and api-live-view for any process that binds HTTP.";
432
+ readonly audiences: readonly ["developers"];
433
+ readonly tags: readonly ["ports", "core-service", "http"];
434
+ readonly path: readonly [{
435
+ readonly bookId: "07-services";
436
+ readonly audience: "developers";
437
+ readonly chapters: readonly ["14-reference", "6-bind-and-deploy"];
438
+ }, {
439
+ readonly bookId: "00-platform-overview";
440
+ readonly audience: "developers";
441
+ readonly chapters: readonly ["7-local-stack-quick-start"];
442
+ }];
443
+ readonly alsoSee: readonly ["13-migration-troubleshooting"];
444
+ }, {
445
+ readonly id: "author-pipeline-e2e";
446
+ readonly title: "Author and run a pipeline end-to-end";
447
+ readonly goal: "Define steps, execute under g12ops*, and observe runs/artifacts.";
448
+ readonly audiences: readonly ["developers"];
449
+ readonly tags: readonly ["pipelines", "ops"];
450
+ readonly path: readonly [{
451
+ readonly bookId: "08-pipelines";
452
+ readonly audience: "developers";
453
+ readonly chapters: readonly ["1-pipeline-definition", "2-execution-model", "4-step-types-one-by-one", "13-complete-ops-tutorial"];
454
+ }];
455
+ readonly alsoSee: readonly ["07-services", "11-agent-packs-and-ops"];
456
+ }, {
457
+ readonly id: "ai-pipeline-fail-closed";
458
+ readonly title: "AI pipeline steps fail closed";
459
+ readonly goal: "Add AI steps without silent invention; keep validation and retries honest.";
460
+ readonly audiences: readonly ["developers"];
461
+ readonly tags: readonly ["pipelines", "ai"];
462
+ readonly path: readonly [{
463
+ readonly bookId: "08-pipelines";
464
+ readonly audience: "developers";
465
+ readonly chapters: readonly ["8-ai-pipelines", "11-errors-catalog"];
466
+ }, {
467
+ readonly bookId: "07-services";
468
+ readonly audience: "developers";
469
+ readonly chapters: readonly ["9-secrets-validation-reliability"];
470
+ }];
471
+ readonly alsoSee: readonly ["10-intelligence"];
472
+ }, {
473
+ readonly id: "pipeline-retry-evidence";
474
+ readonly title: "Retry a failed pipeline step with evidence";
475
+ readonly goal: "Operate failed attempts, retry safely, and keep artifacts for forensics.";
476
+ readonly audiences: readonly ["developers"];
477
+ readonly tags: readonly ["pipelines", "ops", "retry"];
478
+ readonly path: readonly [{
479
+ readonly bookId: "08-pipelines";
480
+ readonly audience: "developers";
481
+ readonly chapters: readonly ["10-operations", "11-errors-catalog", "14-antipatterns-and-troubleshooting"];
482
+ }];
483
+ readonly alsoSee: readonly ["09-workflow-and-studio"];
484
+ }, {
485
+ readonly id: "embed-studio-host";
486
+ readonly title: "Embed Studio in a host app";
487
+ readonly goal: "Map scope bar to HTTP headers and embed the sole product UI correctly.";
488
+ readonly audiences: readonly ["developers"];
489
+ readonly tags: readonly ["studio", "embedding"];
490
+ readonly path: readonly [{
491
+ readonly bookId: "09-workflow-and-studio";
492
+ readonly audience: "developers";
493
+ readonly chapters: readonly ["1-studio-constraint-service-only-ui", "3-scope-bar-http-headers", "7-embedding-guidance-for-host-apps"];
494
+ }];
495
+ readonly alsoSee: readonly ["00-platform-overview"];
496
+ }, {
497
+ readonly id: "workflow-sibling-api";
498
+ readonly title: "Work with workflow sibling content via API";
499
+ readonly goal: "Treat workflow as sibling content under /api/workflow, not a separate product.";
500
+ readonly audiences: readonly ["developers"];
501
+ readonly tags: readonly ["workflow", "http"];
502
+ readonly path: readonly [{
503
+ readonly bookId: "09-workflow-and-studio";
504
+ readonly audience: "developers";
505
+ readonly chapters: readonly ["4-workflow-is-sibling-content", "5-workflow-http-api-workflow"];
506
+ }, {
507
+ readonly bookId: "02-runtime-data-client";
508
+ readonly audience: "developers";
509
+ readonly chapters: readonly ["16-workflow-clients"];
510
+ }];
511
+ readonly alsoSee: readonly ["01-format-for-dummies"];
512
+ }, {
513
+ readonly id: "intelligence-propose-install";
514
+ readonly title: "Intelligence propose → human install";
515
+ readonly goal: "Profile and propose metadata, then install only via deliberate human action.";
516
+ readonly audiences: readonly ["developers"];
517
+ readonly tags: readonly ["intelligence", "metadata"];
518
+ readonly path: readonly [{
519
+ readonly bookId: "10-intelligence";
520
+ readonly audience: "developers";
521
+ readonly chapters: readonly ["2-deterministic-profile-first", "3-propose-from-evidence", "4-human-install-the-only-write-path", "15-anti-patterns"];
522
+ }, {
523
+ readonly bookId: "05-metadata-agents-abstracts";
524
+ readonly audience: "developers";
525
+ readonly chapters: readonly ["9-install-and-publish-never-auto"];
526
+ }];
527
+ readonly alsoSee: readonly ["04-data-access-patterns"];
528
+ }, {
529
+ readonly id: "ops-pack-fixtures";
530
+ readonly title: "Package ops fixtures and acceptance harness";
531
+ readonly goal: "Build or extend an agent pack with g12ops* acceptance, goldens, and harness commands.";
532
+ readonly audiences: readonly ["developers"];
533
+ readonly tags: readonly ["ops-pack", "fixtures", "acceptance"];
534
+ readonly path: readonly [{
535
+ readonly bookId: "11-agent-packs-and-ops";
536
+ readonly audience: "developers";
537
+ readonly chapters: readonly ["2-pack-layout", "3-harness-up-down-reset-accept", "7-install-into-a-fresh-acceptance-org", "6-golden-v2-validation"];
538
+ }];
539
+ readonly alsoSee: readonly ["00-platform-overview"];
540
+ }, {
541
+ readonly id: "knowx-claims-review";
542
+ readonly title: "Build KnowX claims with human review";
543
+ readonly goal: "Model NODE/EDGE claims with provenance and run the fixture path without live AI.";
544
+ readonly audiences: readonly ["developers"];
545
+ readonly tags: readonly ["knowx", "provenance"];
546
+ readonly path: readonly [{
547
+ readonly bookId: "12-knowx";
548
+ readonly audience: "developers";
549
+ readonly chapters: readonly ["1-core-architecture", "2-mandatory-provenance-and-sourcespan", "5-modeling-edge-assertions-claims", "6-human-review-via-siblings", "10-full-runnable-fixture-no-live-ai"];
550
+ }];
551
+ readonly alsoSee: readonly ["06-relationships-and-memory", "08-pipelines"];
552
+ }, {
553
+ readonly id: "migrate-associated-star";
554
+ readonly title: "Migrate associated* present format to V2";
555
+ readonly goal: "Reject associated* payloads and migrate envelopes with memorix-format tooling.";
556
+ readonly audiences: readonly ["developers"];
557
+ readonly tags: readonly ["migration", "format"];
558
+ readonly path: readonly [{
559
+ readonly bookId: "13-migration-troubleshooting";
560
+ readonly audience: "developers";
561
+ readonly chapters: readonly ["1-present-memorix-record-2", "2-associated-rejection-what-v2-forbids", "12-associated-migration-table-detail", "14-sample-migrate-cli-session"];
562
+ }];
563
+ readonly alsoSee: readonly ["01-format-for-dummies"];
564
+ }, {
565
+ readonly id: "troubleshoot-http-matrix";
566
+ readonly title: "Troubleshoot runtime HTTP failures";
567
+ readonly goal: "Use the failure matrix and escalate packet when stuck.";
568
+ readonly audiences: readonly ["developers"];
569
+ readonly tags: readonly ["troubleshooting", "http"];
570
+ readonly path: readonly [{
571
+ readonly bookId: "13-migration-troubleshooting";
572
+ readonly audience: "developers";
573
+ readonly chapters: readonly ["4-failure-matrix-runtime-http", "11-escalate-packet-for-humans-builders", "13-end-to-end-repair-playbooks"];
574
+ }];
575
+ readonly alsoSee: readonly ["02-runtime-data-client"];
576
+ }, {
577
+ readonly id: "trusted-in-process-embed";
578
+ readonly title: "Embed Memorix engines in a trusted host";
579
+ readonly goal: "Know when in-process packages are allowed vs remote HTTP-only clients.";
580
+ readonly audiences: readonly ["developers"];
581
+ readonly tags: readonly ["embedding", "packages"];
582
+ readonly path: readonly [{
583
+ readonly bookId: "00-platform-overview";
584
+ readonly audience: "developers";
585
+ readonly chapters: readonly ["5-sixteen-packages-when-to-use-what", "8-hard-product-rules-integrator-checklist"];
586
+ }, {
587
+ readonly bookId: "10-intelligence";
588
+ readonly audience: "developers";
589
+ readonly chapters: readonly ["12-in-process-vs-http"];
590
+ }];
591
+ readonly alsoSee: readonly ["07-services"];
592
+ }, {
593
+ readonly id: "data-journey-evidence";
594
+ readonly title: "Use data-journey matrix and evidence APIs";
595
+ readonly goal: "Drive Explore/evidence UIs via /api/data-journey without inventing coverage rules.";
596
+ readonly audiences: readonly ["developers"];
597
+ readonly tags: readonly ["data-journey", "evidence", "http"];
598
+ readonly path: readonly [{
599
+ readonly bookId: "02-runtime-data-client";
600
+ readonly audience: "developers";
601
+ readonly chapters: readonly ["17-operational-clients"];
602
+ }, {
603
+ readonly bookId: "04-data-access-patterns";
604
+ readonly audience: "developers";
605
+ readonly chapters: readonly ["19-observability", "2-master-decision-matrix"];
606
+ }];
607
+ readonly alsoSee: readonly ["03-lists-queries-pagination"];
608
+ }, {
609
+ readonly id: "local-acceptance-g12ops";
610
+ readonly title: "Run local acceptance on g12ops*";
611
+ readonly goal: "Bring up the stack with ops-pack and prove the ops narrative in an isolated org.";
612
+ readonly audiences: readonly ["developers"];
613
+ readonly tags: readonly ["acceptance", "ops", "local"];
614
+ readonly path: readonly [{
615
+ readonly bookId: "00-platform-overview";
616
+ readonly audience: "developers";
617
+ readonly chapters: readonly ["6-the-ops-mental-path-end-to-end", "7-local-stack-quick-start"];
618
+ }, {
619
+ readonly bookId: "11-agent-packs-and-ops";
620
+ readonly audience: "developers";
621
+ readonly chapters: readonly ["3-harness-up-down-reset-accept", "7-install-into-a-fresh-acceptance-org"];
622
+ }];
623
+ readonly alsoSee: readonly ["13-migration-troubleshooting"];
624
+ }, {
625
+ readonly id: "openapi-typed-client";
626
+ readonly title: "Orient on OpenAPI / typed clients";
627
+ readonly goal: "Find OpenAPI generation workflow and keep clients aligned with the service.";
628
+ readonly audiences: readonly ["developers"];
629
+ readonly tags: readonly ["openapi", "client"];
630
+ readonly path: readonly [{
631
+ readonly bookId: "09-workflow-and-studio";
632
+ readonly audience: "developers";
633
+ readonly chapters: readonly ["8-relation-to-data-plane-and-openapi", "12-openapi-generation-workflow"];
634
+ }, {
635
+ readonly bookId: "00-platform-overview";
636
+ readonly audience: "developers";
637
+ readonly chapters: readonly ["4-api-families"];
638
+ }];
639
+ readonly alsoSee: readonly ["02-runtime-data-client"];
640
+ }, {
641
+ readonly id: "studio-design-types";
642
+ readonly title: "Design object and content types in Studio";
643
+ readonly goal: "Change product shape in Design without shipping engine code.";
644
+ readonly audiences: readonly ["builders"];
645
+ readonly tags: readonly ["studio", "design", "metadata"];
646
+ readonly path: readonly [{
647
+ readonly bookId: "09-workflow-and-studio";
648
+ readonly audience: "builders";
649
+ readonly chapters: readonly ["1-scope-bar-first-always", "2-design"];
650
+ }, {
651
+ readonly bookId: "05-metadata-agents-abstracts";
652
+ readonly audience: "builders";
653
+ readonly chapters: readonly ["2-design-screens-you-will-use", "3-builder-workflow-ops"];
654
+ }];
655
+ readonly alsoSee: readonly ["01-format-for-dummies"];
656
+ }, {
657
+ readonly id: "studio-operate-pipelines";
658
+ readonly title: "Operate pipelines in Studio";
659
+ readonly goal: "Run, retry, and inspect pipeline health from Operate.";
660
+ readonly audiences: readonly ["builders"];
661
+ readonly tags: readonly ["studio", "pipelines", "operate"];
662
+ readonly path: readonly [{
663
+ readonly bookId: "09-workflow-and-studio";
664
+ readonly audience: "builders";
665
+ readonly chapters: readonly ["3-operate"];
666
+ }, {
667
+ readonly bookId: "08-pipelines";
668
+ readonly audience: "builders";
669
+ readonly chapters: readonly ["4-runs-attempts-and-artifacts", "6-retry-etiquette", "9-operate-checklist"];
670
+ }];
671
+ readonly alsoSee: readonly ["07-services"];
672
+ }, {
673
+ readonly id: "studio-explore-subject";
674
+ readonly title: "Explore a composed subject in Studio";
675
+ readonly goal: "Read composition vs relationships visually in Explore.";
676
+ readonly audiences: readonly ["builders"];
677
+ readonly tags: readonly ["studio", "explore"];
678
+ readonly path: readonly [{
679
+ readonly bookId: "09-workflow-and-studio";
680
+ readonly audience: "builders";
681
+ readonly chapters: readonly ["4-explore"];
682
+ }, {
683
+ readonly bookId: "01-format-for-dummies";
684
+ readonly audience: "builders";
685
+ readonly chapters: readonly ["1-what-you-see-in-explore", "2-composition-vs-relationship"];
686
+ }];
687
+ readonly alsoSee: readonly ["06-relationships-and-memory"];
688
+ }, {
689
+ readonly id: "studio-review-intelligence";
690
+ readonly title: "Review intelligence proposals in Studio";
691
+ readonly goal: "Accept evidence, reject bad proposals, install only deliberately.";
692
+ readonly audiences: readonly ["builders"];
693
+ readonly tags: readonly ["studio", "intelligence"];
694
+ readonly path: readonly [{
695
+ readonly bookId: "10-intelligence";
696
+ readonly audience: "builders";
697
+ readonly chapters: readonly ["1-where-in-studio", "2-what-good-evidence-looks-like", "3-review-reject-install-checklist"];
698
+ }];
699
+ readonly alsoSee: readonly ["05-metadata-agents-abstracts"];
700
+ }, {
701
+ readonly id: "studio-stale-conflict-ui";
702
+ readonly title: "Resolve stale conflicts from the UI";
703
+ readonly goal: "Recognize revision conflicts and recover without losing the other writer’s work blindly.";
704
+ readonly audiences: readonly ["builders"];
705
+ readonly tags: readonly ["studio", "conflicts"];
706
+ readonly path: readonly [{
707
+ readonly bookId: "13-migration-troubleshooting";
708
+ readonly audience: "builders";
709
+ readonly chapters: readonly ["2-stale-conflicts-what-you-should-do", "4-symptom-where-to-click"];
710
+ }, {
711
+ readonly bookId: "01-format-for-dummies";
712
+ readonly audience: "builders";
713
+ readonly chapters: readonly ["4-revision-why-saves-sometimes-conflict"];
714
+ }];
715
+ readonly alsoSee: readonly ["09-workflow-and-studio"];
716
+ }, {
717
+ readonly id: "studio-scope-isolation";
718
+ readonly title: "Keep workspaces isolated via the scope bar";
719
+ readonly goal: "Never mix orgs/workspaces; treat scope as the product boundary.";
720
+ readonly audiences: readonly ["builders"];
721
+ readonly tags: readonly ["studio", "scope", "isolation"];
722
+ readonly path: readonly [{
723
+ readonly bookId: "09-workflow-and-studio";
724
+ readonly audience: "builders";
725
+ readonly chapters: readonly ["1-scope-bar-first-always", "6-operator-ux-rules"];
726
+ }, {
727
+ readonly bookId: "00-platform-overview";
728
+ readonly audience: "builders";
729
+ readonly chapters: readonly ["6-rules-builders-enforce", "9-acceptance-workspace"];
730
+ }];
731
+ readonly alsoSee: readonly ["11-agent-packs-and-ops"];
732
+ }, {
733
+ readonly id: "builder-acceptance-ops";
734
+ readonly title: "Acceptance tour on the ops narrative";
735
+ readonly goal: "Walk WI-100 / employees success path in Studio without API deep-dive.";
736
+ readonly audiences: readonly ["builders"];
737
+ readonly tags: readonly ["acceptance", "ops", "studio"];
738
+ readonly path: readonly [{
739
+ readonly bookId: "00-platform-overview";
740
+ readonly audience: "builders";
741
+ readonly chapters: readonly ["5-a-short-ops-tour-what-success-looks-like", "9-acceptance-workspace"];
742
+ }, {
743
+ readonly bookId: "09-workflow-and-studio";
744
+ readonly audience: "builders";
745
+ readonly chapters: readonly ["7-short-ops-tour-acceptance"];
746
+ }, {
747
+ readonly bookId: "11-agent-packs-and-ops";
748
+ readonly audience: "builders";
749
+ readonly chapters: readonly ["1-what-you-should-see-after-a-good-install", "2-install-checklist-fresh-g12ops"];
750
+ }];
751
+ readonly alsoSee: readonly ["08-pipelines"];
752
+ }];
753
+ };
754
+ export declare const site: {
755
+ readonly product: "memorix";
756
+ readonly brand: "memorix · docs";
757
+ readonly brandAccent: "docs";
758
+ readonly siteUrl: "https://ebooks.memorix.x12i.com";
759
+ readonly knowledgePackage: "@x12i/memorix-docs";
760
+ readonly footer: "field-ebooks.x12i.com";
761
+ readonly accent: "oklch(55% 0.15 260)";
762
+ readonly accentAlt: "oklch(60% 0.15 40)";
763
+ readonly productUrl: "https://memorix.x12i.com";
764
+ readonly nav: readonly [{
765
+ readonly label: "Getting started";
766
+ readonly href: "/getting-started";
767
+ }, {
768
+ readonly label: "Use cases";
769
+ readonly href: "/use-cases";
770
+ }, {
771
+ readonly label: "Catalog";
772
+ readonly href: "/catalog";
773
+ }];
774
+ readonly footerLinks: readonly [{
775
+ readonly label: "Docs home";
776
+ readonly href: "/docs";
777
+ }, {
778
+ readonly label: "Getting started";
779
+ readonly href: "/getting-started";
780
+ }, {
781
+ readonly label: "Use cases";
782
+ readonly href: "/use-cases";
783
+ }, {
784
+ readonly label: "Catalog";
785
+ readonly href: "/catalog";
786
+ }, {
787
+ readonly label: "Agents/SDK";
788
+ readonly href: "/agents";
789
+ }, {
790
+ readonly label: "GitHub monorepo README";
791
+ readonly href: "https://github.com/x12i/memorix-mono-repo";
792
+ }];
793
+ };
794
+ export declare const manifest: {
795
+ readonly version: 1;
796
+ readonly product: "memorix";
797
+ readonly site: "https://ebooks.memorix.x12i.com";
798
+ readonly knowledgePackage: "@x12i/memorix-docs";
799
+ readonly roles: readonly ["developers", "builders"];
800
+ readonly books: readonly [{
801
+ readonly id: "00-platform-overview";
802
+ readonly audiences: readonly ["developers", "builders"];
803
+ readonly md: {
804
+ readonly developers: "downloads/books/00-platform-overview/developers.md";
805
+ readonly builders: "downloads/books/00-platform-overview/builders.md";
806
+ };
807
+ readonly pdf: {
808
+ readonly developers: null;
809
+ readonly builders: null;
810
+ };
811
+ readonly chapters: {
812
+ readonly developers: "downloads/books/00-platform-overview/developers.chapters.json";
813
+ readonly builders: "downloads/books/00-platform-overview/builders.chapters.json";
814
+ };
815
+ }, {
816
+ readonly id: "01-format-for-dummies";
817
+ readonly audiences: readonly ["developers", "builders"];
818
+ readonly md: {
819
+ readonly developers: "downloads/books/01-format-for-dummies/developers.md";
820
+ readonly builders: "downloads/books/01-format-for-dummies/builders.md";
821
+ };
822
+ readonly pdf: {
823
+ readonly developers: null;
824
+ readonly builders: null;
825
+ };
826
+ readonly chapters: {
827
+ readonly developers: "downloads/books/01-format-for-dummies/developers.chapters.json";
828
+ readonly builders: "downloads/books/01-format-for-dummies/builders.chapters.json";
829
+ };
830
+ }, {
831
+ readonly id: "02-runtime-data-client";
832
+ readonly audiences: readonly ["developers"];
833
+ readonly md: {
834
+ readonly developers: "downloads/books/02-runtime-data-client/developers.md";
835
+ };
836
+ readonly pdf: {
837
+ readonly developers: null;
838
+ };
839
+ readonly chapters: {
840
+ readonly developers: "downloads/books/02-runtime-data-client/developers.chapters.json";
841
+ };
842
+ }, {
843
+ readonly id: "03-lists-queries-pagination";
844
+ readonly audiences: readonly ["developers"];
845
+ readonly md: {
846
+ readonly developers: "downloads/books/03-lists-queries-pagination/developers.md";
847
+ };
848
+ readonly pdf: {
849
+ readonly developers: null;
850
+ };
851
+ readonly chapters: {
852
+ readonly developers: "downloads/books/03-lists-queries-pagination/developers.chapters.json";
853
+ };
854
+ }, {
855
+ readonly id: "04-data-access-patterns";
856
+ readonly audiences: readonly ["developers"];
857
+ readonly md: {
858
+ readonly developers: "downloads/books/04-data-access-patterns/developers.md";
859
+ };
860
+ readonly pdf: {
861
+ readonly developers: null;
862
+ };
863
+ readonly chapters: {
864
+ readonly developers: "downloads/books/04-data-access-patterns/developers.chapters.json";
865
+ };
866
+ }, {
867
+ readonly id: "05-metadata-agents-abstracts";
868
+ readonly audiences: readonly ["developers", "builders"];
869
+ readonly md: {
870
+ readonly developers: "downloads/books/05-metadata-agents-abstracts/developers.md";
871
+ readonly builders: "downloads/books/05-metadata-agents-abstracts/builders.md";
872
+ };
873
+ readonly pdf: {
874
+ readonly developers: null;
875
+ readonly builders: null;
876
+ };
877
+ readonly chapters: {
878
+ readonly developers: "downloads/books/05-metadata-agents-abstracts/developers.chapters.json";
879
+ readonly builders: "downloads/books/05-metadata-agents-abstracts/builders.chapters.json";
880
+ };
881
+ }, {
882
+ readonly id: "06-relationships-and-memory";
883
+ readonly audiences: readonly ["developers", "builders"];
884
+ readonly md: {
885
+ readonly developers: "downloads/books/06-relationships-and-memory/developers.md";
886
+ readonly builders: "downloads/books/06-relationships-and-memory/builders.md";
887
+ };
888
+ readonly pdf: {
889
+ readonly developers: null;
890
+ readonly builders: null;
891
+ };
892
+ readonly chapters: {
893
+ readonly developers: "downloads/books/06-relationships-and-memory/developers.chapters.json";
894
+ readonly builders: "downloads/books/06-relationships-and-memory/builders.chapters.json";
895
+ };
896
+ }, {
897
+ readonly id: "07-services";
898
+ readonly audiences: readonly ["developers", "builders"];
899
+ readonly md: {
900
+ readonly developers: "downloads/books/07-services/developers.md";
901
+ readonly builders: "downloads/books/07-services/builders.md";
902
+ };
903
+ readonly pdf: {
904
+ readonly developers: null;
905
+ readonly builders: null;
906
+ };
907
+ readonly chapters: {
908
+ readonly developers: "downloads/books/07-services/developers.chapters.json";
909
+ readonly builders: "downloads/books/07-services/builders.chapters.json";
910
+ };
911
+ }, {
912
+ readonly id: "08-pipelines";
913
+ readonly audiences: readonly ["developers", "builders"];
914
+ readonly md: {
915
+ readonly developers: "downloads/books/08-pipelines/developers.md";
916
+ readonly builders: "downloads/books/08-pipelines/builders.md";
917
+ };
918
+ readonly pdf: {
919
+ readonly developers: null;
920
+ readonly builders: null;
921
+ };
922
+ readonly chapters: {
923
+ readonly developers: "downloads/books/08-pipelines/developers.chapters.json";
924
+ readonly builders: "downloads/books/08-pipelines/builders.chapters.json";
925
+ };
926
+ }, {
927
+ readonly id: "09-workflow-and-studio";
928
+ readonly audiences: readonly ["developers", "builders"];
929
+ readonly md: {
930
+ readonly developers: "downloads/books/09-workflow-and-studio/developers.md";
931
+ readonly builders: "downloads/books/09-workflow-and-studio/builders.md";
932
+ };
933
+ readonly pdf: {
934
+ readonly developers: null;
935
+ readonly builders: null;
936
+ };
937
+ readonly chapters: {
938
+ readonly developers: "downloads/books/09-workflow-and-studio/developers.chapters.json";
939
+ readonly builders: "downloads/books/09-workflow-and-studio/builders.chapters.json";
940
+ };
941
+ }, {
942
+ readonly id: "10-intelligence";
943
+ readonly audiences: readonly ["developers", "builders"];
944
+ readonly md: {
945
+ readonly developers: "downloads/books/10-intelligence/developers.md";
946
+ readonly builders: "downloads/books/10-intelligence/builders.md";
947
+ };
948
+ readonly pdf: {
949
+ readonly developers: null;
950
+ readonly builders: null;
951
+ };
952
+ readonly chapters: {
953
+ readonly developers: "downloads/books/10-intelligence/developers.chapters.json";
954
+ readonly builders: "downloads/books/10-intelligence/builders.chapters.json";
955
+ };
956
+ }, {
957
+ readonly id: "11-agent-packs-and-ops";
958
+ readonly audiences: readonly ["developers", "builders"];
959
+ readonly md: {
960
+ readonly developers: "downloads/books/11-agent-packs-and-ops/developers.md";
961
+ readonly builders: "downloads/books/11-agent-packs-and-ops/builders.md";
962
+ };
963
+ readonly pdf: {
964
+ readonly developers: null;
965
+ readonly builders: null;
966
+ };
967
+ readonly chapters: {
968
+ readonly developers: "downloads/books/11-agent-packs-and-ops/developers.chapters.json";
969
+ readonly builders: "downloads/books/11-agent-packs-and-ops/builders.chapters.json";
970
+ };
971
+ }, {
972
+ readonly id: "12-knowx";
973
+ readonly audiences: readonly ["developers", "builders"];
974
+ readonly md: {
975
+ readonly developers: "downloads/books/12-knowx/developers.md";
976
+ readonly builders: "downloads/books/12-knowx/builders.md";
977
+ };
978
+ readonly pdf: {
979
+ readonly developers: null;
980
+ readonly builders: null;
981
+ };
982
+ readonly chapters: {
983
+ readonly developers: "downloads/books/12-knowx/developers.chapters.json";
984
+ readonly builders: "downloads/books/12-knowx/builders.chapters.json";
985
+ };
986
+ }, {
987
+ readonly id: "13-migration-troubleshooting";
988
+ readonly audiences: readonly ["developers", "builders"];
989
+ readonly md: {
990
+ readonly developers: "downloads/books/13-migration-troubleshooting/developers.md";
991
+ readonly builders: "downloads/books/13-migration-troubleshooting/builders.md";
992
+ };
993
+ readonly pdf: {
994
+ readonly developers: null;
995
+ readonly builders: null;
996
+ };
997
+ readonly chapters: {
998
+ readonly developers: "downloads/books/13-migration-troubleshooting/developers.chapters.json";
999
+ readonly builders: "downloads/books/13-migration-troubleshooting/builders.chapters.json";
1000
+ };
1001
+ }];
1002
+ readonly useCases: readonly [{
1003
+ readonly id: "orient-platform";
1004
+ readonly title: "Orient on Memorix after G12";
1005
+ readonly md: "downloads/use-cases/orient-platform.md";
1006
+ readonly path: readonly [{
1007
+ readonly bookId: "00-platform-overview";
1008
+ readonly audience: "developers";
1009
+ readonly chapters: readonly ["the-central-mental-model", "2-architecture", "8-hard-product-rules-integrator-checklist", "10-decision-tree-which-ebook-next"];
1010
+ }];
1011
+ }, {
1012
+ readonly id: "learn-record-envelope";
1013
+ readonly title: "Learn the memorix-record/2 envelope";
1014
+ readonly md: "downloads/use-cases/learn-record-envelope.md";
1015
+ readonly path: readonly [{
1016
+ readonly bookId: "01-format-for-dummies";
1017
+ readonly audience: "developers";
1018
+ readonly chapters: readonly ["2-anatomy-of-memorix-record-2", "4-object-type-content-type-and-data-category", "9-composition-same-subject-different-content", "10-discriminated-content-instances", "12-relationships-are-not-record-content"];
1019
+ }];
1020
+ }, {
1021
+ readonly id: "client-first-read-write";
1022
+ readonly title: "Product backend first safe read/write";
1023
+ readonly md: "downloads/use-cases/client-first-read-write.md";
1024
+ readonly path: readonly [{
1025
+ readonly bookId: "02-runtime-data-client";
1026
+ readonly audience: "developers";
1027
+ readonly chapters: readonly ["2-connection-and-scope", "4-exact-content-reads", "6-explicit-composition", "9-concrete-writes", "10-patch-language"];
1028
+ }, {
1029
+ readonly bookId: "04-data-access-patterns";
1030
+ readonly audience: "developers";
1031
+ readonly chapters: readonly ["2-master-decision-matrix"];
1032
+ }];
1033
+ }, {
1034
+ readonly id: "choose-access-method";
1035
+ readonly title: "Choose the right access method";
1036
+ readonly md: "downloads/use-cases/choose-access-method.md";
1037
+ readonly path: readonly [{
1038
+ readonly bookId: "04-data-access-patterns";
1039
+ readonly audience: "developers";
1040
+ readonly chapters: readonly ["2-master-decision-matrix", "5-exact-read-versus-list", "25-decision-tree"];
1041
+ }];
1042
+ }, {
1043
+ readonly id: "lists-cursors-pagination";
1044
+ readonly title: "List, filter, and paginate correctly";
1045
+ readonly md: "downloads/use-cases/lists-cursors-pagination.md";
1046
+ readonly path: readonly [{
1047
+ readonly bookId: "03-lists-queries-pagination";
1048
+ readonly audience: "developers";
1049
+ readonly chapters: readonly ["3-common-list-response-pageinfo-contract", "8-cursor-contract", "9-pagination-guarantees", "21-client-side-iteration-patterns"];
1050
+ }];
1051
+ }, {
1052
+ readonly id: "compose-for-ui";
1053
+ readonly title: "Compose a subject for a UI view";
1054
+ readonly md: "downloads/use-cases/compose-for-ui.md";
1055
+ readonly path: readonly [{
1056
+ readonly bookId: "02-runtime-data-client";
1057
+ readonly audience: "developers";
1058
+ readonly chapters: readonly ["6-explicit-composition"];
1059
+ }, {
1060
+ readonly bookId: "04-data-access-patterns";
1061
+ readonly audience: "developers";
1062
+ readonly chapters: readonly ["6-composition-versus-multiple-gets"];
1063
+ }];
1064
+ }, {
1065
+ readonly id: "abstract-people-list";
1066
+ readonly title: "Multi-type abstract list (People)";
1067
+ readonly md: "downloads/use-cases/abstract-people-list.md";
1068
+ readonly path: readonly [{
1069
+ readonly bookId: "05-metadata-agents-abstracts";
1070
+ readonly audience: "developers";
1071
+ readonly chapters: readonly ["5-abstracts-virtual-unions-only", "7-views-writes-and-the-client-effective-metadata-pattern"];
1072
+ }, {
1073
+ readonly bookId: "02-runtime-data-client";
1074
+ readonly audience: "developers";
1075
+ readonly chapters: readonly ["7-abstract-reads", "12-abstract-writes"];
1076
+ }];
1077
+ }, {
1078
+ readonly id: "metadata-before-write";
1079
+ readonly title: "Discover effective metadata before writing";
1080
+ readonly md: "downloads/use-cases/metadata-before-write.md";
1081
+ readonly path: readonly [{
1082
+ readonly bookId: "02-runtime-data-client";
1083
+ readonly audience: "developers";
1084
+ readonly chapters: readonly ["3-metadata-discovery-for-runtime-clients"];
1085
+ }, {
1086
+ readonly bookId: "05-metadata-agents-abstracts";
1087
+ readonly audience: "developers";
1088
+ readonly chapters: readonly ["7-views-writes-and-the-client-effective-metadata-pattern", "9-install-and-publish-never-auto"];
1089
+ }];
1090
+ }, {
1091
+ readonly id: "revision-stale-conflicts";
1092
+ readonly title: "Handle revision / stale conflicts";
1093
+ readonly md: "downloads/use-cases/revision-stale-conflicts.md";
1094
+ readonly path: readonly [{
1095
+ readonly bookId: "02-runtime-data-client";
1096
+ readonly audience: "developers";
1097
+ readonly chapters: readonly ["10-patch-language", "18-error-catalog-client-facing"];
1098
+ }, {
1099
+ readonly bookId: "13-migration-troubleshooting";
1100
+ readonly audience: "developers";
1101
+ readonly chapters: readonly ["4-failure-matrix-runtime-http"];
1102
+ }];
1103
+ }, {
1104
+ readonly id: "discriminated-content-writes";
1105
+ readonly title: "Write analysis / decision / narrative content";
1106
+ readonly md: "downloads/use-cases/discriminated-content-writes.md";
1107
+ readonly path: readonly [{
1108
+ readonly bookId: "02-runtime-data-client";
1109
+ readonly audience: "developers";
1110
+ readonly chapters: readonly ["11-discriminated-content-writes"];
1111
+ }, {
1112
+ readonly bookId: "01-format-for-dummies";
1113
+ readonly audience: "developers";
1114
+ readonly chapters: readonly ["10-discriminated-content-instances"];
1115
+ }, {
1116
+ readonly bookId: "04-data-access-patterns";
1117
+ readonly audience: "developers";
1118
+ readonly chapters: readonly ["15-workflow-analysis-and-decision-content"];
1119
+ }];
1120
+ }, {
1121
+ readonly id: "memory-hourly-ingest";
1122
+ readonly title: "Ingest an external system on a schedule";
1123
+ readonly md: "downloads/use-cases/memory-hourly-ingest.md";
1124
+ readonly path: readonly [{
1125
+ readonly bookId: "06-relationships-and-memory";
1126
+ readonly audience: "developers";
1127
+ readonly chapters: readonly ["2-memory-exact-source-landing"];
1128
+ }, {
1129
+ readonly bookId: "08-pipelines";
1130
+ readonly audience: "developers";
1131
+ readonly chapters: readonly ["1-pipeline-definition", "13-complete-ops-tutorial"];
1132
+ }, {
1133
+ readonly bookId: "04-data-access-patterns";
1134
+ readonly audience: "developers";
1135
+ readonly chapters: readonly ["13-memory-as-the-preferred-ingestion-mechanism"];
1136
+ }];
1137
+ }, {
1138
+ readonly id: "four-field-links";
1139
+ readonly title: "Link subjects with four-field relationships";
1140
+ readonly md: "downloads/use-cases/four-field-links.md";
1141
+ readonly path: readonly [{
1142
+ readonly bookId: "06-relationships-and-memory";
1143
+ readonly audience: "developers";
1144
+ readonly chapters: readonly ["3-relationships-four-field-links-only", "5-reads-virtual-expansion", "9-hard-rules-relationships-memory"];
1145
+ }, {
1146
+ readonly bookId: "02-runtime-data-client";
1147
+ readonly audience: "developers";
1148
+ readonly chapters: readonly ["8-relationship-reads", "15-relationship-mutation-boundary"];
1149
+ }];
1150
+ }, {
1151
+ readonly id: "relationship-rebuild-verify";
1152
+ readonly title: "Rebuild and verify relationship links";
1153
+ readonly md: "downloads/use-cases/relationship-rebuild-verify.md";
1154
+ readonly path: readonly [{
1155
+ readonly bookId: "06-relationships-and-memory";
1156
+ readonly audience: "developers";
1157
+ readonly chapters: readonly ["4-engine-lifecycle-discover-verify-rebuild-cleanup", "6-ops-narrative-walkthrough"];
1158
+ }];
1159
+ }, {
1160
+ readonly id: "install-metadata-pack";
1161
+ readonly title: "Author and install a metadata pack";
1162
+ readonly md: "downloads/use-cases/install-metadata-pack.md";
1163
+ readonly path: readonly [{
1164
+ readonly bookId: "05-metadata-agents-abstracts";
1165
+ readonly audience: "developers";
1166
+ readonly chapters: readonly ["2-pack-shape-memorix-metadata-1", "3-agents-and-inheritance", "9-install-and-publish-never-auto", "11-hard-rules-for-metadata-authors"];
1167
+ }];
1168
+ }, {
1169
+ readonly id: "custom-kind-descriptors";
1170
+ readonly title: "Store custom UI kind descriptors";
1171
+ readonly md: "downloads/use-cases/custom-kind-descriptors.md";
1172
+ readonly path: readonly [{
1173
+ readonly bookId: "05-metadata-agents-abstracts";
1174
+ readonly audience: "developers";
1175
+ readonly chapters: readonly ["8-built-in-vs-custom-kinds"];
1176
+ }, {
1177
+ readonly bookId: "11-agent-packs-and-ops";
1178
+ readonly audience: "developers";
1179
+ readonly chapters: readonly ["5-custom-kinds-in-a-pack"];
1180
+ }];
1181
+ }, {
1182
+ readonly id: "build-callable-service";
1183
+ readonly title: "Build a service Memorix pipelines invoke";
1184
+ readonly md: "downloads/use-cases/build-callable-service.md";
1185
+ readonly path: readonly [{
1186
+ readonly bookId: "07-services";
1187
+ readonly audience: "developers";
1188
+ readonly chapters: readonly ["1-do-i-need-a-service", "2-one-model-roles-catalog", "3-define-the-service", "4-implement-the-handler", "7-invoke-from-a-pipeline"];
1189
+ }];
1190
+ }, {
1191
+ readonly id: "http-process-compliance";
1192
+ readonly title: "HTTP process compliance (ports / health / live)";
1193
+ readonly md: "downloads/use-cases/http-process-compliance.md";
1194
+ readonly path: readonly [{
1195
+ readonly bookId: "07-services";
1196
+ readonly audience: "developers";
1197
+ readonly chapters: readonly ["14-reference", "6-bind-and-deploy"];
1198
+ }, {
1199
+ readonly bookId: "00-platform-overview";
1200
+ readonly audience: "developers";
1201
+ readonly chapters: readonly ["7-local-stack-quick-start"];
1202
+ }];
1203
+ }, {
1204
+ readonly id: "author-pipeline-e2e";
1205
+ readonly title: "Author and run a pipeline end-to-end";
1206
+ readonly md: "downloads/use-cases/author-pipeline-e2e.md";
1207
+ readonly path: readonly [{
1208
+ readonly bookId: "08-pipelines";
1209
+ readonly audience: "developers";
1210
+ readonly chapters: readonly ["1-pipeline-definition", "2-execution-model", "4-step-types-one-by-one", "13-complete-ops-tutorial"];
1211
+ }];
1212
+ }, {
1213
+ readonly id: "ai-pipeline-fail-closed";
1214
+ readonly title: "AI pipeline steps fail closed";
1215
+ readonly md: "downloads/use-cases/ai-pipeline-fail-closed.md";
1216
+ readonly path: readonly [{
1217
+ readonly bookId: "08-pipelines";
1218
+ readonly audience: "developers";
1219
+ readonly chapters: readonly ["8-ai-pipelines", "11-errors-catalog"];
1220
+ }, {
1221
+ readonly bookId: "07-services";
1222
+ readonly audience: "developers";
1223
+ readonly chapters: readonly ["9-secrets-validation-reliability"];
1224
+ }];
1225
+ }, {
1226
+ readonly id: "pipeline-retry-evidence";
1227
+ readonly title: "Retry a failed pipeline step with evidence";
1228
+ readonly md: "downloads/use-cases/pipeline-retry-evidence.md";
1229
+ readonly path: readonly [{
1230
+ readonly bookId: "08-pipelines";
1231
+ readonly audience: "developers";
1232
+ readonly chapters: readonly ["10-operations", "11-errors-catalog", "14-antipatterns-and-troubleshooting"];
1233
+ }];
1234
+ }, {
1235
+ readonly id: "embed-studio-host";
1236
+ readonly title: "Embed Studio in a host app";
1237
+ readonly md: "downloads/use-cases/embed-studio-host.md";
1238
+ readonly path: readonly [{
1239
+ readonly bookId: "09-workflow-and-studio";
1240
+ readonly audience: "developers";
1241
+ readonly chapters: readonly ["1-studio-constraint-service-only-ui", "3-scope-bar-http-headers", "7-embedding-guidance-for-host-apps"];
1242
+ }];
1243
+ }, {
1244
+ readonly id: "workflow-sibling-api";
1245
+ readonly title: "Work with workflow sibling content via API";
1246
+ readonly md: "downloads/use-cases/workflow-sibling-api.md";
1247
+ readonly path: readonly [{
1248
+ readonly bookId: "09-workflow-and-studio";
1249
+ readonly audience: "developers";
1250
+ readonly chapters: readonly ["4-workflow-is-sibling-content", "5-workflow-http-api-workflow"];
1251
+ }, {
1252
+ readonly bookId: "02-runtime-data-client";
1253
+ readonly audience: "developers";
1254
+ readonly chapters: readonly ["16-workflow-clients"];
1255
+ }];
1256
+ }, {
1257
+ readonly id: "intelligence-propose-install";
1258
+ readonly title: "Intelligence propose → human install";
1259
+ readonly md: "downloads/use-cases/intelligence-propose-install.md";
1260
+ readonly path: readonly [{
1261
+ readonly bookId: "10-intelligence";
1262
+ readonly audience: "developers";
1263
+ readonly chapters: readonly ["2-deterministic-profile-first", "3-propose-from-evidence", "4-human-install-the-only-write-path", "15-anti-patterns"];
1264
+ }, {
1265
+ readonly bookId: "05-metadata-agents-abstracts";
1266
+ readonly audience: "developers";
1267
+ readonly chapters: readonly ["9-install-and-publish-never-auto"];
1268
+ }];
1269
+ }, {
1270
+ readonly id: "ops-pack-fixtures";
1271
+ readonly title: "Package ops fixtures and acceptance harness";
1272
+ readonly md: "downloads/use-cases/ops-pack-fixtures.md";
1273
+ readonly path: readonly [{
1274
+ readonly bookId: "11-agent-packs-and-ops";
1275
+ readonly audience: "developers";
1276
+ readonly chapters: readonly ["2-pack-layout", "3-harness-up-down-reset-accept", "7-install-into-a-fresh-acceptance-org", "6-golden-v2-validation"];
1277
+ }];
1278
+ }, {
1279
+ readonly id: "knowx-claims-review";
1280
+ readonly title: "Build KnowX claims with human review";
1281
+ readonly md: "downloads/use-cases/knowx-claims-review.md";
1282
+ readonly path: readonly [{
1283
+ readonly bookId: "12-knowx";
1284
+ readonly audience: "developers";
1285
+ readonly chapters: readonly ["1-core-architecture", "2-mandatory-provenance-and-sourcespan", "5-modeling-edge-assertions-claims", "6-human-review-via-siblings", "10-full-runnable-fixture-no-live-ai"];
1286
+ }];
1287
+ }, {
1288
+ readonly id: "migrate-associated-star";
1289
+ readonly title: "Migrate associated* present format to V2";
1290
+ readonly md: "downloads/use-cases/migrate-associated-star.md";
1291
+ readonly path: readonly [{
1292
+ readonly bookId: "13-migration-troubleshooting";
1293
+ readonly audience: "developers";
1294
+ readonly chapters: readonly ["1-present-memorix-record-2", "2-associated-rejection-what-v2-forbids", "12-associated-migration-table-detail", "14-sample-migrate-cli-session"];
1295
+ }];
1296
+ }, {
1297
+ readonly id: "troubleshoot-http-matrix";
1298
+ readonly title: "Troubleshoot runtime HTTP failures";
1299
+ readonly md: "downloads/use-cases/troubleshoot-http-matrix.md";
1300
+ readonly path: readonly [{
1301
+ readonly bookId: "13-migration-troubleshooting";
1302
+ readonly audience: "developers";
1303
+ readonly chapters: readonly ["4-failure-matrix-runtime-http", "11-escalate-packet-for-humans-builders", "13-end-to-end-repair-playbooks"];
1304
+ }];
1305
+ }, {
1306
+ readonly id: "trusted-in-process-embed";
1307
+ readonly title: "Embed Memorix engines in a trusted host";
1308
+ readonly md: "downloads/use-cases/trusted-in-process-embed.md";
1309
+ readonly path: readonly [{
1310
+ readonly bookId: "00-platform-overview";
1311
+ readonly audience: "developers";
1312
+ readonly chapters: readonly ["5-sixteen-packages-when-to-use-what", "8-hard-product-rules-integrator-checklist"];
1313
+ }, {
1314
+ readonly bookId: "10-intelligence";
1315
+ readonly audience: "developers";
1316
+ readonly chapters: readonly ["12-in-process-vs-http"];
1317
+ }];
1318
+ }, {
1319
+ readonly id: "data-journey-evidence";
1320
+ readonly title: "Use data-journey matrix and evidence APIs";
1321
+ readonly md: "downloads/use-cases/data-journey-evidence.md";
1322
+ readonly path: readonly [{
1323
+ readonly bookId: "02-runtime-data-client";
1324
+ readonly audience: "developers";
1325
+ readonly chapters: readonly ["17-operational-clients"];
1326
+ }, {
1327
+ readonly bookId: "04-data-access-patterns";
1328
+ readonly audience: "developers";
1329
+ readonly chapters: readonly ["19-observability", "2-master-decision-matrix"];
1330
+ }];
1331
+ }, {
1332
+ readonly id: "local-acceptance-g12ops";
1333
+ readonly title: "Run local acceptance on g12ops*";
1334
+ readonly md: "downloads/use-cases/local-acceptance-g12ops.md";
1335
+ readonly path: readonly [{
1336
+ readonly bookId: "00-platform-overview";
1337
+ readonly audience: "developers";
1338
+ readonly chapters: readonly ["6-the-ops-mental-path-end-to-end", "7-local-stack-quick-start"];
1339
+ }, {
1340
+ readonly bookId: "11-agent-packs-and-ops";
1341
+ readonly audience: "developers";
1342
+ readonly chapters: readonly ["3-harness-up-down-reset-accept", "7-install-into-a-fresh-acceptance-org"];
1343
+ }];
1344
+ }, {
1345
+ readonly id: "openapi-typed-client";
1346
+ readonly title: "Orient on OpenAPI / typed clients";
1347
+ readonly md: "downloads/use-cases/openapi-typed-client.md";
1348
+ readonly path: readonly [{
1349
+ readonly bookId: "09-workflow-and-studio";
1350
+ readonly audience: "developers";
1351
+ readonly chapters: readonly ["8-relation-to-data-plane-and-openapi", "12-openapi-generation-workflow"];
1352
+ }, {
1353
+ readonly bookId: "00-platform-overview";
1354
+ readonly audience: "developers";
1355
+ readonly chapters: readonly ["4-api-families"];
1356
+ }];
1357
+ }, {
1358
+ readonly id: "studio-design-types";
1359
+ readonly title: "Design object and content types in Studio";
1360
+ readonly md: "downloads/use-cases/studio-design-types.md";
1361
+ readonly path: readonly [{
1362
+ readonly bookId: "09-workflow-and-studio";
1363
+ readonly audience: "builders";
1364
+ readonly chapters: readonly ["1-scope-bar-first-always", "2-design"];
1365
+ }, {
1366
+ readonly bookId: "05-metadata-agents-abstracts";
1367
+ readonly audience: "builders";
1368
+ readonly chapters: readonly ["2-design-screens-you-will-use", "3-builder-workflow-ops"];
1369
+ }];
1370
+ }, {
1371
+ readonly id: "studio-operate-pipelines";
1372
+ readonly title: "Operate pipelines in Studio";
1373
+ readonly md: "downloads/use-cases/studio-operate-pipelines.md";
1374
+ readonly path: readonly [{
1375
+ readonly bookId: "09-workflow-and-studio";
1376
+ readonly audience: "builders";
1377
+ readonly chapters: readonly ["3-operate"];
1378
+ }, {
1379
+ readonly bookId: "08-pipelines";
1380
+ readonly audience: "builders";
1381
+ readonly chapters: readonly ["4-runs-attempts-and-artifacts", "6-retry-etiquette", "9-operate-checklist"];
1382
+ }];
1383
+ }, {
1384
+ readonly id: "studio-explore-subject";
1385
+ readonly title: "Explore a composed subject in Studio";
1386
+ readonly md: "downloads/use-cases/studio-explore-subject.md";
1387
+ readonly path: readonly [{
1388
+ readonly bookId: "09-workflow-and-studio";
1389
+ readonly audience: "builders";
1390
+ readonly chapters: readonly ["4-explore"];
1391
+ }, {
1392
+ readonly bookId: "01-format-for-dummies";
1393
+ readonly audience: "builders";
1394
+ readonly chapters: readonly ["1-what-you-see-in-explore", "2-composition-vs-relationship"];
1395
+ }];
1396
+ }, {
1397
+ readonly id: "studio-review-intelligence";
1398
+ readonly title: "Review intelligence proposals in Studio";
1399
+ readonly md: "downloads/use-cases/studio-review-intelligence.md";
1400
+ readonly path: readonly [{
1401
+ readonly bookId: "10-intelligence";
1402
+ readonly audience: "builders";
1403
+ readonly chapters: readonly ["1-where-in-studio", "2-what-good-evidence-looks-like", "3-review-reject-install-checklist"];
1404
+ }];
1405
+ }, {
1406
+ readonly id: "studio-stale-conflict-ui";
1407
+ readonly title: "Resolve stale conflicts from the UI";
1408
+ readonly md: "downloads/use-cases/studio-stale-conflict-ui.md";
1409
+ readonly path: readonly [{
1410
+ readonly bookId: "13-migration-troubleshooting";
1411
+ readonly audience: "builders";
1412
+ readonly chapters: readonly ["2-stale-conflicts-what-you-should-do", "4-symptom-where-to-click"];
1413
+ }, {
1414
+ readonly bookId: "01-format-for-dummies";
1415
+ readonly audience: "builders";
1416
+ readonly chapters: readonly ["4-revision-why-saves-sometimes-conflict"];
1417
+ }];
1418
+ }, {
1419
+ readonly id: "studio-scope-isolation";
1420
+ readonly title: "Keep workspaces isolated via the scope bar";
1421
+ readonly md: "downloads/use-cases/studio-scope-isolation.md";
1422
+ readonly path: readonly [{
1423
+ readonly bookId: "09-workflow-and-studio";
1424
+ readonly audience: "builders";
1425
+ readonly chapters: readonly ["1-scope-bar-first-always", "6-operator-ux-rules"];
1426
+ }, {
1427
+ readonly bookId: "00-platform-overview";
1428
+ readonly audience: "builders";
1429
+ readonly chapters: readonly ["6-rules-builders-enforce", "9-acceptance-workspace"];
1430
+ }];
1431
+ }, {
1432
+ readonly id: "builder-acceptance-ops";
1433
+ readonly title: "Acceptance tour on the ops narrative";
1434
+ readonly md: "downloads/use-cases/builder-acceptance-ops.md";
1435
+ readonly path: readonly [{
1436
+ readonly bookId: "00-platform-overview";
1437
+ readonly audience: "builders";
1438
+ readonly chapters: readonly ["5-a-short-ops-tour-what-success-looks-like", "9-acceptance-workspace"];
1439
+ }, {
1440
+ readonly bookId: "09-workflow-and-studio";
1441
+ readonly audience: "builders";
1442
+ readonly chapters: readonly ["7-short-ops-tour-acceptance"];
1443
+ }, {
1444
+ readonly bookId: "11-agent-packs-and-ops";
1445
+ readonly audience: "builders";
1446
+ readonly chapters: readonly ["1-what-you-should-see-after-a-good-install", "2-install-checklist-fresh-g12ops"];
1447
+ }];
1448
+ }];
1449
+ };
1450
+ export declare const files: Record<string, string>;
1451
+ //# sourceMappingURL=bundle.d.ts.map