@x12i/continuix-docs 1.0.1 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -105,6 +105,12 @@ export declare const useCases: {
|
|
|
105
105
|
readonly chapters: readonly ["the-mental-model", "context-composition", "surfaces-and-packages", "hard-product-rules", "which-ebook-next"];
|
|
106
106
|
}];
|
|
107
107
|
readonly alsoSee: readonly ["00-platform-overview"];
|
|
108
|
+
readonly prerequisites: readonly [];
|
|
109
|
+
readonly successCriteria: readonly [];
|
|
110
|
+
readonly nextUseCases: readonly [];
|
|
111
|
+
readonly scenarioIds: readonly [];
|
|
112
|
+
readonly guideIds: readonly [];
|
|
113
|
+
readonly troubleshooting: readonly [];
|
|
108
114
|
}, {
|
|
109
115
|
readonly id: "call-remember-recall";
|
|
110
116
|
readonly title: "Call remember and recall";
|
|
@@ -117,6 +123,12 @@ export declare const useCases: {
|
|
|
117
123
|
readonly chapters: readonly ["product-api-prefix", "remember", "recall-and-grounded", "sessions-and-consolidate", "worker-probes"];
|
|
118
124
|
}];
|
|
119
125
|
readonly alsoSee: readonly ["01-http-api", "02-memorix-integration"];
|
|
126
|
+
readonly prerequisites: readonly [];
|
|
127
|
+
readonly successCriteria: readonly [];
|
|
128
|
+
readonly nextUseCases: readonly [];
|
|
129
|
+
readonly scenarioIds: readonly [];
|
|
130
|
+
readonly guideIds: readonly [];
|
|
131
|
+
readonly troubleshooting: readonly [];
|
|
120
132
|
}, {
|
|
121
133
|
readonly id: "wire-memorix-storage";
|
|
122
134
|
readonly title: "Wire Memorix storage";
|
|
@@ -129,6 +141,12 @@ export declare const useCases: {
|
|
|
129
141
|
readonly chapters: readonly ["install-packages", "memory-target", "adapter-modes", "what-continuix-does-not-own"];
|
|
130
142
|
}];
|
|
131
143
|
readonly alsoSee: readonly ["02-memorix-integration"];
|
|
144
|
+
readonly prerequisites: readonly [];
|
|
145
|
+
readonly successCriteria: readonly [];
|
|
146
|
+
readonly nextUseCases: readonly [];
|
|
147
|
+
readonly scenarioIds: readonly [];
|
|
148
|
+
readonly guideIds: readonly [];
|
|
149
|
+
readonly troubleshooting: readonly [];
|
|
132
150
|
}, {
|
|
133
151
|
readonly id: "wire-mcp-agent";
|
|
134
152
|
readonly title: "Wire an MCP agent";
|
|
@@ -141,6 +159,12 @@ export declare const useCases: {
|
|
|
141
159
|
readonly chapters: readonly ["mcp-tools", "client-adapter", "cli-health-and-migrate"];
|
|
142
160
|
}];
|
|
143
161
|
readonly alsoSee: readonly ["03-mcp-and-cli", "01-http-api"];
|
|
162
|
+
readonly prerequisites: readonly [];
|
|
163
|
+
readonly successCriteria: readonly [];
|
|
164
|
+
readonly nextUseCases: readonly [];
|
|
165
|
+
readonly scenarioIds: readonly [];
|
|
166
|
+
readonly guideIds: readonly [];
|
|
167
|
+
readonly troubleshooting: readonly [];
|
|
144
168
|
}, {
|
|
145
169
|
readonly id: "run-status-ui";
|
|
146
170
|
readonly title: "Run the status UI";
|
|
@@ -153,6 +177,12 @@ export declare const useCases: {
|
|
|
153
177
|
readonly chapters: readonly ["goals", "worker-contract", "skill-checklist", "proxy-routes"];
|
|
154
178
|
}];
|
|
155
179
|
readonly alsoSee: readonly ["04-status-ui"];
|
|
180
|
+
readonly prerequisites: readonly [];
|
|
181
|
+
readonly successCriteria: readonly [];
|
|
182
|
+
readonly nextUseCases: readonly [];
|
|
183
|
+
readonly scenarioIds: readonly [];
|
|
184
|
+
readonly guideIds: readonly [];
|
|
185
|
+
readonly troubleshooting: readonly [];
|
|
156
186
|
}, {
|
|
157
187
|
readonly id: "deploy-securely";
|
|
158
188
|
readonly title: "Deploy Continuix securely";
|
|
@@ -165,6 +195,12 @@ export declare const useCases: {
|
|
|
165
195
|
readonly chapters: readonly ["production-topology", "tokens-and-rate-limits", "security-invariants", "observability"];
|
|
166
196
|
}];
|
|
167
197
|
readonly alsoSee: readonly ["05-production-and-security", "00-platform-overview"];
|
|
198
|
+
readonly prerequisites: readonly [];
|
|
199
|
+
readonly successCriteria: readonly [];
|
|
200
|
+
readonly nextUseCases: readonly [];
|
|
201
|
+
readonly scenarioIds: readonly [];
|
|
202
|
+
readonly guideIds: readonly [];
|
|
203
|
+
readonly troubleshooting: readonly [];
|
|
168
204
|
}];
|
|
169
205
|
};
|
|
170
206
|
export declare const site: {
|
|
@@ -344,6 +380,24 @@ export declare const manifest: {
|
|
|
344
380
|
readonly chapters: readonly ["production-topology", "tokens-and-rate-limits", "security-invariants", "observability"];
|
|
345
381
|
}];
|
|
346
382
|
}];
|
|
383
|
+
readonly indexes: {
|
|
384
|
+
readonly indexMd: "INDEX.md";
|
|
385
|
+
readonly searchJson: "SEARCH.json";
|
|
386
|
+
};
|
|
387
|
+
readonly concepts: readonly [];
|
|
388
|
+
readonly guides: readonly [];
|
|
389
|
+
readonly scenarios: readonly [];
|
|
390
|
+
readonly decisions: readonly [];
|
|
391
|
+
readonly glossary: readonly [];
|
|
392
|
+
readonly visuals: readonly [];
|
|
393
|
+
readonly diagrams: readonly [];
|
|
394
|
+
readonly relationships: readonly [];
|
|
395
|
+
readonly tutorials: readonly [];
|
|
396
|
+
readonly examples: readonly [];
|
|
397
|
+
readonly sampleData: readonly [];
|
|
398
|
+
readonly uiClients: readonly [];
|
|
399
|
+
readonly apis: readonly [];
|
|
400
|
+
readonly packs: readonly [];
|
|
347
401
|
};
|
|
348
402
|
export declare const files: Record<string, string>;
|
|
349
403
|
//# sourceMappingURL=bundle.d.ts.map
|
|
@@ -1 +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
|
|
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkNX,CAAC;AACX,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8CP,CAAC;AACX,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwOX,CAAC;AACX,eAAO,MAAM,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CA2BxC,CAAC"}
|
package/dist/generated/bundle.js
CHANGED
|
@@ -172,7 +172,13 @@ export const useCases = {
|
|
|
172
172
|
],
|
|
173
173
|
"alsoSee": [
|
|
174
174
|
"00-platform-overview"
|
|
175
|
-
]
|
|
175
|
+
],
|
|
176
|
+
"prerequisites": [],
|
|
177
|
+
"successCriteria": [],
|
|
178
|
+
"nextUseCases": [],
|
|
179
|
+
"scenarioIds": [],
|
|
180
|
+
"guideIds": [],
|
|
181
|
+
"troubleshooting": []
|
|
176
182
|
},
|
|
177
183
|
{
|
|
178
184
|
"id": "call-remember-recall",
|
|
@@ -203,7 +209,13 @@ export const useCases = {
|
|
|
203
209
|
"alsoSee": [
|
|
204
210
|
"01-http-api",
|
|
205
211
|
"02-memorix-integration"
|
|
206
|
-
]
|
|
212
|
+
],
|
|
213
|
+
"prerequisites": [],
|
|
214
|
+
"successCriteria": [],
|
|
215
|
+
"nextUseCases": [],
|
|
216
|
+
"scenarioIds": [],
|
|
217
|
+
"guideIds": [],
|
|
218
|
+
"troubleshooting": []
|
|
207
219
|
},
|
|
208
220
|
{
|
|
209
221
|
"id": "wire-memorix-storage",
|
|
@@ -231,7 +243,13 @@ export const useCases = {
|
|
|
231
243
|
],
|
|
232
244
|
"alsoSee": [
|
|
233
245
|
"02-memorix-integration"
|
|
234
|
-
]
|
|
246
|
+
],
|
|
247
|
+
"prerequisites": [],
|
|
248
|
+
"successCriteria": [],
|
|
249
|
+
"nextUseCases": [],
|
|
250
|
+
"scenarioIds": [],
|
|
251
|
+
"guideIds": [],
|
|
252
|
+
"troubleshooting": []
|
|
235
253
|
},
|
|
236
254
|
{
|
|
237
255
|
"id": "wire-mcp-agent",
|
|
@@ -258,7 +276,13 @@ export const useCases = {
|
|
|
258
276
|
"alsoSee": [
|
|
259
277
|
"03-mcp-and-cli",
|
|
260
278
|
"01-http-api"
|
|
261
|
-
]
|
|
279
|
+
],
|
|
280
|
+
"prerequisites": [],
|
|
281
|
+
"successCriteria": [],
|
|
282
|
+
"nextUseCases": [],
|
|
283
|
+
"scenarioIds": [],
|
|
284
|
+
"guideIds": [],
|
|
285
|
+
"troubleshooting": []
|
|
262
286
|
},
|
|
263
287
|
{
|
|
264
288
|
"id": "run-status-ui",
|
|
@@ -286,7 +310,13 @@ export const useCases = {
|
|
|
286
310
|
],
|
|
287
311
|
"alsoSee": [
|
|
288
312
|
"04-status-ui"
|
|
289
|
-
]
|
|
313
|
+
],
|
|
314
|
+
"prerequisites": [],
|
|
315
|
+
"successCriteria": [],
|
|
316
|
+
"nextUseCases": [],
|
|
317
|
+
"scenarioIds": [],
|
|
318
|
+
"guideIds": [],
|
|
319
|
+
"troubleshooting": []
|
|
290
320
|
},
|
|
291
321
|
{
|
|
292
322
|
"id": "deploy-securely",
|
|
@@ -314,7 +344,13 @@ export const useCases = {
|
|
|
314
344
|
"alsoSee": [
|
|
315
345
|
"05-production-and-security",
|
|
316
346
|
"00-platform-overview"
|
|
317
|
-
]
|
|
347
|
+
],
|
|
348
|
+
"prerequisites": [],
|
|
349
|
+
"successCriteria": [],
|
|
350
|
+
"nextUseCases": [],
|
|
351
|
+
"scenarioIds": [],
|
|
352
|
+
"guideIds": [],
|
|
353
|
+
"troubleshooting": []
|
|
318
354
|
}
|
|
319
355
|
]
|
|
320
356
|
};
|
|
@@ -578,7 +614,25 @@ export const manifest = {
|
|
|
578
614
|
}
|
|
579
615
|
]
|
|
580
616
|
}
|
|
581
|
-
]
|
|
617
|
+
],
|
|
618
|
+
"indexes": {
|
|
619
|
+
"indexMd": "INDEX.md",
|
|
620
|
+
"searchJson": "SEARCH.json"
|
|
621
|
+
},
|
|
622
|
+
"concepts": [],
|
|
623
|
+
"guides": [],
|
|
624
|
+
"scenarios": [],
|
|
625
|
+
"decisions": [],
|
|
626
|
+
"glossary": [],
|
|
627
|
+
"visuals": [],
|
|
628
|
+
"diagrams": [],
|
|
629
|
+
"relationships": [],
|
|
630
|
+
"tutorials": [],
|
|
631
|
+
"examples": [],
|
|
632
|
+
"sampleData": [],
|
|
633
|
+
"uiClients": [],
|
|
634
|
+
"apis": [],
|
|
635
|
+
"packs": []
|
|
582
636
|
};
|
|
583
637
|
export const files = {
|
|
584
638
|
"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]",
|
|
@@ -604,8 +658,8 @@ export const files = {
|
|
|
604
658
|
"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
659
|
"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
660
|
"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\"]}]}",
|
|
661
|
+
"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\"],\"prerequisites\":[],\"successCriteria\":[],\"nextUseCases\":[],\"scenarioIds\":[],\"guideIds\":[],\"troubleshooting\":[]},{\"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\"],\"prerequisites\":[],\"successCriteria\":[],\"nextUseCases\":[],\"scenarioIds\":[],\"guideIds\":[],\"troubleshooting\":[]},{\"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\"],\"prerequisites\":[],\"successCriteria\":[],\"nextUseCases\":[],\"scenarioIds\":[],\"guideIds\":[],\"troubleshooting\":[]},{\"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\"],\"prerequisites\":[],\"successCriteria\":[],\"nextUseCases\":[],\"scenarioIds\":[],\"guideIds\":[],\"troubleshooting\":[]},{\"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\"],\"prerequisites\":[],\"successCriteria\":[],\"nextUseCases\":[],\"scenarioIds\":[],\"guideIds\":[],\"troubleshooting\":[]},{\"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\"],\"prerequisites\":[],\"successCriteria\":[],\"nextUseCases\":[],\"scenarioIds\":[],\"guideIds\":[],\"troubleshooting\":[]}]}",
|
|
608
662
|
"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\"]}]}]}"
|
|
663
|
+
"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\"]}]}],\"indexes\":{\"indexMd\":\"INDEX.md\",\"searchJson\":\"SEARCH.json\"},\"concepts\":[],\"guides\":[],\"scenarios\":[],\"decisions\":[],\"glossary\":[],\"visuals\":[],\"diagrams\":[],\"relationships\":[],\"tutorials\":[],\"examples\":[],\"sampleData\":[],\"uiClients\":[],\"apis\":[],\"packs\":[]}"
|
|
610
664
|
};
|
|
611
665
|
//# sourceMappingURL=bundle.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle.js","sourceRoot":"","sources":["../../src/generated/bundle.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"bundle.js","sourceRoot":"","sources":["../../src/generated/bundle.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@x12i/continuix-docs",
|
|
3
|
-
"version": "1.0
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"description": "Continuix docs knowledge SDK — install as a devDependency only. Catalog, use cases, and markdown packs for humans and agents.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
"node": ">=18.0.0"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@x12i/docify-core": "^1.
|
|
33
|
-
"@x12i/docify-sdk": "^1.0
|
|
32
|
+
"@x12i/docify-core": "^1.1.1",
|
|
33
|
+
"@x12i/docify-sdk": "^1.1.0"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@types/node": "^20.14.0",
|