@x12i/continuix-docs 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,16 @@
1
+ # @x12i/continuix-docs
2
+
3
+ Knowledge SDK for Continuix docs. Install as a **devDependency** only.
4
+
5
+ ```bash
6
+ npm i -D @x12i/continuix-docs
7
+ ```
8
+
9
+ ```ts
10
+ import { continuixDocs } from "@x12i/continuix-docs";
11
+
12
+ continuixDocs.listBooks();
13
+ continuixDocs.getBookMarkdown("01-http-api", "developers");
14
+ ```
15
+
16
+ Built from `continuix-docs/` on the `@x12i/docify-*` platform.
@@ -0,0 +1,2 @@
1
+ #!/usr/bin/env node
2
+ import('../dist/cli.js');
package/dist/cli.d.ts ADDED
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env node
2
+ export {};
3
+ //# sourceMappingURL=cli.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cli.d.ts","sourceRoot":"","sources":["../src/cli.ts"],"names":[],"mappings":""}
package/dist/cli.js ADDED
@@ -0,0 +1,56 @@
1
+ #!/usr/bin/env node
2
+ import { continuixDocs } from "./index.js";
3
+ const [cmd, id, audience] = process.argv.slice(2);
4
+ function usage() {
5
+ console.error(`Usage:
6
+ continuix-docs use-case <id> Print assembled use-case markdown
7
+ continuix-docs book <id> <audience> Print book markdown
8
+ continuix-docs list-use-cases List use case ids
9
+ continuix-docs list-books List book ids
10
+ `);
11
+ }
12
+ if (!cmd || cmd === "help" || cmd === "--help") {
13
+ usage();
14
+ process.exit(cmd ? 0 : 1);
15
+ }
16
+ if (cmd === "list-use-cases") {
17
+ for (const uc of continuixDocs.listUseCases()) {
18
+ console.log(`${uc.id}\t${uc.title}`);
19
+ }
20
+ process.exit(0);
21
+ }
22
+ if (cmd === "list-books") {
23
+ for (const b of continuixDocs.listBooks()) {
24
+ console.log(`${b.id}\t${b.title}\t${b.audiences.join(",")}`);
25
+ }
26
+ process.exit(0);
27
+ }
28
+ if (cmd === "use-case") {
29
+ if (!id) {
30
+ usage();
31
+ process.exit(1);
32
+ }
33
+ const md = continuixDocs.getUseCaseMarkdown(id);
34
+ if (!md) {
35
+ console.error(`Unknown use case: ${id}`);
36
+ process.exit(1);
37
+ }
38
+ process.stdout.write(md);
39
+ process.exit(0);
40
+ }
41
+ if (cmd === "book") {
42
+ if (!id || !audience) {
43
+ usage();
44
+ process.exit(1);
45
+ }
46
+ const md = continuixDocs.getBookMarkdown(id, audience);
47
+ if (!md) {
48
+ console.error(`Unknown book/audience: ${id} ${audience}`);
49
+ process.exit(1);
50
+ }
51
+ process.stdout.write(md);
52
+ process.exit(0);
53
+ }
54
+ usage();
55
+ process.exit(1);
56
+ //# sourceMappingURL=cli.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cli.js","sourceRoot":"","sources":["../src/cli.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAE3C,MAAM,CAAC,GAAG,EAAE,EAAE,EAAE,QAAQ,CAAC,GAAG,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;AAElD,SAAS,KAAK;IACZ,OAAO,CAAC,KAAK,CAAC;;;;;CAKf,CAAC,CAAC;AACH,CAAC;AAED,IAAI,CAAC,GAAG,IAAI,GAAG,KAAK,MAAM,IAAI,GAAG,KAAK,QAAQ,EAAE,CAAC;IAC/C,KAAK,EAAE,CAAC;IACR,OAAO,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;AAC5B,CAAC;AAED,IAAI,GAAG,KAAK,gBAAgB,EAAE,CAAC;IAC7B,KAAK,MAAM,EAAE,IAAI,aAAa,CAAC,YAAY,EAAE,EAAE,CAAC;QAC9C,OAAO,CAAC,GAAG,CAAC,GAAG,EAAE,CAAC,EAAE,KAAK,EAAE,CAAC,KAAK,EAAE,CAAC,CAAC;IACvC,CAAC;IACD,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;AAClB,CAAC;AAED,IAAI,GAAG,KAAK,YAAY,EAAE,CAAC;IACzB,KAAK,MAAM,CAAC,IAAI,aAAa,CAAC,SAAS,EAAE,EAAE,CAAC;QAC1C,OAAO,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,EAAE,KAAK,CAAC,CAAC,KAAK,KAAK,CAAC,CAAC,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC;IAC/D,CAAC;IACD,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;AAClB,CAAC;AAED,IAAI,GAAG,KAAK,UAAU,EAAE,CAAC;IACvB,IAAI,CAAC,EAAE,EAAE,CAAC;QACR,KAAK,EAAE,CAAC;QACR,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;IAClB,CAAC;IACD,MAAM,EAAE,GAAG,aAAa,CAAC,kBAAkB,CAAC,EAAE,CAAC,CAAC;IAChD,IAAI,CAAC,EAAE,EAAE,CAAC;QACR,OAAO,CAAC,KAAK,CAAC,qBAAqB,EAAE,EAAE,CAAC,CAAC;QACzC,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;IAClB,CAAC;IACD,OAAO,CAAC,MAAM,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC;IACzB,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;AAClB,CAAC;AAED,IAAI,GAAG,KAAK,MAAM,EAAE,CAAC;IACnB,IAAI,CAAC,EAAE,IAAI,CAAC,QAAQ,EAAE,CAAC;QACrB,KAAK,EAAE,CAAC;QACR,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;IAClB,CAAC;IACD,MAAM,EAAE,GAAG,aAAa,CAAC,eAAe,CAAC,EAAE,EAAE,QAAqC,CAAC,CAAC;IACpF,IAAI,CAAC,EAAE,EAAE,CAAC;QACR,OAAO,CAAC,KAAK,CAAC,0BAA0B,EAAE,IAAI,QAAQ,EAAE,CAAC,CAAC;QAC1D,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;IAClB,CAAC;IACD,OAAO,CAAC,MAAM,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC;IACzB,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;AAClB,CAAC;AAED,KAAK,EAAE,CAAC;AACR,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC"}
@@ -0,0 +1,349 @@
1
+ export declare const catalog: {
2
+ readonly roles: readonly [{
3
+ readonly id: "developers";
4
+ readonly label: "Developers";
5
+ readonly tagline: "Call Continuix from code and agents";
6
+ readonly description: "HTTP API, TypeScript client, MCP tools, CLI, and status UI integrators — remember, recall, grounded abstain, sessions.";
7
+ }, {
8
+ readonly id: "builders";
9
+ readonly label: "Operators";
10
+ readonly tagline: "Run and harden Continuix";
11
+ readonly description: "People who deploy the worker, wire Memorix Mongo, configure Authix/Credorix, and operate the status dashboard.";
12
+ }];
13
+ readonly families: readonly [{
14
+ readonly id: "continuix";
15
+ readonly name: "Continuix";
16
+ readonly tagline: "Governed agent continuity on Memorix.";
17
+ readonly description: "Store what agents learned while working in memorix-memory. Compose with Memorix Context and Recallix — never replace them.";
18
+ readonly color: "#1a3a4a";
19
+ }];
20
+ readonly books: readonly [{
21
+ readonly id: "00-platform-overview";
22
+ readonly familyId: "continuix";
23
+ readonly audiences: readonly ["developers", "builders"];
24
+ readonly status: "available";
25
+ readonly kicker: "CASE FILE · CX-00";
26
+ readonly title: "Platform Overview";
27
+ readonly subtitle: "Mental model and surfaces";
28
+ readonly blurb: "What Continuix is, how it sits next to Memorix and Recallix, packages, surfaces, and which ebook to open next.";
29
+ readonly tags: readonly ["platform", "start-here"];
30
+ readonly color: "#1a3a4a";
31
+ readonly dir: "00-platform-overview";
32
+ }, {
33
+ readonly id: "01-http-api";
34
+ readonly familyId: "continuix";
35
+ readonly audiences: readonly ["developers"];
36
+ readonly status: "available";
37
+ readonly kicker: "CASE FILE · CX-01";
38
+ readonly title: "HTTP API";
39
+ readonly subtitle: "Product + worker contract";
40
+ readonly blurb: "remember, recall, grounded recall, proactive context, sessions, consolidate — plus health/ready/metadata/pipeline.";
41
+ readonly tags: readonly ["http", "api", "remember", "recall"];
42
+ readonly color: "#b14a2c";
43
+ readonly dir: "01-http-api";
44
+ }, {
45
+ readonly id: "02-memorix-integration";
46
+ readonly familyId: "continuix";
47
+ readonly audiences: readonly ["developers"];
48
+ readonly status: "available";
49
+ readonly kicker: "CASE FILE · CX-02";
50
+ readonly title: "Memorix Integration";
51
+ readonly subtitle: "Storage and packages";
52
+ readonly blurb: "memorix-writer / retrieval / catalog, memorix-memory target, when Explorer HTTP is optional.";
53
+ readonly tags: readonly ["memorix", "mongo", "storage"];
54
+ readonly color: "#1f6e5c";
55
+ readonly dir: "02-memorix-integration";
56
+ }, {
57
+ readonly id: "03-mcp-and-cli";
58
+ readonly familyId: "continuix";
59
+ readonly audiences: readonly ["developers"];
60
+ readonly status: "available";
61
+ readonly kicker: "CASE FILE · CX-03";
62
+ readonly title: "MCP and CLI";
63
+ readonly subtitle: "Agents and local tools";
64
+ readonly blurb: "continuix_* MCP tools over ContinuixClient, health CLI, and Engraphis JSON migrate.";
65
+ readonly tags: readonly ["mcp", "cli", "agents"];
66
+ readonly color: "#a5710f";
67
+ readonly dir: "03-mcp-and-cli";
68
+ }, {
69
+ readonly id: "04-status-ui";
70
+ readonly familyId: "continuix";
71
+ readonly audiences: readonly ["developers", "builders"];
72
+ readonly status: "available";
73
+ readonly kicker: "CASE FILE · CX-04";
74
+ readonly title: "Status UI";
75
+ readonly subtitle: "Discovery and Try";
76
+ readonly blurb: "Worker contract, skill catalog from /metadata, proxy routes, and when Try is disabled in prod.";
77
+ readonly tags: readonly ["status-ui", "worker", "skills"];
78
+ readonly color: "#4a3f6b";
79
+ readonly dir: "04-status-ui";
80
+ }, {
81
+ readonly id: "05-production-and-security";
82
+ readonly familyId: "continuix";
83
+ readonly audiences: readonly ["builders"];
84
+ readonly status: "available";
85
+ readonly kicker: "CASE FILE · CX-05";
86
+ readonly title: "Production and Security";
87
+ readonly subtitle: "Deploy and trust model";
88
+ readonly blurb: "Replicas, rate limits, tokens, Authix/Credorix, tenant scope, grounded abstain, forget vs privacy delete.";
89
+ readonly tags: readonly ["deploy", "security", "ops"];
90
+ readonly color: "#2c5f7a";
91
+ readonly dir: "05-production-and-security";
92
+ readonly buildersPrimary: true;
93
+ }];
94
+ };
95
+ export declare const useCases: {
96
+ readonly useCases: readonly [{
97
+ readonly id: "orient-continuix";
98
+ readonly title: "Orient on Continuix";
99
+ readonly goal: "Understand Continuix vs Memorix Context vs Recallix, surfaces, packages, and which ebook to open next.";
100
+ readonly audiences: readonly ["developers", "builders"];
101
+ readonly tags: readonly ["platform", "start-here"];
102
+ readonly path: readonly [{
103
+ readonly bookId: "00-platform-overview";
104
+ readonly audience: "developers";
105
+ readonly chapters: readonly ["the-mental-model", "context-composition", "surfaces-and-packages", "hard-product-rules", "which-ebook-next"];
106
+ }];
107
+ readonly alsoSee: readonly ["00-platform-overview"];
108
+ }, {
109
+ readonly id: "call-remember-recall";
110
+ readonly title: "Call remember and recall";
111
+ readonly goal: "Wire a host to the Continuix HTTP product API for remember, recall, grounded recall, and sessions.";
112
+ readonly audiences: readonly ["developers"];
113
+ readonly tags: readonly ["http", "api", "remember", "recall"];
114
+ readonly path: readonly [{
115
+ readonly bookId: "01-http-api";
116
+ readonly audience: "developers";
117
+ readonly chapters: readonly ["product-api-prefix", "remember", "recall-and-grounded", "sessions-and-consolidate", "worker-probes"];
118
+ }];
119
+ readonly alsoSee: readonly ["01-http-api", "02-memorix-integration"];
120
+ }, {
121
+ readonly id: "wire-memorix-storage";
122
+ readonly title: "Wire Memorix storage";
123
+ readonly goal: "Install Memorix packages, point at memorix-memory, and choose package vs Explorer adapter.";
124
+ readonly audiences: readonly ["developers"];
125
+ readonly tags: readonly ["memorix", "mongo", "storage"];
126
+ readonly path: readonly [{
127
+ readonly bookId: "02-memorix-integration";
128
+ readonly audience: "developers";
129
+ readonly chapters: readonly ["install-packages", "memory-target", "adapter-modes", "what-continuix-does-not-own"];
130
+ }];
131
+ readonly alsoSee: readonly ["02-memorix-integration"];
132
+ }, {
133
+ readonly id: "wire-mcp-agent";
134
+ readonly title: "Wire an MCP agent";
135
+ readonly goal: "Expose Continuix operations to Cursor or other hosts via continuix_* tools and the TypeScript client.";
136
+ readonly audiences: readonly ["developers"];
137
+ readonly tags: readonly ["mcp", "agents"];
138
+ readonly path: readonly [{
139
+ readonly bookId: "03-mcp-and-cli";
140
+ readonly audience: "developers";
141
+ readonly chapters: readonly ["mcp-tools", "client-adapter", "cli-health-and-migrate"];
142
+ }];
143
+ readonly alsoSee: readonly ["03-mcp-and-cli", "01-http-api"];
144
+ }, {
145
+ readonly id: "run-status-ui";
146
+ readonly title: "Run the status UI";
147
+ readonly goal: "Start the discovery dashboard, register workers, and use Try only in dev.";
148
+ readonly audiences: readonly ["developers", "builders"];
149
+ readonly tags: readonly ["status-ui", "worker"];
150
+ readonly path: readonly [{
151
+ readonly bookId: "04-status-ui";
152
+ readonly audience: "developers";
153
+ readonly chapters: readonly ["goals", "worker-contract", "skill-checklist", "proxy-routes"];
154
+ }];
155
+ readonly alsoSee: readonly ["04-status-ui"];
156
+ }, {
157
+ readonly id: "deploy-securely";
158
+ readonly title: "Deploy Continuix securely";
159
+ readonly goal: "Run multi-replica Continuix with Memorix Mongo, rate limits, Authix/Credorix, and production UI hardening.";
160
+ readonly audiences: readonly ["builders"];
161
+ readonly tags: readonly ["deploy", "security"];
162
+ readonly path: readonly [{
163
+ readonly bookId: "05-production-and-security";
164
+ readonly audience: "builders";
165
+ readonly chapters: readonly ["production-topology", "tokens-and-rate-limits", "security-invariants", "observability"];
166
+ }];
167
+ readonly alsoSee: readonly ["05-production-and-security", "00-platform-overview"];
168
+ }];
169
+ };
170
+ export declare const site: {
171
+ readonly product: "continuix";
172
+ readonly brand: "continuix · docs";
173
+ readonly brandAccent: "docs";
174
+ readonly siteUrl: "https://docs.continuix.x12i.com";
175
+ readonly knowledgePackage: "@x12i/continuix-docs";
176
+ readonly footer: "CONTINUIX FIELD GUIDES · AGENT CONTINUITY";
177
+ readonly accent: "oklch(42% 0.06 210)";
178
+ readonly accentAlt: "oklch(52% 0.09 55)";
179
+ readonly productUrl: "https://continuix.x12i.com";
180
+ readonly nav: readonly [{
181
+ readonly label: "Getting started";
182
+ readonly href: "/getting-started";
183
+ }, {
184
+ readonly label: "Use cases";
185
+ readonly href: "/use-cases";
186
+ }, {
187
+ readonly label: "Catalog";
188
+ readonly href: "/catalog";
189
+ }];
190
+ readonly footerLinks: readonly [{
191
+ readonly label: "Docs home";
192
+ readonly href: "/docs";
193
+ }, {
194
+ readonly label: "Getting started";
195
+ readonly href: "/getting-started";
196
+ }, {
197
+ readonly label: "Use cases";
198
+ readonly href: "/use-cases";
199
+ }, {
200
+ readonly label: "Catalog";
201
+ readonly href: "/catalog";
202
+ }, {
203
+ readonly label: "Agents/SDK";
204
+ readonly href: "/agents";
205
+ }];
206
+ };
207
+ export declare const manifest: {
208
+ readonly version: 1;
209
+ readonly product: "continuix";
210
+ readonly site: "https://docs.continuix.x12i.com";
211
+ readonly knowledgePackage: "@x12i/continuix-docs";
212
+ readonly roles: readonly ["developers", "builders"];
213
+ readonly books: readonly [{
214
+ readonly id: "00-platform-overview";
215
+ readonly audiences: readonly ["developers", "builders"];
216
+ readonly md: {
217
+ readonly developers: "downloads/books/00-platform-overview/developers.md";
218
+ readonly builders: "downloads/books/00-platform-overview/builders.md";
219
+ };
220
+ readonly pdf: {
221
+ readonly developers: null;
222
+ readonly builders: null;
223
+ };
224
+ readonly chapters: {
225
+ readonly developers: "downloads/books/00-platform-overview/developers.chapters.json";
226
+ readonly builders: "downloads/books/00-platform-overview/builders.chapters.json";
227
+ };
228
+ }, {
229
+ readonly id: "01-http-api";
230
+ readonly audiences: readonly ["developers"];
231
+ readonly md: {
232
+ readonly developers: "downloads/books/01-http-api/developers.md";
233
+ };
234
+ readonly pdf: {
235
+ readonly developers: null;
236
+ };
237
+ readonly chapters: {
238
+ readonly developers: "downloads/books/01-http-api/developers.chapters.json";
239
+ };
240
+ }, {
241
+ readonly id: "02-memorix-integration";
242
+ readonly audiences: readonly ["developers"];
243
+ readonly md: {
244
+ readonly developers: "downloads/books/02-memorix-integration/developers.md";
245
+ };
246
+ readonly pdf: {
247
+ readonly developers: null;
248
+ };
249
+ readonly chapters: {
250
+ readonly developers: "downloads/books/02-memorix-integration/developers.chapters.json";
251
+ };
252
+ }, {
253
+ readonly id: "03-mcp-and-cli";
254
+ readonly audiences: readonly ["developers"];
255
+ readonly md: {
256
+ readonly developers: "downloads/books/03-mcp-and-cli/developers.md";
257
+ };
258
+ readonly pdf: {
259
+ readonly developers: null;
260
+ };
261
+ readonly chapters: {
262
+ readonly developers: "downloads/books/03-mcp-and-cli/developers.chapters.json";
263
+ };
264
+ }, {
265
+ readonly id: "04-status-ui";
266
+ readonly audiences: readonly ["developers", "builders"];
267
+ readonly md: {
268
+ readonly developers: "downloads/books/04-status-ui/developers.md";
269
+ readonly builders: "downloads/books/04-status-ui/builders.md";
270
+ };
271
+ readonly pdf: {
272
+ readonly developers: null;
273
+ readonly builders: null;
274
+ };
275
+ readonly chapters: {
276
+ readonly developers: "downloads/books/04-status-ui/developers.chapters.json";
277
+ readonly builders: "downloads/books/04-status-ui/builders.chapters.json";
278
+ };
279
+ }, {
280
+ readonly id: "05-production-and-security";
281
+ readonly audiences: readonly ["builders"];
282
+ readonly md: {
283
+ readonly builders: "downloads/books/05-production-and-security/builders.md";
284
+ };
285
+ readonly pdf: {
286
+ readonly builders: null;
287
+ };
288
+ readonly chapters: {
289
+ readonly builders: "downloads/books/05-production-and-security/builders.chapters.json";
290
+ };
291
+ }];
292
+ readonly useCases: readonly [{
293
+ readonly id: "orient-continuix";
294
+ readonly title: "Orient on Continuix";
295
+ readonly md: "downloads/use-cases/orient-continuix.md";
296
+ readonly path: readonly [{
297
+ readonly bookId: "00-platform-overview";
298
+ readonly audience: "developers";
299
+ readonly chapters: readonly ["the-mental-model", "context-composition", "surfaces-and-packages", "hard-product-rules", "which-ebook-next"];
300
+ }];
301
+ }, {
302
+ readonly id: "call-remember-recall";
303
+ readonly title: "Call remember and recall";
304
+ readonly md: "downloads/use-cases/call-remember-recall.md";
305
+ readonly path: readonly [{
306
+ readonly bookId: "01-http-api";
307
+ readonly audience: "developers";
308
+ readonly chapters: readonly ["product-api-prefix", "remember", "recall-and-grounded", "sessions-and-consolidate", "worker-probes"];
309
+ }];
310
+ }, {
311
+ readonly id: "wire-memorix-storage";
312
+ readonly title: "Wire Memorix storage";
313
+ readonly md: "downloads/use-cases/wire-memorix-storage.md";
314
+ readonly path: readonly [{
315
+ readonly bookId: "02-memorix-integration";
316
+ readonly audience: "developers";
317
+ readonly chapters: readonly ["install-packages", "memory-target", "adapter-modes", "what-continuix-does-not-own"];
318
+ }];
319
+ }, {
320
+ readonly id: "wire-mcp-agent";
321
+ readonly title: "Wire an MCP agent";
322
+ readonly md: "downloads/use-cases/wire-mcp-agent.md";
323
+ readonly path: readonly [{
324
+ readonly bookId: "03-mcp-and-cli";
325
+ readonly audience: "developers";
326
+ readonly chapters: readonly ["mcp-tools", "client-adapter", "cli-health-and-migrate"];
327
+ }];
328
+ }, {
329
+ readonly id: "run-status-ui";
330
+ readonly title: "Run the status UI";
331
+ readonly md: "downloads/use-cases/run-status-ui.md";
332
+ readonly path: readonly [{
333
+ readonly bookId: "04-status-ui";
334
+ readonly audience: "developers";
335
+ readonly chapters: readonly ["goals", "worker-contract", "skill-checklist", "proxy-routes"];
336
+ }];
337
+ }, {
338
+ readonly id: "deploy-securely";
339
+ readonly title: "Deploy Continuix securely";
340
+ readonly md: "downloads/use-cases/deploy-securely.md";
341
+ readonly path: readonly [{
342
+ readonly bookId: "05-production-and-security";
343
+ readonly audience: "builders";
344
+ readonly chapters: readonly ["production-topology", "tokens-and-rate-limits", "security-invariants", "observability"];
345
+ }];
346
+ }];
347
+ };
348
+ export declare const files: Record<string, string>;
349
+ //# sourceMappingURL=bundle.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bundle.d.ts","sourceRoot":"","sources":["../../src/generated/bundle.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+IV,CAAC;AACX,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8KX,CAAC;AACX,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8CP,CAAC;AACX,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsNX,CAAC;AACX,eAAO,MAAM,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CA2BxC,CAAC"}
@@ -0,0 +1,611 @@
1
+ /* Auto-generated by scripts/build-knowledge.mjs — do not edit */
2
+ export const catalog = {
3
+ "roles": [
4
+ {
5
+ "id": "developers",
6
+ "label": "Developers",
7
+ "tagline": "Call Continuix from code and agents",
8
+ "description": "HTTP API, TypeScript client, MCP tools, CLI, and status UI integrators — remember, recall, grounded abstain, sessions."
9
+ },
10
+ {
11
+ "id": "builders",
12
+ "label": "Operators",
13
+ "tagline": "Run and harden Continuix",
14
+ "description": "People who deploy the worker, wire Memorix Mongo, configure Authix/Credorix, and operate the status dashboard."
15
+ }
16
+ ],
17
+ "families": [
18
+ {
19
+ "id": "continuix",
20
+ "name": "Continuix",
21
+ "tagline": "Governed agent continuity on Memorix.",
22
+ "description": "Store what agents learned while working in memorix-memory. Compose with Memorix Context and Recallix — never replace them.",
23
+ "color": "#1a3a4a"
24
+ }
25
+ ],
26
+ "books": [
27
+ {
28
+ "id": "00-platform-overview",
29
+ "familyId": "continuix",
30
+ "audiences": [
31
+ "developers",
32
+ "builders"
33
+ ],
34
+ "status": "available",
35
+ "kicker": "CASE FILE · CX-00",
36
+ "title": "Platform Overview",
37
+ "subtitle": "Mental model and surfaces",
38
+ "blurb": "What Continuix is, how it sits next to Memorix and Recallix, packages, surfaces, and which ebook to open next.",
39
+ "tags": [
40
+ "platform",
41
+ "start-here"
42
+ ],
43
+ "color": "#1a3a4a",
44
+ "dir": "00-platform-overview"
45
+ },
46
+ {
47
+ "id": "01-http-api",
48
+ "familyId": "continuix",
49
+ "audiences": [
50
+ "developers"
51
+ ],
52
+ "status": "available",
53
+ "kicker": "CASE FILE · CX-01",
54
+ "title": "HTTP API",
55
+ "subtitle": "Product + worker contract",
56
+ "blurb": "remember, recall, grounded recall, proactive context, sessions, consolidate — plus health/ready/metadata/pipeline.",
57
+ "tags": [
58
+ "http",
59
+ "api",
60
+ "remember",
61
+ "recall"
62
+ ],
63
+ "color": "#b14a2c",
64
+ "dir": "01-http-api"
65
+ },
66
+ {
67
+ "id": "02-memorix-integration",
68
+ "familyId": "continuix",
69
+ "audiences": [
70
+ "developers"
71
+ ],
72
+ "status": "available",
73
+ "kicker": "CASE FILE · CX-02",
74
+ "title": "Memorix Integration",
75
+ "subtitle": "Storage and packages",
76
+ "blurb": "memorix-writer / retrieval / catalog, memorix-memory target, when Explorer HTTP is optional.",
77
+ "tags": [
78
+ "memorix",
79
+ "mongo",
80
+ "storage"
81
+ ],
82
+ "color": "#1f6e5c",
83
+ "dir": "02-memorix-integration"
84
+ },
85
+ {
86
+ "id": "03-mcp-and-cli",
87
+ "familyId": "continuix",
88
+ "audiences": [
89
+ "developers"
90
+ ],
91
+ "status": "available",
92
+ "kicker": "CASE FILE · CX-03",
93
+ "title": "MCP and CLI",
94
+ "subtitle": "Agents and local tools",
95
+ "blurb": "continuix_* MCP tools over ContinuixClient, health CLI, and Engraphis JSON migrate.",
96
+ "tags": [
97
+ "mcp",
98
+ "cli",
99
+ "agents"
100
+ ],
101
+ "color": "#a5710f",
102
+ "dir": "03-mcp-and-cli"
103
+ },
104
+ {
105
+ "id": "04-status-ui",
106
+ "familyId": "continuix",
107
+ "audiences": [
108
+ "developers",
109
+ "builders"
110
+ ],
111
+ "status": "available",
112
+ "kicker": "CASE FILE · CX-04",
113
+ "title": "Status UI",
114
+ "subtitle": "Discovery and Try",
115
+ "blurb": "Worker contract, skill catalog from /metadata, proxy routes, and when Try is disabled in prod.",
116
+ "tags": [
117
+ "status-ui",
118
+ "worker",
119
+ "skills"
120
+ ],
121
+ "color": "#4a3f6b",
122
+ "dir": "04-status-ui"
123
+ },
124
+ {
125
+ "id": "05-production-and-security",
126
+ "familyId": "continuix",
127
+ "audiences": [
128
+ "builders"
129
+ ],
130
+ "status": "available",
131
+ "kicker": "CASE FILE · CX-05",
132
+ "title": "Production and Security",
133
+ "subtitle": "Deploy and trust model",
134
+ "blurb": "Replicas, rate limits, tokens, Authix/Credorix, tenant scope, grounded abstain, forget vs privacy delete.",
135
+ "tags": [
136
+ "deploy",
137
+ "security",
138
+ "ops"
139
+ ],
140
+ "color": "#2c5f7a",
141
+ "dir": "05-production-and-security",
142
+ "buildersPrimary": true
143
+ }
144
+ ]
145
+ };
146
+ export const useCases = {
147
+ "useCases": [
148
+ {
149
+ "id": "orient-continuix",
150
+ "title": "Orient on Continuix",
151
+ "goal": "Understand Continuix vs Memorix Context vs Recallix, surfaces, packages, and which ebook to open next.",
152
+ "audiences": [
153
+ "developers",
154
+ "builders"
155
+ ],
156
+ "tags": [
157
+ "platform",
158
+ "start-here"
159
+ ],
160
+ "path": [
161
+ {
162
+ "bookId": "00-platform-overview",
163
+ "audience": "developers",
164
+ "chapters": [
165
+ "the-mental-model",
166
+ "context-composition",
167
+ "surfaces-and-packages",
168
+ "hard-product-rules",
169
+ "which-ebook-next"
170
+ ]
171
+ }
172
+ ],
173
+ "alsoSee": [
174
+ "00-platform-overview"
175
+ ]
176
+ },
177
+ {
178
+ "id": "call-remember-recall",
179
+ "title": "Call remember and recall",
180
+ "goal": "Wire a host to the Continuix HTTP product API for remember, recall, grounded recall, and sessions.",
181
+ "audiences": [
182
+ "developers"
183
+ ],
184
+ "tags": [
185
+ "http",
186
+ "api",
187
+ "remember",
188
+ "recall"
189
+ ],
190
+ "path": [
191
+ {
192
+ "bookId": "01-http-api",
193
+ "audience": "developers",
194
+ "chapters": [
195
+ "product-api-prefix",
196
+ "remember",
197
+ "recall-and-grounded",
198
+ "sessions-and-consolidate",
199
+ "worker-probes"
200
+ ]
201
+ }
202
+ ],
203
+ "alsoSee": [
204
+ "01-http-api",
205
+ "02-memorix-integration"
206
+ ]
207
+ },
208
+ {
209
+ "id": "wire-memorix-storage",
210
+ "title": "Wire Memorix storage",
211
+ "goal": "Install Memorix packages, point at memorix-memory, and choose package vs Explorer adapter.",
212
+ "audiences": [
213
+ "developers"
214
+ ],
215
+ "tags": [
216
+ "memorix",
217
+ "mongo",
218
+ "storage"
219
+ ],
220
+ "path": [
221
+ {
222
+ "bookId": "02-memorix-integration",
223
+ "audience": "developers",
224
+ "chapters": [
225
+ "install-packages",
226
+ "memory-target",
227
+ "adapter-modes",
228
+ "what-continuix-does-not-own"
229
+ ]
230
+ }
231
+ ],
232
+ "alsoSee": [
233
+ "02-memorix-integration"
234
+ ]
235
+ },
236
+ {
237
+ "id": "wire-mcp-agent",
238
+ "title": "Wire an MCP agent",
239
+ "goal": "Expose Continuix operations to Cursor or other hosts via continuix_* tools and the TypeScript client.",
240
+ "audiences": [
241
+ "developers"
242
+ ],
243
+ "tags": [
244
+ "mcp",
245
+ "agents"
246
+ ],
247
+ "path": [
248
+ {
249
+ "bookId": "03-mcp-and-cli",
250
+ "audience": "developers",
251
+ "chapters": [
252
+ "mcp-tools",
253
+ "client-adapter",
254
+ "cli-health-and-migrate"
255
+ ]
256
+ }
257
+ ],
258
+ "alsoSee": [
259
+ "03-mcp-and-cli",
260
+ "01-http-api"
261
+ ]
262
+ },
263
+ {
264
+ "id": "run-status-ui",
265
+ "title": "Run the status UI",
266
+ "goal": "Start the discovery dashboard, register workers, and use Try only in dev.",
267
+ "audiences": [
268
+ "developers",
269
+ "builders"
270
+ ],
271
+ "tags": [
272
+ "status-ui",
273
+ "worker"
274
+ ],
275
+ "path": [
276
+ {
277
+ "bookId": "04-status-ui",
278
+ "audience": "developers",
279
+ "chapters": [
280
+ "goals",
281
+ "worker-contract",
282
+ "skill-checklist",
283
+ "proxy-routes"
284
+ ]
285
+ }
286
+ ],
287
+ "alsoSee": [
288
+ "04-status-ui"
289
+ ]
290
+ },
291
+ {
292
+ "id": "deploy-securely",
293
+ "title": "Deploy Continuix securely",
294
+ "goal": "Run multi-replica Continuix with Memorix Mongo, rate limits, Authix/Credorix, and production UI hardening.",
295
+ "audiences": [
296
+ "builders"
297
+ ],
298
+ "tags": [
299
+ "deploy",
300
+ "security"
301
+ ],
302
+ "path": [
303
+ {
304
+ "bookId": "05-production-and-security",
305
+ "audience": "builders",
306
+ "chapters": [
307
+ "production-topology",
308
+ "tokens-and-rate-limits",
309
+ "security-invariants",
310
+ "observability"
311
+ ]
312
+ }
313
+ ],
314
+ "alsoSee": [
315
+ "05-production-and-security",
316
+ "00-platform-overview"
317
+ ]
318
+ }
319
+ ]
320
+ };
321
+ export const site = {
322
+ "product": "continuix",
323
+ "brand": "continuix · docs",
324
+ "brandAccent": "docs",
325
+ "siteUrl": "https://docs.continuix.x12i.com",
326
+ "knowledgePackage": "@x12i/continuix-docs",
327
+ "footer": "CONTINUIX FIELD GUIDES · AGENT CONTINUITY",
328
+ "accent": "oklch(42% 0.06 210)",
329
+ "accentAlt": "oklch(52% 0.09 55)",
330
+ "productUrl": "https://continuix.x12i.com",
331
+ "nav": [
332
+ {
333
+ "label": "Getting started",
334
+ "href": "/getting-started"
335
+ },
336
+ {
337
+ "label": "Use cases",
338
+ "href": "/use-cases"
339
+ },
340
+ {
341
+ "label": "Catalog",
342
+ "href": "/catalog"
343
+ }
344
+ ],
345
+ "footerLinks": [
346
+ {
347
+ "label": "Docs home",
348
+ "href": "/docs"
349
+ },
350
+ {
351
+ "label": "Getting started",
352
+ "href": "/getting-started"
353
+ },
354
+ {
355
+ "label": "Use cases",
356
+ "href": "/use-cases"
357
+ },
358
+ {
359
+ "label": "Catalog",
360
+ "href": "/catalog"
361
+ },
362
+ {
363
+ "label": "Agents/SDK",
364
+ "href": "/agents"
365
+ }
366
+ ]
367
+ };
368
+ export const manifest = {
369
+ "version": 1,
370
+ "product": "continuix",
371
+ "site": "https://docs.continuix.x12i.com",
372
+ "knowledgePackage": "@x12i/continuix-docs",
373
+ "roles": [
374
+ "developers",
375
+ "builders"
376
+ ],
377
+ "books": [
378
+ {
379
+ "id": "00-platform-overview",
380
+ "audiences": [
381
+ "developers",
382
+ "builders"
383
+ ],
384
+ "md": {
385
+ "developers": "downloads/books/00-platform-overview/developers.md",
386
+ "builders": "downloads/books/00-platform-overview/builders.md"
387
+ },
388
+ "pdf": {
389
+ "developers": null,
390
+ "builders": null
391
+ },
392
+ "chapters": {
393
+ "developers": "downloads/books/00-platform-overview/developers.chapters.json",
394
+ "builders": "downloads/books/00-platform-overview/builders.chapters.json"
395
+ }
396
+ },
397
+ {
398
+ "id": "01-http-api",
399
+ "audiences": [
400
+ "developers"
401
+ ],
402
+ "md": {
403
+ "developers": "downloads/books/01-http-api/developers.md"
404
+ },
405
+ "pdf": {
406
+ "developers": null
407
+ },
408
+ "chapters": {
409
+ "developers": "downloads/books/01-http-api/developers.chapters.json"
410
+ }
411
+ },
412
+ {
413
+ "id": "02-memorix-integration",
414
+ "audiences": [
415
+ "developers"
416
+ ],
417
+ "md": {
418
+ "developers": "downloads/books/02-memorix-integration/developers.md"
419
+ },
420
+ "pdf": {
421
+ "developers": null
422
+ },
423
+ "chapters": {
424
+ "developers": "downloads/books/02-memorix-integration/developers.chapters.json"
425
+ }
426
+ },
427
+ {
428
+ "id": "03-mcp-and-cli",
429
+ "audiences": [
430
+ "developers"
431
+ ],
432
+ "md": {
433
+ "developers": "downloads/books/03-mcp-and-cli/developers.md"
434
+ },
435
+ "pdf": {
436
+ "developers": null
437
+ },
438
+ "chapters": {
439
+ "developers": "downloads/books/03-mcp-and-cli/developers.chapters.json"
440
+ }
441
+ },
442
+ {
443
+ "id": "04-status-ui",
444
+ "audiences": [
445
+ "developers",
446
+ "builders"
447
+ ],
448
+ "md": {
449
+ "developers": "downloads/books/04-status-ui/developers.md",
450
+ "builders": "downloads/books/04-status-ui/builders.md"
451
+ },
452
+ "pdf": {
453
+ "developers": null,
454
+ "builders": null
455
+ },
456
+ "chapters": {
457
+ "developers": "downloads/books/04-status-ui/developers.chapters.json",
458
+ "builders": "downloads/books/04-status-ui/builders.chapters.json"
459
+ }
460
+ },
461
+ {
462
+ "id": "05-production-and-security",
463
+ "audiences": [
464
+ "builders"
465
+ ],
466
+ "md": {
467
+ "builders": "downloads/books/05-production-and-security/builders.md"
468
+ },
469
+ "pdf": {
470
+ "builders": null
471
+ },
472
+ "chapters": {
473
+ "builders": "downloads/books/05-production-and-security/builders.chapters.json"
474
+ }
475
+ }
476
+ ],
477
+ "useCases": [
478
+ {
479
+ "id": "orient-continuix",
480
+ "title": "Orient on Continuix",
481
+ "md": "downloads/use-cases/orient-continuix.md",
482
+ "path": [
483
+ {
484
+ "bookId": "00-platform-overview",
485
+ "audience": "developers",
486
+ "chapters": [
487
+ "the-mental-model",
488
+ "context-composition",
489
+ "surfaces-and-packages",
490
+ "hard-product-rules",
491
+ "which-ebook-next"
492
+ ]
493
+ }
494
+ ]
495
+ },
496
+ {
497
+ "id": "call-remember-recall",
498
+ "title": "Call remember and recall",
499
+ "md": "downloads/use-cases/call-remember-recall.md",
500
+ "path": [
501
+ {
502
+ "bookId": "01-http-api",
503
+ "audience": "developers",
504
+ "chapters": [
505
+ "product-api-prefix",
506
+ "remember",
507
+ "recall-and-grounded",
508
+ "sessions-and-consolidate",
509
+ "worker-probes"
510
+ ]
511
+ }
512
+ ]
513
+ },
514
+ {
515
+ "id": "wire-memorix-storage",
516
+ "title": "Wire Memorix storage",
517
+ "md": "downloads/use-cases/wire-memorix-storage.md",
518
+ "path": [
519
+ {
520
+ "bookId": "02-memorix-integration",
521
+ "audience": "developers",
522
+ "chapters": [
523
+ "install-packages",
524
+ "memory-target",
525
+ "adapter-modes",
526
+ "what-continuix-does-not-own"
527
+ ]
528
+ }
529
+ ]
530
+ },
531
+ {
532
+ "id": "wire-mcp-agent",
533
+ "title": "Wire an MCP agent",
534
+ "md": "downloads/use-cases/wire-mcp-agent.md",
535
+ "path": [
536
+ {
537
+ "bookId": "03-mcp-and-cli",
538
+ "audience": "developers",
539
+ "chapters": [
540
+ "mcp-tools",
541
+ "client-adapter",
542
+ "cli-health-and-migrate"
543
+ ]
544
+ }
545
+ ]
546
+ },
547
+ {
548
+ "id": "run-status-ui",
549
+ "title": "Run the status UI",
550
+ "md": "downloads/use-cases/run-status-ui.md",
551
+ "path": [
552
+ {
553
+ "bookId": "04-status-ui",
554
+ "audience": "developers",
555
+ "chapters": [
556
+ "goals",
557
+ "worker-contract",
558
+ "skill-checklist",
559
+ "proxy-routes"
560
+ ]
561
+ }
562
+ ]
563
+ },
564
+ {
565
+ "id": "deploy-securely",
566
+ "title": "Deploy Continuix securely",
567
+ "md": "downloads/use-cases/deploy-securely.md",
568
+ "path": [
569
+ {
570
+ "bookId": "05-production-and-security",
571
+ "audience": "builders",
572
+ "chapters": [
573
+ "production-topology",
574
+ "tokens-and-rate-limits",
575
+ "security-invariants",
576
+ "observability"
577
+ ]
578
+ }
579
+ ]
580
+ }
581
+ ]
582
+ };
583
+ export const files = {
584
+ "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\": \"the-mental-model\",\n \"title\": \"The mental model\",\n \"level\": 2,\n \"order\": 1\n },\n {\n \"slug\": \"surfaces-you-run\",\n \"title\": \"Surfaces you run\",\n \"level\": 2,\n \"order\": 2\n },\n {\n \"slug\": \"context-composition-ops-view\",\n \"title\": \"Context composition (ops view)\",\n \"level\": 2,\n \"order\": 3\n },\n {\n \"slug\": \"hard-product-rules\",\n \"title\": \"Hard product rules\",\n \"level\": 2,\n \"order\": 4\n },\n {\n \"slug\": \"which-ebook-next\",\n \"title\": \"Which ebook next\",\n \"level\": 2,\n \"order\": 5\n }\n]",
585
+ "downloads/books/00-platform-overview/builders.md": "# Continuix Platform Overview — Operators\n\n**Audience:** People who deploy Continuix, wire Memorix Mongo, and operate the status dashboard. \n**Twin:** [Developers version](../developers/BOOK.md) \n**Site:** [https://docs.continuix.x12i.com](https://docs.continuix.x12i.com) · [Hard rules](../../HARD-RULES.md)\n\n---\n\n## The mental model\n\nContinuix is a **worker + product API** that stores agent continuity in `memorix-memory`. Operators care about:\n\n- Multi-replica Continuix service + Mongo replica set for `memorix-memory`\n- Worker probes and internal token\n- Status UI with Try disabled in prod\n- Authix for identity; Credorix for external credentials\n\n---\n\n## Surfaces you run\n\n| Surface | Default / note |\n|---------|----------------|\n| Continuix worker | `CONTINUIX_PORT=8787` |\n| Status UI | `8788` — discovery only in prod |\n| Memorix memory DB | `MEMORIX_MEMORY_DB=memorix-memory` |\n| Deploy | `Dockerfile`, `deploy/kubernetes/` |\n\n---\n\n## Context composition (ops view)\n\n| Source | Ops concern |\n|--------|-------------|\n| Memorix Context | Owned by Memorix — Continuix must not mutate as owner |\n| Recallix | Separate RAG path |\n| Continuix | Agent learning in `memorix-memory` — back up with Mongo |\n\n---\n\n## Hard product rules\n\nSee [HARD-RULES.md](../../HARD-RULES.md). Especially: never expose `INTERNAL_SERVICE_TOKEN` to browsers or status payloads; Try is **403** when `SERVICE_MODE=prod`.\n\n---\n\n## Which ebook next\n\n| Goal | Open |\n|------|------|\n| Production topology + security | [Production and Security](../../05-production-and-security/builders/BOOK.md) |\n| Status UI / workers | [Status UI](../../04-status-ui/builders/BOOK.md) |\n| Integrator contracts | [Developers Platform Overview](../developers/BOOK.md) |\n",
586
+ "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\": \"the-mental-model\",\n \"title\": \"The mental model\",\n \"level\": 2,\n \"order\": 1\n },\n {\n \"slug\": \"context-composition\",\n \"title\": \"Context composition\",\n \"level\": 2,\n \"order\": 2\n },\n {\n \"slug\": \"surfaces-and-packages\",\n \"title\": \"Surfaces and packages\",\n \"level\": 2,\n \"order\": 3\n },\n {\n \"slug\": \"quick-start\",\n \"title\": \"Quick start\",\n \"level\": 2,\n \"order\": 4\n },\n {\n \"slug\": \"hard-product-rules\",\n \"title\": \"Hard product rules\",\n \"level\": 2,\n \"order\": 5\n },\n {\n \"slug\": \"which-ebook-next\",\n \"title\": \"Which ebook next\",\n \"level\": 2,\n \"order\": 6\n }\n]",
587
+ "downloads/books/00-platform-overview/developers.md": "# Continuix Platform Overview — Developers\n\n**Audience:** Engineers calling Continuix over HTTP, MCP, CLI, or the TypeScript client. \n**Twin:** [Operators version](../builders/BOOK.md) \n**Site:** [https://docs.continuix.x12i.com](https://docs.continuix.x12i.com) · [Hard rules](../../HARD-RULES.md)\n\n---\n\n## The mental model\n\nContinuix is a **governed agent continuity engine**.\n\n> Agents call Continuix → Continuix logic resolves / ranks / grounds → Memorix packages write and read `memorix-memory` → Mongo.\n\nIt is a **separate service alongside Memorix**. It does not own organizational Memorix Context, and it is not Recallix (documents / RAG).\n\n---\n\n## Context composition\n\n| Source | Role |\n|--------|------|\n| Memorix Context | What the organization wants agents to know |\n| Recallix | Relevant documents / RAG |\n| Continuix | What agents learned while working |\n\nCompose these at the host. Continuix never mutates authoritative Memorix Context / entity / event / knowledge as owner.\n\n---\n\n## Surfaces and packages\n\n| Surface | Entry |\n|---------|--------|\n| HTTP product API | `@x12i/continuix-service` — `/api/continuix/v1/*` |\n| Worker contract | `/health`, `/ready`, `/metadata`, `/pipeline`, `/capabilities` |\n| MCP | `@x12i/continuix-mcp` — `continuix_*` tools |\n| CLI | `@x12i/continuix-cli` — `health`, migrate JSON |\n| Status UI | `apps/status-ui` — `http://127.0.0.1:8788` |\n| Client SDK | `@x12i/continuix-client` |\n\n| Package | Role |\n|---------|------|\n| `@x12i/continuix-core` | Domain + deterministic resolve / scoring / grounded |\n| `@x12i/continuix-memorix` | Memorix adapter |\n| `@x12i/continuix-recall` | Ranking + grounded abstain |\n| `@x12i/continuix-consolidation` | Consolidation / retention |\n| `@x12i/continuix-service` | HTTP + worker |\n| `@x12i/continuix-client` | TypeScript SDK |\n| `@x12i/continuix-mcp` | MCP adapter |\n| `@x12i/continuix-cli` | CLI |\n| `@x12i/continuix-status-ui` | Discovery / status dashboard |\n\n---\n\n## Quick start\n\n```bash\nnpm install\nnpm test\nCONTINUIX_PORT=8787 npm run start -w @x12i/continuix-service\nnpm run dev -w @x12i/continuix-status-ui\n# → http://127.0.0.1:8788\n```\n\n---\n\n## Hard product rules\n\nSee [HARD-RULES.md](../../HARD-RULES.md). Short list: separate service, `memorix-memory` via packages, tenant scope first, grounded abstain is real, tokens never in the browser.\n\n---\n\n## Which ebook next\n\n| Goal | Open |\n|------|------|\n| HTTP contract | [HTTP API](../../01-http-api/developers/BOOK.md) |\n| Memorix wiring | [Memorix Integration](../../02-memorix-integration/developers/BOOK.md) |\n| Agents / CLI | [MCP and CLI](../../03-mcp-and-cli/developers/BOOK.md) |\n| Status dashboard | [Status UI](../../04-status-ui/developers/BOOK.md) |\n| Deploy | [Production and Security](../../05-production-and-security/builders/BOOK.md) (Operators) |\n",
588
+ "downloads/books/01-http-api/developers.chapters.json": "[\n {\n \"slug\": \"preamble\",\n \"title\": \"Introduction\",\n \"level\": 2,\n \"order\": 0\n },\n {\n \"slug\": \"product-api-prefix\",\n \"title\": \"Product API prefix\",\n \"level\": 2,\n \"order\": 1\n },\n {\n \"slug\": \"remember\",\n \"title\": \"Remember\",\n \"level\": 2,\n \"order\": 2\n },\n {\n \"slug\": \"recall-and-grounded\",\n \"title\": \"Recall and grounded\",\n \"level\": 2,\n \"order\": 3\n },\n {\n \"slug\": \"sessions-and-consolidate\",\n \"title\": \"Sessions and consolidate\",\n \"level\": 2,\n \"order\": 4\n },\n {\n \"slug\": \"worker-probes\",\n \"title\": \"Worker probes\",\n \"level\": 2,\n \"order\": 5\n },\n {\n \"slug\": \"client-sdk\",\n \"title\": \"Client SDK\",\n \"level\": 2,\n \"order\": 6\n }\n]",
589
+ "downloads/books/01-http-api/developers.md": "# Continuix HTTP API — Developers\n\n**Audience:** Hosts integrating Continuix over HTTP. \n**Site:** [https://docs.continuix.x12i.com](https://docs.continuix.x12i.com)\n\n---\n\n## Product API prefix\n\nAll product routes live under `/api/continuix/v1/*` on `@x12i/continuix-service`.\n\nOpenAPI is served at `GET /api/continuix/v1/openapi.json`. Metrics at `GET /api/continuix/v1/metrics`.\n\nPer-actor rate limit defaults to **120 requests/minute** on the product API.\n\n---\n\n## Remember\n\n`POST /api/continuix/v1/remember`\n\nPersist an agent continuity record (tenant-scoped). Continuix resolves identity / conflicts via `@x12i/continuix-core` and writes through the Memorix adapter into `memorix-memory`.\n\n> **Remember.** Always pass tenant / actor context. Scope promotion is gated by authorization.\n\n---\n\n## Recall and grounded\n\n| Method | Path | Role |\n|--------|------|------|\n| `POST` | `/api/continuix/v1/recall` | Ranked recall |\n| `POST` | `/api/continuix/v1/recall/grounded` | Grounded recall with abstain |\n| `POST` | `/api/continuix/v1/proactive-context` | Proactive Continuix memory for a turn |\n\nGrounded recall must **abstain** when grounding fails — do not invent continuity. Ranking lives in `@x12i/continuix-recall`.\n\n---\n\n## Sessions and consolidate\n\n| Method | Path | Role |\n|--------|------|------|\n| `POST` | `/api/continuix/v1/sessions/start` | Start a continuity session |\n| `POST` | `/api/continuix/v1/sessions/end` | End a session |\n| `POST` | `/api/continuix/v1/consolidate` | Retention / consolidation pass |\n\nConsolidation is implemented by `@x12i/continuix-consolidation` against the underlying memory store.\n\n---\n\n## Worker probes\n\nThe same process also exposes the connector worker contract used by the status UI:\n\n| Method | Path | Role |\n|--------|------|------|\n| `GET` | `/health` | Liveness |\n| `GET` | `/ready` | Readiness (config loaded) |\n| `GET` | `/metadata` | Endpoint index + skill catalog |\n| `POST` | `/pipeline` | Skill invocation (internal token when configured) |\n| `GET` | `/capabilities` | Optional capabilities |\n\nProduct health mirrors: `GET /api/continuix/v1/health` and `/ready`.\n\nSkills are authored in `packages/service/src/contracts/skills.ts` and advertised from `/metadata`. Keep descriptions short; deep algorithm detail belongs in these ebooks.\n\n---\n\n## Client SDK\n\nPrefer `@x12i/continuix-client` (`ContinuixClient`) over raw fetch when calling from TypeScript. MCP and CLI share the same operations model.\n",
590
+ "downloads/books/02-memorix-integration/developers.chapters.json": "[\n {\n \"slug\": \"preamble\",\n \"title\": \"Introduction\",\n \"level\": 2,\n \"order\": 0\n },\n {\n \"slug\": \"install-packages\",\n \"title\": \"Install packages\",\n \"level\": 2,\n \"order\": 1\n },\n {\n \"slug\": \"memory-target\",\n \"title\": \"Memory target\",\n \"level\": 2,\n \"order\": 2\n },\n {\n \"slug\": \"adapter-modes\",\n \"title\": \"Adapter modes\",\n \"level\": 2,\n \"order\": 3\n },\n {\n \"slug\": \"what-continuix-does-not-own\",\n \"title\": \"What Continuix does not own\",\n \"level\": 2,\n \"order\": 4\n }\n]",
591
+ "downloads/books/02-memorix-integration/developers.md": "# Continuix Memorix Integration — Developers\n\n**Audience:** Engineers wiring Continuix storage to Memorix. \n**Site:** [https://docs.continuix.x12i.com](https://docs.continuix.x12i.com)\n\n---\n\n## Install packages\n\n```bash\nnpm install @x12i/memorix-writer @x12i/memorix-retrieval @x12i/memorix-catalog\n# optional:\nnpm install @x12i/memorix-similarity\n```\n\n| Package | Use |\n|---------|-----|\n| writer | Governed writes into `memorix-memory` |\n| retrieval | Memories + dereference sourceRefs |\n| catalog | Catalox descriptors |\n| similarity | Semantic candidates |\n\nEnv: `MEMORIX_MEMORY_DB=memorix-memory`\n\n---\n\n## Memory target\n\nTarget `\"memory\"` is registered in `@x12i/memorix-descriptors` (`MemorixTarget`). Continuix stores agent continuity records there via `@x12i/continuix-memorix` (`ContinuixMemorixRepository`).\n\nLocal / test mode can use an in-memory repository (`mode: \"memory\"`) without Mongo.\n\n---\n\n## Adapter modes\n\n```text\nAgents → Continuix API → Continuix logic → memorix-writer/retrieval/catalog → Mongo\n```\n\n**Prefer packages over Explorer HTTP** when package access is available. The HTTP / Explorer adapter is optional and only for deployments without direct Mongo access.\n\n---\n\n## What Continuix does not own\n\nContinuix **never** mutates authoritative Memorix Context / entity / event / knowledge as owner.\n\nSecrets belong in Credorix references, not memory content. `sourceRefs` must be authorized on write and on dereference. Sensitive memories must not use unapproved external embedders.\n\nImported content (for example Engraphis migrate) is untrusted until validated.\n",
592
+ "downloads/books/03-mcp-and-cli/developers.chapters.json": "[\n {\n \"slug\": \"preamble\",\n \"title\": \"Introduction\",\n \"level\": 2,\n \"order\": 0\n },\n {\n \"slug\": \"mcp-tools\",\n \"title\": \"MCP tools\",\n \"level\": 2,\n \"order\": 1\n },\n {\n \"slug\": \"client-adapter\",\n \"title\": \"Client adapter\",\n \"level\": 2,\n \"order\": 2\n },\n {\n \"slug\": \"cli-health-and-migrate\",\n \"title\": \"CLI health and migrate\",\n \"level\": 2,\n \"order\": 3\n }\n]",
593
+ "downloads/books/03-mcp-and-cli/developers.md": "# Continuix MCP and CLI — Developers\n\n**Audience:** Agent hosts and local tooling. \n**Site:** [https://docs.continuix.x12i.com](https://docs.continuix.x12i.com)\n\n---\n\n## MCP tools\n\n`@x12i/continuix-mcp` is a thin adapter over `ContinuixClient`. Tools are derived from `ContinuixOperations` and named `continuix_<snake_case>`.\n\nExamples (exact set follows client operations): remember, recall, grounded recall, sessions, consolidate — same error model as HTTP.\n\n```ts\nimport { listContinuixMcpTools, callContinuixMcpTool } from \"@x12i/continuix-mcp\";\nimport { ContinuixClient } from \"@x12i/continuix-client\";\n\nconst tools = listContinuixMcpTools();\nconst result = await callContinuixMcpTool(client, \"continuix_remember\", args);\n```\n\n> **Tip.** Runtime continuity uses MCP / HTTP. Knowledge for agents about Continuix itself uses `npm i -D @x12i/continuix-docs` — do not confuse the two.\n\n---\n\n## Client adapter\n\n`ContinuixClient` is the shared TypeScript surface. Point it at your Continuix base URL (default worker `http://127.0.0.1:8787`). Auth / internal tokens follow the same rules as the HTTP service.\n\n---\n\n## CLI health and migrate\n\n`@x12i/continuix-cli`:\n\n| Command | Role |\n|---------|------|\n| `health` | Probe Continuix health |\n| migrate (JSON/JSONL) | One-way Engraphis export → Continuix-shaped records |\n\nDirect SQLite `.db` read is not supported in-process — export to JSON/JSONL first. Dry-run is supported. Imported content remains untrusted until validated (see [Hard rules](../../HARD-RULES.md)).\n",
594
+ "downloads/books/04-status-ui/builders.chapters.json": "[\n {\n \"slug\": \"preamble\",\n \"title\": \"Introduction\",\n \"level\": 2,\n \"order\": 0\n },\n {\n \"slug\": \"goals\",\n \"title\": \"Goals\",\n \"level\": 2,\n \"order\": 1\n },\n {\n \"slug\": \"worker-contract\",\n \"title\": \"Worker contract\",\n \"level\": 2,\n \"order\": 2\n },\n {\n \"slug\": \"skill-checklist\",\n \"title\": \"Skill checklist\",\n \"level\": 2,\n \"order\": 3\n },\n {\n \"slug\": \"proxy-routes\",\n \"title\": \"Proxy routes\",\n \"level\": 2,\n \"order\": 4\n }\n]",
595
+ "downloads/books/04-status-ui/builders.md": "# Continuix Status UI — Operators\n\n**Audience:** People running the status dashboard in staging / production. \n**Twin:** [Developers version](../developers/BOOK.md) \n**Site:** [https://docs.continuix.x12i.com](https://docs.continuix.x12i.com)\n\n---\n\n## Goals\n\nDiscovery and health only. In `SERVICE_MODE=prod`, **Try is disabled** (server returns 403 on `/api/try`). Local `npm run dev` sets `SERVICE_MODE=dev` so Try remains available for smoke tests.\n\nNever put `INTERNAL_SERVICE_TOKEN` in browser code, `/metadata`, or `/api/status` responses.\n\n---\n\n## Worker contract\n\nOperators need workers that answer `/health` and `/metadata`. `/ready` is optional but useful for readiness probes. `/pipeline` must require the internal token when configured.\n\n---\n\n## Skill checklist\n\nSkills come from the worker — do not ship a hardcoded catalog in the UI. If a skill is missing from the dashboard, fix `/metadata` on the worker.\n\n---\n\n## Proxy routes\n\n| UI route | Prod behavior |\n|----------|---------------|\n| `GET /api/status` | Aggregate health + catalogs (no secrets) |\n| `POST /api/try` | **403** when `SERVICE_MODE=prod` |\n| `GET /health` | UI liveness |\n\nRegister workers by URL + display name only in `apps/status-ui/src/status.js`.\n",
596
+ "downloads/books/04-status-ui/developers.chapters.json": "[\n {\n \"slug\": \"preamble\",\n \"title\": \"Introduction\",\n \"level\": 2,\n \"order\": 0\n },\n {\n \"slug\": \"goals\",\n \"title\": \"Goals\",\n \"level\": 2,\n \"order\": 1\n },\n {\n \"slug\": \"worker-contract\",\n \"title\": \"Worker contract\",\n \"level\": 2,\n \"order\": 2\n },\n {\n \"slug\": \"skill-checklist\",\n \"title\": \"Skill checklist\",\n \"level\": 2,\n \"order\": 3\n },\n {\n \"slug\": \"proxy-routes\",\n \"title\": \"Proxy routes\",\n \"level\": 2,\n \"order\": 4\n }\n]",
597
+ "downloads/books/04-status-ui/developers.md": "# Continuix Status UI — Developers\n\n**Audience:** Engineers extending the discovery dashboard or worker skills. \n**Twin:** [Operators version](../builders/BOOK.md) \n**Site:** [https://docs.continuix.x12i.com](https://docs.continuix.x12i.com)\n\n---\n\n## Goals\n\nThe UI is a **discovery + status surface**, not a full product console.\n\nIt answers:\n\n1. Is each worker up?\n2. What HTTP APIs and skills does it advertise?\n3. What does a skill take / return (summary + example JSON)?\n4. In **dev** only: can I send a real `POST /pipeline` and inspect the response?\n\nReference: `apps/status-ui` · live `http://127.0.0.1:8788` via `npm run dev -w @x12i/continuix-status-ui`.\n\nWorkers are the **source of truth**. The UI must not hardcode skill catalogs; it loads them from each worker’s `GET /metadata`.\n\n---\n\n## Worker contract\n\n| Method | Path | UI use |\n|--------|------|--------|\n| `GET` | `/health` | On / off indicator |\n| `GET` | `/ready` | Optional readiness |\n| `GET` | `/metadata` | Endpoint index + skill catalog |\n| `POST` | `/pipeline` | Try playground (**dev** only via UI) |\n| `GET` | `/capabilities` | Optional |\n\nAuthor skills in `packages/service/src/contracts/skills.ts` and serve them from `/metadata`.\n\n---\n\n## Skill checklist\n\n- Stable `serviceId` / `serviceType` matching dispatcher routing (`continuix` / `agent-continuity`)\n- One-line `description`\n- `inputs` / `outputs` summaries\n- Valid stub-sendable `exampleInput`\n- Illustrative `exampleOutput`\n- Honors `stub.enabled` on `/pipeline`\n\n### Adding a worker to the UI\n\n1. Implement `/health`, `/metadata` (with `skills[]`), `/pipeline`.\n2. Register in `apps/status-ui/src/status.js` (URLs + display name only).\n3. Document env defaults in the status-ui README and root README.\n4. Wire `npm run dev` / `serve`.\n5. Verify: `:8788` → expand → Try → Stub → Send.\n\n---\n\n## Proxy routes\n\nBrowsers must not call worker ports directly (CORS). Keep:\n\n| UI route | Role |\n|----------|------|\n| `GET /` | Dashboard |\n| `GET /api/status` | Aggregate health + catalogs |\n| `POST /api/try` | Proxy to `{worker}/pipeline` — **403 in prod** |\n| `GET /health` | UI liveness |\n\nProbe timeout ≈2s; try timeout ≈15s. Never put `INTERNAL_SERVICE_TOKEN` in browser-side code or status API responses.\n",
598
+ "downloads/books/05-production-and-security/builders.chapters.json": "[\n {\n \"slug\": \"preamble\",\n \"title\": \"Introduction\",\n \"level\": 2,\n \"order\": 0\n },\n {\n \"slug\": \"production-topology\",\n \"title\": \"Production topology\",\n \"level\": 2,\n \"order\": 1\n },\n {\n \"slug\": \"tokens-and-rate-limits\",\n \"title\": \"Tokens and rate limits\",\n \"level\": 2,\n \"order\": 2\n },\n {\n \"slug\": \"security-invariants\",\n \"title\": \"Security invariants\",\n \"level\": 2,\n \"order\": 3\n },\n {\n \"slug\": \"observability\",\n \"title\": \"Observability\",\n \"level\": 2,\n \"order\": 4\n }\n]",
599
+ "downloads/books/05-production-and-security/builders.md": "# Continuix Production and Security — Operators\n\n**Audience:** Deploy and harden Continuix. \n**Site:** [https://docs.continuix.x12i.com](https://docs.continuix.x12i.com) · [Hard rules](../../HARD-RULES.md)\n\n---\n\n## Production topology\n\n- Multi-replica Continuix service; Mongo replica set for `memorix-memory`\n- Worker: `/health`, `/ready`, `/metadata`, `/pipeline`\n- Product API: `/api/continuix/v1/*`\n- Status UI Try playground is **off** when `SERVICE_MODE=prod` (403 on `/api/try`)\n- Non-root container; backup/restore includes `memorix-memory`\n- Authix for identity; Credorix for external provider credentials\n\nSee `deploy/kubernetes/` and `Dockerfile` in the monorepo.\n\n---\n\n## Tokens and rate limits\n\n- Never put `INTERNAL_SERVICE_TOKEN` in browser code or `/metadata` / `/api/status` responses\n- Per-actor rate limits on the product API (default **120/min**)\n- Worker `/pipeline` requires the internal token when configured\n\n---\n\n## Security invariants\n\n1. Tenant scope before retrieval.\n2. Scope promotion requires authorization.\n3. Secrets via Credorix references, not memory content.\n4. sourceRefs authorized on write and dereference.\n5. Sensitive memories must not use unapproved external embedders.\n6. `forget` is reversible archival; privacy delete is separate.\n7. Imported content is untrusted until validated.\n8. Continuix never mutates authoritative Memorix Context / entity / event / knowledge as owner.\n\n---\n\n## Observability\n\nLogs and metrics exclude raw memory content by default. Prefer health/ready probes and aggregate status UI for ops dashboards — not browser-side tokens.\n",
600
+ "downloads/use-cases/call-remember-recall.md": "# Call remember and recall\n\n> **Use case id:** `call-remember-recall`\n> **Goal:** Wire a host to the Continuix HTTP product API for remember, recall, grounded recall, and sessions.\n> **Audiences:** developers\n> **Tags:** http, api, remember, recall\n\n## Reading path\n\n1. **HTTP API** (developers) → chapters: `product-api-prefix`, `remember`, `recall-and-grounded`, `sessions-and-consolidate`, `worker-probes`\n\n## From: HTTP API — Product API prefix\n\nAll product routes live under `/api/continuix/v1/*` on `@x12i/continuix-service`.\n\nOpenAPI is served at `GET /api/continuix/v1/openapi.json`. Metrics at `GET /api/continuix/v1/metrics`.\n\nPer-actor rate limit defaults to **120 requests/minute** on the product API.\n\n---\n\n## From: HTTP API — Remember\n\n`POST /api/continuix/v1/remember`\n\nPersist an agent continuity record (tenant-scoped). Continuix resolves identity / conflicts via `@x12i/continuix-core` and writes through the Memorix adapter into `memorix-memory`.\n\n> **Remember.** Always pass tenant / actor context. Scope promotion is gated by authorization.\n\n---\n\n## From: HTTP API — Recall and grounded\n\n| Method | Path | Role |\n|--------|------|------|\n| `POST` | `/api/continuix/v1/recall` | Ranked recall |\n| `POST` | `/api/continuix/v1/recall/grounded` | Grounded recall with abstain |\n| `POST` | `/api/continuix/v1/proactive-context` | Proactive Continuix memory for a turn |\n\nGrounded recall must **abstain** when grounding fails — do not invent continuity. Ranking lives in `@x12i/continuix-recall`.\n\n---\n\n## From: HTTP API — Sessions and consolidate\n\n| Method | Path | Role |\n|--------|------|------|\n| `POST` | `/api/continuix/v1/sessions/start` | Start a continuity session |\n| `POST` | `/api/continuix/v1/sessions/end` | End a session |\n| `POST` | `/api/continuix/v1/consolidate` | Retention / consolidation pass |\n\nConsolidation is implemented by `@x12i/continuix-consolidation` against the underlying memory store.\n\n---\n\n## From: HTTP API — Worker probes\n\nThe same process also exposes the connector worker contract used by the status UI:\n\n| Method | Path | Role |\n|--------|------|------|\n| `GET` | `/health` | Liveness |\n| `GET` | `/ready` | Readiness (config loaded) |\n| `GET` | `/metadata` | Endpoint index + skill catalog |\n| `POST` | `/pipeline` | Skill invocation (internal token when configured) |\n| `GET` | `/capabilities` | Optional capabilities |\n\nProduct health mirrors: `GET /api/continuix/v1/health` and `/ready`.\n\nSkills are authored in `packages/service/src/contracts/skills.ts` and advertised from `/metadata`. Keep descriptions short; deep algorithm detail belongs in these ebooks.\n\n---\n\n## Also see\n\n- **HTTP API** (`01-http-api`) — remember, recall, grounded recall, proactive context, sessions, consolidate — plus health/ready/metadata/pipeline.\n- **Memorix Integration** (`02-memorix-integration`) — memorix-writer / retrieval / catalog, memorix-memory target, when Explorer HTTP is optional.\n\n---\n\n_Generated use-case pack for agents and humans. See `agent-manifest.json` for discovery._\n",
601
+ "downloads/use-cases/deploy-securely.md": "# Deploy Continuix securely\n\n> **Use case id:** `deploy-securely`\n> **Goal:** Run multi-replica Continuix with Memorix Mongo, rate limits, Authix/Credorix, and production UI hardening.\n> **Audiences:** builders\n> **Tags:** deploy, security\n\n## Reading path\n\n1. **Production and Security** (builders) → chapters: `production-topology`, `tokens-and-rate-limits`, `security-invariants`, `observability`\n\n## From: Production and Security — Production topology\n\n- Multi-replica Continuix service; Mongo replica set for `memorix-memory`\n- Worker: `/health`, `/ready`, `/metadata`, `/pipeline`\n- Product API: `/api/continuix/v1/*`\n- Status UI Try playground is **off** when `SERVICE_MODE=prod` (403 on `/api/try`)\n- Non-root container; backup/restore includes `memorix-memory`\n- Authix for identity; Credorix for external provider credentials\n\nSee `deploy/kubernetes/` and `Dockerfile` in the monorepo.\n\n---\n\n## From: Production and Security — Tokens and rate limits\n\n- Never put `INTERNAL_SERVICE_TOKEN` in browser code or `/metadata` / `/api/status` responses\n- Per-actor rate limits on the product API (default **120/min**)\n- Worker `/pipeline` requires the internal token when configured\n\n---\n\n## From: Production and Security — Security invariants\n\n1. Tenant scope before retrieval.\n2. Scope promotion requires authorization.\n3. Secrets via Credorix references, not memory content.\n4. sourceRefs authorized on write and dereference.\n5. Sensitive memories must not use unapproved external embedders.\n6. `forget` is reversible archival; privacy delete is separate.\n7. Imported content is untrusted until validated.\n8. Continuix never mutates authoritative Memorix Context / entity / event / knowledge as owner.\n\n---\n\n## From: Production and Security — Observability\n\nLogs and metrics exclude raw memory content by default. Prefer health/ready probes and aggregate status UI for ops dashboards — not browser-side tokens.\n\n## Also see\n\n- **Production and Security** (`05-production-and-security`) — Replicas, rate limits, tokens, Authix/Credorix, tenant scope, grounded abstain, forget vs privacy delete.\n- **Platform Overview** (`00-platform-overview`) — What Continuix is, how it sits next to Memorix and Recallix, packages, surfaces, and which ebook to open next.\n\n---\n\n_Generated use-case pack for agents and humans. See `agent-manifest.json` for discovery._\n",
602
+ "downloads/use-cases/orient-continuix.md": "# Orient on Continuix\n\n> **Use case id:** `orient-continuix`\n> **Goal:** Understand Continuix vs Memorix Context vs Recallix, surfaces, packages, and which ebook to open next.\n> **Audiences:** developers, builders\n> **Tags:** platform, start-here\n\n## Reading path\n\n1. **Platform Overview** (developers) → chapters: `the-mental-model`, `context-composition`, `surfaces-and-packages`, `hard-product-rules`, `which-ebook-next`\n\n## From: Platform Overview — The mental model\n\nContinuix is a **governed agent continuity engine**.\n\n> Agents call Continuix → Continuix logic resolves / ranks / grounds → Memorix packages write and read `memorix-memory` → Mongo.\n\nIt is a **separate service alongside Memorix**. It does not own organizational Memorix Context, and it is not Recallix (documents / RAG).\n\n---\n\n## From: Platform Overview — Context composition\n\n| Source | Role |\n|--------|------|\n| Memorix Context | What the organization wants agents to know |\n| Recallix | Relevant documents / RAG |\n| Continuix | What agents learned while working |\n\nCompose these at the host. Continuix never mutates authoritative Memorix Context / entity / event / knowledge as owner.\n\n---\n\n## From: Platform Overview — Surfaces and packages\n\n| Surface | Entry |\n|---------|--------|\n| HTTP product API | `@x12i/continuix-service` — `/api/continuix/v1/*` |\n| Worker contract | `/health`, `/ready`, `/metadata`, `/pipeline`, `/capabilities` |\n| MCP | `@x12i/continuix-mcp` — `continuix_*` tools |\n| CLI | `@x12i/continuix-cli` — `health`, migrate JSON |\n| Status UI | `apps/status-ui` — `http://127.0.0.1:8788` |\n| Client SDK | `@x12i/continuix-client` |\n\n| Package | Role |\n|---------|------|\n| `@x12i/continuix-core` | Domain + deterministic resolve / scoring / grounded |\n| `@x12i/continuix-memorix` | Memorix adapter |\n| `@x12i/continuix-recall` | Ranking + grounded abstain |\n| `@x12i/continuix-consolidation` | Consolidation / retention |\n| `@x12i/continuix-service` | HTTP + worker |\n| `@x12i/continuix-client` | TypeScript SDK |\n| `@x12i/continuix-mcp` | MCP adapter |\n| `@x12i/continuix-cli` | CLI |\n| `@x12i/continuix-status-ui` | Discovery / status dashboard |\n\n---\n\n## From: Platform Overview — Hard product rules\n\nSee [HARD-RULES.md](../../HARD-RULES.md). Short list: separate service, `memorix-memory` via packages, tenant scope first, grounded abstain is real, tokens never in the browser.\n\n---\n\n## From: Platform Overview — Which ebook next\n\n| Goal | Open |\n|------|------|\n| HTTP contract | [HTTP API](../../01-http-api/developers/BOOK.md) |\n| Memorix wiring | [Memorix Integration](../../02-memorix-integration/developers/BOOK.md) |\n| Agents / CLI | [MCP and CLI](../../03-mcp-and-cli/developers/BOOK.md) |\n| Status dashboard | [Status UI](../../04-status-ui/developers/BOOK.md) |\n| Deploy | [Production and Security](../../05-production-and-security/builders/BOOK.md) (Operators) |\n\n## Also see\n\n- **Platform Overview** (`00-platform-overview`) — What Continuix is, how it sits next to Memorix and Recallix, packages, surfaces, and which ebook to open next.\n\n---\n\n_Generated use-case pack for agents and humans. See `agent-manifest.json` for discovery._\n",
603
+ "downloads/use-cases/run-status-ui.md": "# Run the status UI\n\n> **Use case id:** `run-status-ui`\n> **Goal:** Start the discovery dashboard, register workers, and use Try only in dev.\n> **Audiences:** developers, builders\n> **Tags:** status-ui, worker\n\n## Reading path\n\n1. **Status UI** (developers) → chapters: `goals`, `worker-contract`, `skill-checklist`, `proxy-routes`\n\n## From: Status UI — Goals\n\nThe UI is a **discovery + status surface**, not a full product console.\n\nIt answers:\n\n1. Is each worker up?\n2. What HTTP APIs and skills does it advertise?\n3. What does a skill take / return (summary + example JSON)?\n4. In **dev** only: can I send a real `POST /pipeline` and inspect the response?\n\nReference: `apps/status-ui` · live `http://127.0.0.1:8788` via `npm run dev -w @x12i/continuix-status-ui`.\n\nWorkers are the **source of truth**. The UI must not hardcode skill catalogs; it loads them from each worker’s `GET /metadata`.\n\n---\n\n## From: Status UI — Worker contract\n\n| Method | Path | UI use |\n|--------|------|--------|\n| `GET` | `/health` | On / off indicator |\n| `GET` | `/ready` | Optional readiness |\n| `GET` | `/metadata` | Endpoint index + skill catalog |\n| `POST` | `/pipeline` | Try playground (**dev** only via UI) |\n| `GET` | `/capabilities` | Optional |\n\nAuthor skills in `packages/service/src/contracts/skills.ts` and serve them from `/metadata`.\n\n---\n\n## From: Status UI — Skill checklist\n\n- Stable `serviceId` / `serviceType` matching dispatcher routing (`continuix` / `agent-continuity`)\n- One-line `description`\n- `inputs` / `outputs` summaries\n- Valid stub-sendable `exampleInput`\n- Illustrative `exampleOutput`\n- Honors `stub.enabled` on `/pipeline`\n\n### Adding a worker to the UI\n\n1. Implement `/health`, `/metadata` (with `skills[]`), `/pipeline`.\n2. Register in `apps/status-ui/src/status.js` (URLs + display name only).\n3. Document env defaults in the status-ui README and root README.\n4. Wire `npm run dev` / `serve`.\n5. Verify: `:8788` → expand → Try → Stub → Send.\n\n---\n\n## From: Status UI — Proxy routes\n\nBrowsers must not call worker ports directly (CORS). Keep:\n\n| UI route | Role |\n|----------|------|\n| `GET /` | Dashboard |\n| `GET /api/status` | Aggregate health + catalogs |\n| `POST /api/try` | Proxy to `{worker}/pipeline` — **403 in prod** |\n| `GET /health` | UI liveness |\n\nProbe timeout ≈2s; try timeout ≈15s. Never put `INTERNAL_SERVICE_TOKEN` in browser-side code or status API responses.\n\n## Also see\n\n- **Status UI** (`04-status-ui`) — Worker contract, skill catalog from /metadata, proxy routes, and when Try is disabled in prod.\n\n---\n\n_Generated use-case pack for agents and humans. See `agent-manifest.json` for discovery._\n",
604
+ "downloads/use-cases/wire-mcp-agent.md": "# Wire an MCP agent\n\n> **Use case id:** `wire-mcp-agent`\n> **Goal:** Expose Continuix operations to Cursor or other hosts via continuix_* tools and the TypeScript client.\n> **Audiences:** developers\n> **Tags:** mcp, agents\n\n## Reading path\n\n1. **MCP and CLI** (developers) → chapters: `mcp-tools`, `client-adapter`, `cli-health-and-migrate`\n\n## From: MCP and CLI — MCP tools\n\n`@x12i/continuix-mcp` is a thin adapter over `ContinuixClient`. Tools are derived from `ContinuixOperations` and named `continuix_<snake_case>`.\n\nExamples (exact set follows client operations): remember, recall, grounded recall, sessions, consolidate — same error model as HTTP.\n\n```ts\nimport { listContinuixMcpTools, callContinuixMcpTool } from \"@x12i/continuix-mcp\";\nimport { ContinuixClient } from \"@x12i/continuix-client\";\n\nconst tools = listContinuixMcpTools();\nconst result = await callContinuixMcpTool(client, \"continuix_remember\", args);\n```\n\n> **Tip.** Runtime continuity uses MCP / HTTP. Knowledge for agents about Continuix itself uses `npm i -D @x12i/continuix-docs` — do not confuse the two.\n\n---\n\n## From: MCP and CLI — Client adapter\n\n`ContinuixClient` is the shared TypeScript surface. Point it at your Continuix base URL (default worker `http://127.0.0.1:8787`). Auth / internal tokens follow the same rules as the HTTP service.\n\n---\n\n## From: MCP and CLI — CLI health and migrate\n\n`@x12i/continuix-cli`:\n\n| Command | Role |\n|---------|------|\n| `health` | Probe Continuix health |\n| migrate (JSON/JSONL) | One-way Engraphis export → Continuix-shaped records |\n\nDirect SQLite `.db` read is not supported in-process — export to JSON/JSONL first. Dry-run is supported. Imported content remains untrusted until validated (see [Hard rules](../../HARD-RULES.md)).\n\n## Also see\n\n- **MCP and CLI** (`03-mcp-and-cli`) — continuix_* MCP tools over ContinuixClient, health CLI, and Engraphis JSON migrate.\n- **HTTP API** (`01-http-api`) — remember, recall, grounded recall, proactive context, sessions, consolidate — plus health/ready/metadata/pipeline.\n\n---\n\n_Generated use-case pack for agents and humans. See `agent-manifest.json` for discovery._\n",
605
+ "downloads/use-cases/wire-memorix-storage.md": "# Wire Memorix storage\n\n> **Use case id:** `wire-memorix-storage`\n> **Goal:** Install Memorix packages, point at memorix-memory, and choose package vs Explorer adapter.\n> **Audiences:** developers\n> **Tags:** memorix, mongo, storage\n\n## Reading path\n\n1. **Memorix Integration** (developers) → chapters: `install-packages`, `memory-target`, `adapter-modes`, `what-continuix-does-not-own`\n\n## From: Memorix Integration — Install packages\n\n```bash\nnpm install @x12i/memorix-writer @x12i/memorix-retrieval @x12i/memorix-catalog\n# optional:\nnpm install @x12i/memorix-similarity\n```\n\n| Package | Use |\n|---------|-----|\n| writer | Governed writes into `memorix-memory` |\n| retrieval | Memories + dereference sourceRefs |\n| catalog | Catalox descriptors |\n| similarity | Semantic candidates |\n\nEnv: `MEMORIX_MEMORY_DB=memorix-memory`\n\n---\n\n## From: Memorix Integration — Memory target\n\nTarget `\"memory\"` is registered in `@x12i/memorix-descriptors` (`MemorixTarget`). Continuix stores agent continuity records there via `@x12i/continuix-memorix` (`ContinuixMemorixRepository`).\n\nLocal / test mode can use an in-memory repository (`mode: \"memory\"`) without Mongo.\n\n---\n\n## From: Memorix Integration — Adapter modes\n\n```text\nAgents → Continuix API → Continuix logic → memorix-writer/retrieval/catalog → Mongo\n```\n\n**Prefer packages over Explorer HTTP** when package access is available. The HTTP / Explorer adapter is optional and only for deployments without direct Mongo access.\n\n---\n\n## From: Memorix Integration — What Continuix does not own\n\nContinuix **never** mutates authoritative Memorix Context / entity / event / knowledge as owner.\n\nSecrets belong in Credorix references, not memory content. `sourceRefs` must be authorized on write and on dereference. Sensitive memories must not use unapproved external embedders.\n\nImported content (for example Engraphis migrate) is untrusted until validated.\n\n## Also see\n\n- **Memorix Integration** (`02-memorix-integration`) — memorix-writer / retrieval / catalog, memorix-memory target, when Explorer HTTP is optional.\n\n---\n\n_Generated use-case pack for agents and humans. See `agent-manifest.json` for discovery._\n",
606
+ "catalog.json": "{\"roles\":[{\"id\":\"developers\",\"label\":\"Developers\",\"tagline\":\"Call Continuix from code and agents\",\"description\":\"HTTP API, TypeScript client, MCP tools, CLI, and status UI integrators — remember, recall, grounded abstain, sessions.\"},{\"id\":\"builders\",\"label\":\"Operators\",\"tagline\":\"Run and harden Continuix\",\"description\":\"People who deploy the worker, wire Memorix Mongo, configure Authix/Credorix, and operate the status dashboard.\"}],\"families\":[{\"id\":\"continuix\",\"name\":\"Continuix\",\"tagline\":\"Governed agent continuity on Memorix.\",\"description\":\"Store what agents learned while working in memorix-memory. Compose with Memorix Context and Recallix — never replace them.\",\"color\":\"#1a3a4a\"}],\"books\":[{\"id\":\"00-platform-overview\",\"familyId\":\"continuix\",\"audiences\":[\"developers\",\"builders\"],\"status\":\"available\",\"kicker\":\"CASE FILE · CX-00\",\"title\":\"Platform Overview\",\"subtitle\":\"Mental model and surfaces\",\"blurb\":\"What Continuix is, how it sits next to Memorix and Recallix, packages, surfaces, and which ebook to open next.\",\"tags\":[\"platform\",\"start-here\"],\"color\":\"#1a3a4a\",\"dir\":\"00-platform-overview\"},{\"id\":\"01-http-api\",\"familyId\":\"continuix\",\"audiences\":[\"developers\"],\"status\":\"available\",\"kicker\":\"CASE FILE · CX-01\",\"title\":\"HTTP API\",\"subtitle\":\"Product + worker contract\",\"blurb\":\"remember, recall, grounded recall, proactive context, sessions, consolidate — plus health/ready/metadata/pipeline.\",\"tags\":[\"http\",\"api\",\"remember\",\"recall\"],\"color\":\"#b14a2c\",\"dir\":\"01-http-api\"},{\"id\":\"02-memorix-integration\",\"familyId\":\"continuix\",\"audiences\":[\"developers\"],\"status\":\"available\",\"kicker\":\"CASE FILE · CX-02\",\"title\":\"Memorix Integration\",\"subtitle\":\"Storage and packages\",\"blurb\":\"memorix-writer / retrieval / catalog, memorix-memory target, when Explorer HTTP is optional.\",\"tags\":[\"memorix\",\"mongo\",\"storage\"],\"color\":\"#1f6e5c\",\"dir\":\"02-memorix-integration\"},{\"id\":\"03-mcp-and-cli\",\"familyId\":\"continuix\",\"audiences\":[\"developers\"],\"status\":\"available\",\"kicker\":\"CASE FILE · CX-03\",\"title\":\"MCP and CLI\",\"subtitle\":\"Agents and local tools\",\"blurb\":\"continuix_* MCP tools over ContinuixClient, health CLI, and Engraphis JSON migrate.\",\"tags\":[\"mcp\",\"cli\",\"agents\"],\"color\":\"#a5710f\",\"dir\":\"03-mcp-and-cli\"},{\"id\":\"04-status-ui\",\"familyId\":\"continuix\",\"audiences\":[\"developers\",\"builders\"],\"status\":\"available\",\"kicker\":\"CASE FILE · CX-04\",\"title\":\"Status UI\",\"subtitle\":\"Discovery and Try\",\"blurb\":\"Worker contract, skill catalog from /metadata, proxy routes, and when Try is disabled in prod.\",\"tags\":[\"status-ui\",\"worker\",\"skills\"],\"color\":\"#4a3f6b\",\"dir\":\"04-status-ui\"},{\"id\":\"05-production-and-security\",\"familyId\":\"continuix\",\"audiences\":[\"builders\"],\"status\":\"available\",\"kicker\":\"CASE FILE · CX-05\",\"title\":\"Production and Security\",\"subtitle\":\"Deploy and trust model\",\"blurb\":\"Replicas, rate limits, tokens, Authix/Credorix, tenant scope, grounded abstain, forget vs privacy delete.\",\"tags\":[\"deploy\",\"security\",\"ops\"],\"color\":\"#2c5f7a\",\"dir\":\"05-production-and-security\",\"buildersPrimary\":true}]}",
607
+ "use-cases.json": "{\"useCases\":[{\"id\":\"orient-continuix\",\"title\":\"Orient on Continuix\",\"goal\":\"Understand Continuix vs Memorix Context vs Recallix, surfaces, packages, and which ebook to open next.\",\"audiences\":[\"developers\",\"builders\"],\"tags\":[\"platform\",\"start-here\"],\"path\":[{\"bookId\":\"00-platform-overview\",\"audience\":\"developers\",\"chapters\":[\"the-mental-model\",\"context-composition\",\"surfaces-and-packages\",\"hard-product-rules\",\"which-ebook-next\"]}],\"alsoSee\":[\"00-platform-overview\"]},{\"id\":\"call-remember-recall\",\"title\":\"Call remember and recall\",\"goal\":\"Wire a host to the Continuix HTTP product API for remember, recall, grounded recall, and sessions.\",\"audiences\":[\"developers\"],\"tags\":[\"http\",\"api\",\"remember\",\"recall\"],\"path\":[{\"bookId\":\"01-http-api\",\"audience\":\"developers\",\"chapters\":[\"product-api-prefix\",\"remember\",\"recall-and-grounded\",\"sessions-and-consolidate\",\"worker-probes\"]}],\"alsoSee\":[\"01-http-api\",\"02-memorix-integration\"]},{\"id\":\"wire-memorix-storage\",\"title\":\"Wire Memorix storage\",\"goal\":\"Install Memorix packages, point at memorix-memory, and choose package vs Explorer adapter.\",\"audiences\":[\"developers\"],\"tags\":[\"memorix\",\"mongo\",\"storage\"],\"path\":[{\"bookId\":\"02-memorix-integration\",\"audience\":\"developers\",\"chapters\":[\"install-packages\",\"memory-target\",\"adapter-modes\",\"what-continuix-does-not-own\"]}],\"alsoSee\":[\"02-memorix-integration\"]},{\"id\":\"wire-mcp-agent\",\"title\":\"Wire an MCP agent\",\"goal\":\"Expose Continuix operations to Cursor or other hosts via continuix_* tools and the TypeScript client.\",\"audiences\":[\"developers\"],\"tags\":[\"mcp\",\"agents\"],\"path\":[{\"bookId\":\"03-mcp-and-cli\",\"audience\":\"developers\",\"chapters\":[\"mcp-tools\",\"client-adapter\",\"cli-health-and-migrate\"]}],\"alsoSee\":[\"03-mcp-and-cli\",\"01-http-api\"]},{\"id\":\"run-status-ui\",\"title\":\"Run the status UI\",\"goal\":\"Start the discovery dashboard, register workers, and use Try only in dev.\",\"audiences\":[\"developers\",\"builders\"],\"tags\":[\"status-ui\",\"worker\"],\"path\":[{\"bookId\":\"04-status-ui\",\"audience\":\"developers\",\"chapters\":[\"goals\",\"worker-contract\",\"skill-checklist\",\"proxy-routes\"]}],\"alsoSee\":[\"04-status-ui\"]},{\"id\":\"deploy-securely\",\"title\":\"Deploy Continuix securely\",\"goal\":\"Run multi-replica Continuix with Memorix Mongo, rate limits, Authix/Credorix, and production UI hardening.\",\"audiences\":[\"builders\"],\"tags\":[\"deploy\",\"security\"],\"path\":[{\"bookId\":\"05-production-and-security\",\"audience\":\"builders\",\"chapters\":[\"production-topology\",\"tokens-and-rate-limits\",\"security-invariants\",\"observability\"]}],\"alsoSee\":[\"05-production-and-security\",\"00-platform-overview\"]}]}",
608
+ "site.json": "{\"product\":\"continuix\",\"brand\":\"continuix · docs\",\"brandAccent\":\"docs\",\"siteUrl\":\"https://docs.continuix.x12i.com\",\"knowledgePackage\":\"@x12i/continuix-docs\",\"footer\":\"CONTINUIX FIELD GUIDES · AGENT CONTINUITY\",\"accent\":\"oklch(42% 0.06 210)\",\"accentAlt\":\"oklch(52% 0.09 55)\",\"productUrl\":\"https://continuix.x12i.com\",\"nav\":[{\"label\":\"Getting started\",\"href\":\"/getting-started\"},{\"label\":\"Use cases\",\"href\":\"/use-cases\"},{\"label\":\"Catalog\",\"href\":\"/catalog\"}],\"footerLinks\":[{\"label\":\"Docs home\",\"href\":\"/docs\"},{\"label\":\"Getting started\",\"href\":\"/getting-started\"},{\"label\":\"Use cases\",\"href\":\"/use-cases\"},{\"label\":\"Catalog\",\"href\":\"/catalog\"},{\"label\":\"Agents/SDK\",\"href\":\"/agents\"}]}",
609
+ "agent-manifest.json": "{\"version\":1,\"product\":\"continuix\",\"site\":\"https://docs.continuix.x12i.com\",\"knowledgePackage\":\"@x12i/continuix-docs\",\"roles\":[\"developers\",\"builders\"],\"books\":[{\"id\":\"00-platform-overview\",\"audiences\":[\"developers\",\"builders\"],\"md\":{\"developers\":\"downloads/books/00-platform-overview/developers.md\",\"builders\":\"downloads/books/00-platform-overview/builders.md\"},\"pdf\":{\"developers\":null,\"builders\":null},\"chapters\":{\"developers\":\"downloads/books/00-platform-overview/developers.chapters.json\",\"builders\":\"downloads/books/00-platform-overview/builders.chapters.json\"}},{\"id\":\"01-http-api\",\"audiences\":[\"developers\"],\"md\":{\"developers\":\"downloads/books/01-http-api/developers.md\"},\"pdf\":{\"developers\":null},\"chapters\":{\"developers\":\"downloads/books/01-http-api/developers.chapters.json\"}},{\"id\":\"02-memorix-integration\",\"audiences\":[\"developers\"],\"md\":{\"developers\":\"downloads/books/02-memorix-integration/developers.md\"},\"pdf\":{\"developers\":null},\"chapters\":{\"developers\":\"downloads/books/02-memorix-integration/developers.chapters.json\"}},{\"id\":\"03-mcp-and-cli\",\"audiences\":[\"developers\"],\"md\":{\"developers\":\"downloads/books/03-mcp-and-cli/developers.md\"},\"pdf\":{\"developers\":null},\"chapters\":{\"developers\":\"downloads/books/03-mcp-and-cli/developers.chapters.json\"}},{\"id\":\"04-status-ui\",\"audiences\":[\"developers\",\"builders\"],\"md\":{\"developers\":\"downloads/books/04-status-ui/developers.md\",\"builders\":\"downloads/books/04-status-ui/builders.md\"},\"pdf\":{\"developers\":null,\"builders\":null},\"chapters\":{\"developers\":\"downloads/books/04-status-ui/developers.chapters.json\",\"builders\":\"downloads/books/04-status-ui/builders.chapters.json\"}},{\"id\":\"05-production-and-security\",\"audiences\":[\"builders\"],\"md\":{\"builders\":\"downloads/books/05-production-and-security/builders.md\"},\"pdf\":{\"builders\":null},\"chapters\":{\"builders\":\"downloads/books/05-production-and-security/builders.chapters.json\"}}],\"useCases\":[{\"id\":\"orient-continuix\",\"title\":\"Orient on Continuix\",\"md\":\"downloads/use-cases/orient-continuix.md\",\"path\":[{\"bookId\":\"00-platform-overview\",\"audience\":\"developers\",\"chapters\":[\"the-mental-model\",\"context-composition\",\"surfaces-and-packages\",\"hard-product-rules\",\"which-ebook-next\"]}]},{\"id\":\"call-remember-recall\",\"title\":\"Call remember and recall\",\"md\":\"downloads/use-cases/call-remember-recall.md\",\"path\":[{\"bookId\":\"01-http-api\",\"audience\":\"developers\",\"chapters\":[\"product-api-prefix\",\"remember\",\"recall-and-grounded\",\"sessions-and-consolidate\",\"worker-probes\"]}]},{\"id\":\"wire-memorix-storage\",\"title\":\"Wire Memorix storage\",\"md\":\"downloads/use-cases/wire-memorix-storage.md\",\"path\":[{\"bookId\":\"02-memorix-integration\",\"audience\":\"developers\",\"chapters\":[\"install-packages\",\"memory-target\",\"adapter-modes\",\"what-continuix-does-not-own\"]}]},{\"id\":\"wire-mcp-agent\",\"title\":\"Wire an MCP agent\",\"md\":\"downloads/use-cases/wire-mcp-agent.md\",\"path\":[{\"bookId\":\"03-mcp-and-cli\",\"audience\":\"developers\",\"chapters\":[\"mcp-tools\",\"client-adapter\",\"cli-health-and-migrate\"]}]},{\"id\":\"run-status-ui\",\"title\":\"Run the status UI\",\"md\":\"downloads/use-cases/run-status-ui.md\",\"path\":[{\"bookId\":\"04-status-ui\",\"audience\":\"developers\",\"chapters\":[\"goals\",\"worker-contract\",\"skill-checklist\",\"proxy-routes\"]}]},{\"id\":\"deploy-securely\",\"title\":\"Deploy Continuix securely\",\"md\":\"downloads/use-cases/deploy-securely.md\",\"path\":[{\"bookId\":\"05-production-and-security\",\"audience\":\"builders\",\"chapters\":[\"production-topology\",\"tokens-and-rate-limits\",\"security-invariants\",\"observability\"]}]}]}"
610
+ };
611
+ //# sourceMappingURL=bundle.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bundle.js","sourceRoot":"","sources":["../../src/generated/bundle.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,8 @@
1
+ import { type DocifySdk } from "@x12i/docify-sdk";
2
+ import { catalog, useCases, site, manifest, files } from "./generated/bundle.js";
3
+ /** Pre-wired Continuix knowledge SDK. Install as a **devDependency** only. */
4
+ export declare const continuixDocs: DocifySdk;
5
+ export { createDocifySdk, type DocifySdk } from "@x12i/docify-sdk";
6
+ export { catalog, useCases, site, manifest, files };
7
+ export default continuixDocs;
8
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmB,KAAK,SAAS,EAAE,MAAM,kBAAkB,CAAC;AACnE,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,uBAAuB,CAAC;AAEjF,8EAA8E;AAC9E,eAAO,MAAM,aAAa,EAAE,SAM1B,CAAC;AAEH,OAAO,EAAE,eAAe,EAAE,KAAK,SAAS,EAAE,MAAM,kBAAkB,CAAC;AACnE,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;AACpD,eAAe,aAAa,CAAC"}
package/dist/index.js ADDED
@@ -0,0 +1,14 @@
1
+ import { createDocifySdk } from "@x12i/docify-sdk";
2
+ import { catalog, useCases, site, manifest, files } from "./generated/bundle.js";
3
+ /** Pre-wired Continuix knowledge SDK. Install as a **devDependency** only. */
4
+ export const continuixDocs = createDocifySdk({
5
+ catalog: catalog,
6
+ useCases: useCases,
7
+ site: site,
8
+ manifest: manifest,
9
+ files,
10
+ });
11
+ export { createDocifySdk } from "@x12i/docify-sdk";
12
+ export { catalog, useCases, site, manifest, files };
13
+ export default continuixDocs;
14
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAkB,MAAM,kBAAkB,CAAC;AACnE,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,uBAAuB,CAAC;AAEjF,8EAA8E;AAC9E,MAAM,CAAC,MAAM,aAAa,GAAc,eAAe,CAAC;IACtD,OAAO,EAAE,OAAc;IACvB,QAAQ,EAAE,QAAe;IACzB,IAAI,EAAE,IAAW;IACjB,QAAQ,EAAE,QAAe;IACzB,KAAK;CACN,CAAC,CAAC;AAEH,OAAO,EAAE,eAAe,EAAkB,MAAM,kBAAkB,CAAC;AACnE,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;AACpD,eAAe,aAAa,CAAC"}
package/package.json ADDED
@@ -0,0 +1,53 @@
1
+ {
2
+ "name": "@x12i/continuix-docs",
3
+ "version": "0.1.0",
4
+ "description": "Continuix docs knowledge SDK — install as a devDependency only. Catalog, use cases, and markdown packs for humans and agents.",
5
+ "type": "module",
6
+ "main": "./dist/index.js",
7
+ "types": "./dist/index.d.ts",
8
+ "bin": {
9
+ "continuix-docs": "bin/continuix-docs.js"
10
+ },
11
+ "exports": {
12
+ ".": {
13
+ "types": "./dist/index.d.ts",
14
+ "import": "./dist/index.js"
15
+ }
16
+ },
17
+ "files": [
18
+ "dist",
19
+ "bin",
20
+ "README.md"
21
+ ],
22
+ "scripts": {
23
+ "prebuild": "rm -rf dist",
24
+ "build": "tsc -p tsconfig.build.json && node -e \"import('node:fs').then(fs=>fs.chmodSync('dist/cli.js',0o755))\"",
25
+ "test": "vitest run",
26
+ "typecheck": "tsc --noEmit"
27
+ },
28
+ "engines": {
29
+ "node": ">=18.0.0"
30
+ },
31
+ "dependencies": {
32
+ "@x12i/docify-core": "^1.0.1",
33
+ "@x12i/docify-sdk": "^1.0.1"
34
+ },
35
+ "devDependencies": {
36
+ "@types/node": "^20.14.0",
37
+ "typescript": "^5.6.0",
38
+ "vitest": "^2.1.0"
39
+ },
40
+ "publishConfig": {
41
+ "access": "public",
42
+ "registry": "https://registry.npmjs.org/"
43
+ },
44
+ "keywords": [
45
+ "x12i",
46
+ "continuix",
47
+ "docs",
48
+ "docify",
49
+ "knowledge",
50
+ "devDependency"
51
+ ],
52
+ "license": "Apache-2.0"
53
+ }