@x12i/connectix-docs 0.1.0 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/generated/bundle.d.ts.map +1 -1
- package/dist/generated/bundle.js +50 -8
- package/dist/generated/bundle.js.map +1 -1
- package/dist/web/INDEX.md +38 -0
- package/dist/web/SEARCH.json +157 -0
- package/dist/web/agent/INDEX.md +38 -0
- package/dist/web/agent/SEARCH.json +157 -0
- package/dist/web/agent/agent-manifest.json +120 -0
- package/dist/web/agent/indexes/books.json +17 -0
- package/dist/web/agent/indexes/books.md +4 -0
- package/dist/web/agent/indexes/concepts.json +4 -0
- package/dist/web/agent/indexes/concepts.md +3 -0
- package/dist/web/agent/indexes/diagrams.json +4 -0
- package/dist/web/agent/indexes/diagrams.md +3 -0
- package/dist/web/agent/indexes/guides.json +4 -0
- package/dist/web/agent/indexes/guides.md +3 -0
- package/dist/web/agent/indexes/scenarios.json +4 -0
- package/dist/web/agent/indexes/scenarios.md +3 -0
- package/dist/web/agent/indexes/tutorials.json +4 -0
- package/dist/web/agent/indexes/tutorials.md +3 -0
- package/dist/web/agent/indexes/use-cases.json +29 -0
- package/dist/web/agent/indexes/use-cases.md +6 -0
- package/dist/web/agent/use-cases/call-connect-tools.md +78 -0
- package/dist/web/agent/use-cases/catalog-extension-overview.md +42 -0
- package/dist/web/agent/use-cases/orient-connectix.md +95 -0
- package/dist/web/agent/use-cases/run-package-simulator.md +48 -0
- package/dist/web/agent-manifest.json +20 -2
- package/dist/web/agents.html +38 -0
- package/dist/web/app.js +449 -0
- package/dist/web/assets/extras.css +302 -0
- package/dist/web/assets/site.css +21 -0
- package/dist/web/books/00-orient-connectix.html +35 -2
- package/dist/web/books/01-tools-and-simulator.html +35 -2
- package/dist/web/catalog.html +38 -0
- package/dist/web/concepts.html +65 -0
- package/dist/web/diagrams.html +65 -0
- package/dist/web/docs.html +38 -0
- package/dist/web/explore.html +76 -0
- package/dist/web/getting-started.html +38 -0
- package/dist/web/guides.html +65 -0
- package/dist/web/index.html +39 -1
- package/dist/web/indexes/books.json +17 -0
- package/dist/web/indexes/books.md +4 -0
- package/dist/web/indexes/concepts.json +4 -0
- package/dist/web/indexes/concepts.md +3 -0
- package/dist/web/indexes/diagrams.json +4 -0
- package/dist/web/indexes/diagrams.md +3 -0
- package/dist/web/indexes/guides.json +4 -0
- package/dist/web/indexes/guides.md +3 -0
- package/dist/web/indexes/scenarios.json +4 -0
- package/dist/web/indexes/scenarios.md +3 -0
- package/dist/web/indexes/tutorials.json +4 -0
- package/dist/web/indexes/tutorials.md +3 -0
- package/dist/web/indexes/use-cases.json +29 -0
- package/dist/web/indexes/use-cases.md +6 -0
- package/dist/web/knowledge.json +15 -0
- package/dist/web/read.html +161 -74
- package/dist/web/scenarios.html +65 -0
- package/dist/web/search.html +71 -0
- package/dist/web/site.json +1 -1
- package/dist/web/use-cases/call-connect-tools.md +78 -0
- package/dist/web/use-cases/catalog-extension-overview.md +42 -0
- package/dist/web/use-cases/orient-connectix.md +95 -0
- package/dist/web/use-cases/run-package-simulator.md +48 -0
- package/dist/web/use-cases.html +38 -0
- package/dist/web/use-cases.json +28 -4
- package/package.json +7 -7
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle.d.ts","sourceRoot":"","sources":["../../src/generated/bundle.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAE,OAAO,EAAE,UAAU,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAE1F,eAAO,MAAM,OAAO,EAAE,OA0DrB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,
|
|
1
|
+
{"version":3,"file":"bundle.d.ts","sourceRoot":"","sources":["../../src/generated/bundle.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAE,OAAO,EAAE,UAAU,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAE1F,eAAO,MAAM,OAAO,EAAE,OA0DrB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,YA8HtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,UA2BlB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,aAuHtB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAUxC,CAAC"}
|
package/dist/generated/bundle.js
CHANGED
|
@@ -83,7 +83,13 @@ export const useCases = {
|
|
|
83
83
|
],
|
|
84
84
|
"alsoSee": [
|
|
85
85
|
"call-connect-tools"
|
|
86
|
-
]
|
|
86
|
+
],
|
|
87
|
+
"prerequisites": [],
|
|
88
|
+
"successCriteria": [],
|
|
89
|
+
"nextUseCases": [],
|
|
90
|
+
"scenarioIds": [],
|
|
91
|
+
"guideIds": [],
|
|
92
|
+
"troubleshooting": []
|
|
87
93
|
},
|
|
88
94
|
{
|
|
89
95
|
"id": "call-connect-tools",
|
|
@@ -108,7 +114,13 @@ export const useCases = {
|
|
|
108
114
|
],
|
|
109
115
|
"alsoSee": [
|
|
110
116
|
"run-package-simulator"
|
|
111
|
-
]
|
|
117
|
+
],
|
|
118
|
+
"prerequisites": [],
|
|
119
|
+
"successCriteria": [],
|
|
120
|
+
"nextUseCases": [],
|
|
121
|
+
"scenarioIds": [],
|
|
122
|
+
"guideIds": [],
|
|
123
|
+
"troubleshooting": []
|
|
112
124
|
},
|
|
113
125
|
{
|
|
114
126
|
"id": "run-package-simulator",
|
|
@@ -132,7 +144,13 @@ export const useCases = {
|
|
|
132
144
|
],
|
|
133
145
|
"alsoSee": [
|
|
134
146
|
"call-connect-tools"
|
|
135
|
-
]
|
|
147
|
+
],
|
|
148
|
+
"prerequisites": [],
|
|
149
|
+
"successCriteria": [],
|
|
150
|
+
"nextUseCases": [],
|
|
151
|
+
"scenarioIds": [],
|
|
152
|
+
"guideIds": [],
|
|
153
|
+
"troubleshooting": []
|
|
136
154
|
},
|
|
137
155
|
{
|
|
138
156
|
"id": "catalog-extension-overview",
|
|
@@ -156,7 +174,13 @@ export const useCases = {
|
|
|
156
174
|
],
|
|
157
175
|
"alsoSee": [
|
|
158
176
|
"orient-connectix"
|
|
159
|
-
]
|
|
177
|
+
],
|
|
178
|
+
"prerequisites": [],
|
|
179
|
+
"successCriteria": [],
|
|
180
|
+
"nextUseCases": [],
|
|
181
|
+
"scenarioIds": [],
|
|
182
|
+
"guideIds": [],
|
|
183
|
+
"troubleshooting": []
|
|
160
184
|
}
|
|
161
185
|
]
|
|
162
186
|
};
|
|
@@ -164,7 +188,7 @@ export const site = {
|
|
|
164
188
|
"product": "Connectix",
|
|
165
189
|
"brand": "Connectix",
|
|
166
190
|
"brandAccent": "#2f6feb",
|
|
167
|
-
"siteUrl": "https://docs.x12i.
|
|
191
|
+
"siteUrl": "https://docs.connectix.x12i.com",
|
|
168
192
|
"knowledgePackage": "@x12i/connectix-docs",
|
|
169
193
|
"footer": "Connectix — internal X12I provider connectivity service.",
|
|
170
194
|
"accent": "#2f6feb",
|
|
@@ -191,7 +215,7 @@ export const site = {
|
|
|
191
215
|
export const manifest = {
|
|
192
216
|
"version": 1,
|
|
193
217
|
"product": "Connectix",
|
|
194
|
-
"site": "https://docs.x12i.
|
|
218
|
+
"site": "https://docs.connectix.x12i.com",
|
|
195
219
|
"knowledgePackage": "@x12i/connectix-docs",
|
|
196
220
|
"roles": [
|
|
197
221
|
"developers"
|
|
@@ -288,10 +312,28 @@ export const manifest = {
|
|
|
288
312
|
}
|
|
289
313
|
]
|
|
290
314
|
}
|
|
291
|
-
]
|
|
315
|
+
],
|
|
316
|
+
"indexes": {
|
|
317
|
+
"indexMd": "INDEX.md",
|
|
318
|
+
"searchJson": "SEARCH.json"
|
|
319
|
+
},
|
|
320
|
+
"concepts": [],
|
|
321
|
+
"guides": [],
|
|
322
|
+
"scenarios": [],
|
|
323
|
+
"decisions": [],
|
|
324
|
+
"glossary": [],
|
|
325
|
+
"visuals": [],
|
|
326
|
+
"diagrams": [],
|
|
327
|
+
"relationships": [],
|
|
328
|
+
"tutorials": [],
|
|
329
|
+
"examples": [],
|
|
330
|
+
"sampleData": [],
|
|
331
|
+
"uiClients": [],
|
|
332
|
+
"apis": [],
|
|
333
|
+
"packs": []
|
|
292
334
|
};
|
|
293
335
|
export const files = {
|
|
294
|
-
"agent-manifest.json": "{\n \"version\": 1,\n \"product\": \"Connectix\",\n \"site\": \"https://docs.x12i.
|
|
336
|
+
"agent-manifest.json": "{\n \"version\": 1,\n \"product\": \"Connectix\",\n \"site\": \"https://docs.connectix.x12i.com\",\n \"knowledgePackage\": \"@x12i/connectix-docs\",\n \"roles\": [\n \"developers\"\n ],\n \"books\": [\n {\n \"id\": \"00-orient-connectix\",\n \"audiences\": [\n \"developers\"\n ],\n \"md\": {\n \"developers\": \"downloads/books/00-orient-connectix/developers.md\"\n },\n \"pdf\": {\n \"developers\": null\n },\n \"chapters\": {\n \"developers\": \"downloads/books/00-orient-connectix/developers.chapters.json\"\n }\n },\n {\n \"id\": \"01-tools-and-simulator\",\n \"audiences\": [\n \"developers\"\n ],\n \"md\": {\n \"developers\": \"downloads/books/01-tools-and-simulator/developers.md\"\n },\n \"pdf\": {\n \"developers\": null\n },\n \"chapters\": {\n \"developers\": \"downloads/books/01-tools-and-simulator/developers.chapters.json\"\n }\n }\n ],\n \"useCases\": [\n {\n \"id\": \"orient-connectix\",\n \"title\": \"Orient on Connectix\",\n \"md\": \"downloads/use-cases/orient-connectix.md\",\n \"path\": [\n {\n \"bookId\": \"00-orient-connectix\",\n \"audience\": \"developers\",\n \"chapters\": [\n \"1-what-connectix-is\",\n \"2-call-styles-and-auth\",\n \"3-ownership-boundaries\"\n ]\n }\n ]\n },\n {\n \"id\": \"call-connect-tools\",\n \"title\": \"Expose Connectix as AI tools\",\n \"md\": \"downloads/use-cases/call-connect-tools.md\",\n \"path\": [\n {\n \"bookId\": \"01-tools-and-simulator\",\n \"audience\": \"developers\",\n \"chapters\": [\n \"1-the-four-connect-tools\",\n \"3-stub-and-live-execution\"\n ]\n }\n ]\n },\n {\n \"id\": \"run-package-simulator\",\n \"title\": \"Develop against the package simulator\",\n \"md\": \"downloads/use-cases/run-package-simulator.md\",\n \"path\": [\n {\n \"bookId\": \"01-tools-and-simulator\",\n \"audience\": \"developers\",\n \"chapters\": [\n \"2-run-the-package-simulator\"\n ]\n }\n ]\n },\n {\n \"id\": \"catalog-extension-overview\",\n \"title\": \"Understand catalog extension provenance\",\n \"md\": \"downloads/use-cases/catalog-extension-overview.md\",\n \"path\": [\n {\n \"bookId\": \"01-tools-and-simulator\",\n \"audience\": \"developers\",\n \"chapters\": [\n \"4-catalog-extension-overview\"\n ]\n }\n ]\n }\n ],\n \"indexes\": {\n \"indexMd\": \"INDEX.md\",\n \"searchJson\": \"SEARCH.json\"\n },\n \"concepts\": [],\n \"guides\": [],\n \"scenarios\": [],\n \"decisions\": [],\n \"glossary\": [],\n \"visuals\": [],\n \"diagrams\": [],\n \"relationships\": [],\n \"tutorials\": [],\n \"examples\": [],\n \"sampleData\": [],\n \"uiClients\": [],\n \"apis\": [],\n \"packs\": []\n}",
|
|
295
337
|
"downloads/books/00-orient-connectix/developers.md": "# Orient on Connectix\n\nConnectix is the internal X12I **provider connectivity** service. It sits between approved\ninternal callers (AI Skills, FuncX, Memorix Pipeline Services, Status UI) and external provider\nAPIs. It is not a customer-facing connector product: no signup, no billing, no public OAuth portal.\n\n## 1. What Connectix is\n\nConnectix executes **curated provider actions** through one stable contract. Callers never learn\nwhere an action implementation came from — OpenConnector, an n8n node, Nango-derived native code,\nor Connectix-native code all look identical behind the same envelope.\n\nThe service exposes exactly four curated operations (never the full upstream provider catalog):\n\n| Operation | Purpose |\n|-----------|---------|\n| `connect.listProviders` | List curated providers |\n| `connect.searchActions` | Search curated actions |\n| `connect.getAction` | Fetch one action descriptor |\n| `connect.executeAction` | Run an action (stub or live) |\n\nThe runtime flow for every execution: validate caller → resolve binding → lease credential →\nrun action → observe in Memorix.\n\nKey packages:\n\n| Package | Role |\n|---------|------|\n| `@x12i/connectix-contracts` | Shared types and envelopes (`ConnectActionRequest`, `PipelineRequest`, error codes) |\n| `@x12i/connectix-client` | Typed HTTP client for the service |\n| `@x12i/connectix-tools` | The four operations as machine-usable LLM tool definitions + runners |\n| `@x12i/connectix-simulator` | Package simulator for local development (no service required) |\n| `@x12i/connectix-docs` | This knowledge package |\n\n## 2. Call styles and auth\n\nEvery non-probe route requires two headers:\n\n```http\nAuthorization: Bearer <caller-token>\nx-connectix-caller-id: service:ai-skills\n```\n\nCaller identity always comes from headers. A `callerId` in the request body is overwritten by\nthe service. Public routes (no auth): `GET /health`, `GET /ready`, `GET /metadata`.\n\nThere are two equivalent call styles sharing one runtime:\n\n1. **Canonical execute** — `POST /v1/actions/execute` with a full `ConnectActionRequest`\n (contractVersion `\"1\"`, explicit `execution.mode` of `stub` or `live`).\n2. **Pipeline step** — `POST /pipeline` with `serviceId`, `serviceType` (one of the four\n operations), `input`, and optional `stub.enabled`. Preferred for Memorix Pipeline Services,\n the Status UI Try panel, and AI tools.\n\nDiscovery routes: `GET /v1/providers`, `GET /v1/actions/search?query=`, and\n`GET /v1/actions/:actionId`. Operation metadata (including example envelopes) is served by\n`GET /metadata` — UIs and tools must load catalogs from there, never hardcode them.\n\nFailures use stable error codes such as `ACTION_NOT_FOUND`, `ACTION_NOT_ALLOWED`,\n`CONNECTION_BINDING_NOT_FOUND`, `CREDENTIAL_NOT_AVAILABLE`, and\n`ACTION_IMPLEMENTATION_UNAVAILABLE`.\n\n## 3. Ownership boundaries\n\nEach fact has exactly one owner. Violating these boundaries is the primary review blocker:\n\n| Fact | Owner |\n|------|-------|\n| Provider secrets and OAuth refresh | **Credorix** — never stored in Connectix or Memorix |\n| Connection bindings and execution records | **Memorix adapter** (in-memory stub today) |\n| Action implementations and provenance | **Connectix executor registry** |\n| Provider definitions (catalog source) | `vendor/open-connector` (pinned engine) |\n\nCallers send a `bindingRef`, never a credential. A binding points at a Credorix\n`credentialRef` plus allowlisted action patterns for one provider. The runtime enforces:\nbinding exists and is enabled → binding provider matches the action provider → the action id\nmatches the binding's allowed patterns → only then lease a credential (live mode only).\n\nExecution mode is always explicit. **Stub** returns the deterministic fixture published with the\naction and records `mode=stub` in Memorix; **live** leases a credential and calls the provider.\nEvery published action must ship a schema-valid stub fixture, which is what makes local and CI\ndevelopment safe by default.\n",
|
|
296
338
|
"downloads/books/00-orient-connectix/developers.chapters.json": "[\n {\n \"slug\": \"preamble\",\n \"title\": \"Introduction\",\n \"level\": 2,\n \"order\": 0\n },\n {\n \"slug\": \"1-what-connectix-is\",\n \"title\": \"1. What Connectix is\",\n \"level\": 2,\n \"order\": 1\n },\n {\n \"slug\": \"2-call-styles-and-auth\",\n \"title\": \"2. Call styles and auth\",\n \"level\": 2,\n \"order\": 2\n },\n {\n \"slug\": \"3-ownership-boundaries\",\n \"title\": \"3. Ownership boundaries\",\n \"level\": 2,\n \"order\": 3\n }\n]",
|
|
297
339
|
"downloads/books/01-tools-and-simulator/developers.md": "# AI Tools and the Package Simulator\n\nHow to expose Connectix to LLMs as tools, develop against local fixtures, and understand where\ncatalog implementations come from.\n\n## 1. The four connect tools\n\n`@x12i/connectix-tools` publishes the four curated operations as machine-usable tool\ndefinitions with JSON Schema inputs and outputs:\n\n| Tool name | Operation |\n|-----------|-----------|\n| `connect_list_providers` | `connect.listProviders` |\n| `connect_search_actions` | `connect.searchActions` |\n| `connect_get_action` | `connect.getAction` |\n| `connect_execute_action` | `connect.executeAction` |\n\nRegister the definitions in your LLM tool registry, then route tool calls through a runner:\n\n```ts\nimport { CONNECT_TOOLS, createHttpConnectToolRunner } from \"@x12i/connectix-tools\";\n\nconst runner = createHttpConnectToolRunner({\n baseUrl: \"http://127.0.0.1:9400\",\n callerId: \"service:ai-skills\",\n callerToken: process.env.CONNECTIX_AI_SKILLS_TOKEN ?? \"change-me-caller\",\n});\n\nconst result = await runner.run({\n tool: \"connect_execute_action\",\n input: {\n actionId: \"example.echo\",\n bindingRef: \"demo-echo\",\n input: { message: \"hello\" },\n stubEnabled: true,\n },\n});\n```\n\nRules for tool callers:\n\n- The recommended flow is discover → describe → execute: search actions, fetch the descriptor,\n read its `inputSchema`, then execute.\n- Pass a `bindingRef`, never a credential. `stubEnabled: true` gives deterministic fixtures.\n- Never add executor-source branches (n8n, Nango, OpenConnector) to caller code. Provenance is\n internal to the service.\n\n## 2. Run the package simulator\n\n`@x12i/connectix-simulator` is a package simulator built on `@x12i/api-simulator`. It mirrors\nthe Connectix HTTP surface with deterministic fixtures so you can develop tools, callers, and\ntests without the service, Credorix, or providers:\n\n```ts\nimport { createConnectToolRunner } from \"@x12i/connectix-tools\";\nimport { createSimulatorPipelineCaller, createConnectixSimulator } from \"@x12i/connectix-simulator\";\n\n// In-process pipeline caller for tool runners:\nconst runner = createConnectToolRunner(createSimulatorPipelineCaller());\n\n// Or raw HTTP-shaped dispatch:\nconst { simulator } = createConnectixSimulator();\nawait simulator.dispatch({ method: \"GET\", path: \"/metadata\" });\n```\n\nSimulated fixtures mirror the service foundation: actions `example.echo`,\n`hackernews.get_item`, `hackernews.list_top_stories`, `github.issue.create` and bindings\n`demo-echo`, `demo-hackernews`, `demo-github`.\n\nAn optional HTTP entry (`startConnectixSimulatorServer`) binds `127.0.0.1:5524` in the\napi-simulator port zone (5520–5539) when a caller needs a real URL. Prefer in-process\n`dispatch()` for tests.\n\nThe simulator supports **stub mode only**. Live requests return\n`ACTION_IMPLEMENTATION_UNAVAILABLE` — switch `baseUrl` to the real service for live execution.\nBecause envelopes are identical, no caller code changes.\n\n## 3. Stub and live execution\n\nBoth call styles make execution mode explicit:\n\n- Pipeline style: `stub: { enabled: true }` → stub; omitted or `false` → live.\n- Canonical style: `execution: { mode: \"stub\" | \"live\" }`.\n\nStub execution validates binding policy exactly like live (unknown binding, provider mismatch,\nand disallowed patterns are still rejected), returns the deterministic fixture published with\nthe action, and records `mode=stub` in the Memorix execution record. It never leases a\ncredential.\n\nLive execution resolves the binding's `credentialRef` through Credorix (or the dev credential\nresolver when Credorix env is unset) and runs the registered executor.\n\nDevelopment default: stub everywhere — simulator, CI, and Status UI Try. Live is opt-in per\nrequest and per binding.\n\n## 4. Catalog extension overview\n\nThe catalog grows from three sources, all published behind the same caller contract:\n\n| Source kind | What it is |\n|-------------|------------|\n| `openconnector` | Curated actions executed by the pinned `vendor/open-connector` engine |\n| `n8n-node` | Selected n8n node resource/operations from an allowlisted, pinned package set |\n| `nango-derived` | Native Connectix/OpenConnector code adapted from offline Nango knowledge |\n| `connectix-native` | First-party executors (for example `example.echo`) |\n\nNon-negotiables:\n\n- Nango is **offline catalog intelligence only** — never a runtime dependency.\n- Executor selection happens in the executor registry by descriptor; callers never choose a\n backend.\n- Every published action carries provenance (`sourceId`, `sourceVersion`, `fingerprint`,\n license) which flows into Memorix execution records — but never secrets.\n- Offline tooling: `npm run n8n:catalog`, `npm run nango:catalog`, `npm run catalog:gaps`,\n `npm run catalog:review`, `npm run catalog:publish` (writes the reviewed publish list under\n `generated/catalog-candidates/`).\n\nFull design: `docs/Connectix-Catalog-Extension-Specification.md` in the Connectix repository.\n",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bundle.js","sourceRoot":"","sources":["../../src/generated/bundle.ts"],"names":[],"mappings":"AAGA,MAAM,CAAC,MAAM,OAAO,GAAY;IAC9B,OAAO,EAAE;QACP;YACE,IAAI,EAAE,YAAY;YAClB,OAAO,EAAE,YAAY;YACrB,SAAS,EAAE,oDAAoD;YAC/D,aAAa,EAAE,0HAA0H;SAC1I;KACF;IACD,UAAU,EAAE;QACV;YACE,IAAI,EAAE,gBAAgB;YACtB,MAAM,EAAE,gBAAgB;YACxB,SAAS,EAAE,wCAAwC;YACnD,aAAa,EAAE,wGAAwG;YACvH,OAAO,EAAE,SAAS;SACnB;KACF;IACD,OAAO,EAAE;QACP;YACE,IAAI,EAAE,qBAAqB;YAC3B,UAAU,EAAE,gBAAgB;YAC5B,WAAW,EAAE;gBACX,YAAY;aACb;YACD,QAAQ,EAAE,WAAW;YACrB,QAAQ,EAAE,aAAa;YACvB,OAAO,EAAE,qBAAqB;YAC9B,UAAU,EAAE,8DAA8D;YAC1E,OAAO,EAAE,yJAAyJ;YAClK,MAAM,EAAE;gBACN,aAAa;gBACb,WAAW;gBACX,MAAM;aACP;YACD,OAAO,EAAE,SAAS;YAClB,KAAK,EAAE,qBAAqB;SAC7B;QACD;YACE,IAAI,EAAE,wBAAwB;YAC9B,UAAU,EAAE,gBAAgB;YAC5B,WAAW,EAAE;gBACX,YAAY;aACb;YACD,QAAQ,EAAE,WAAW;YACrB,QAAQ,EAAE,OAAO;YACjB,OAAO,EAAE,oCAAoC;YAC7C,UAAU,EAAE,kEAAkE;YAC9E,OAAO,EAAE,oKAAoK;YAC7K,MAAM,EAAE;gBACN,UAAU;gBACV,WAAW;gBACX,SAAS;aACV;YACD,OAAO,EAAE,SAAS;YAClB,KAAK,EAAE,wBAAwB;SAChC;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,QAAQ,GAAiB;IACpC,UAAU,EAAE;QACV;YACE,IAAI,EAAE,kBAAkB;YACxB,OAAO,EAAE,qBAAqB;YAC9B,MAAM,EAAE,yHAAyH;YACjI,WAAW,EAAE;gBACX,YAAY;aACb;YACD,MAAM,EAAE;gBACN,aAAa;gBACb,iBAAiB;aAClB;YACD,MAAM,EAAE;gBACN;oBACE,QAAQ,EAAE,qBAAqB;oBAC/B,UAAU,EAAE,YAAY;oBACxB,UAAU,EAAE;wBACV,qBAAqB;wBACrB,wBAAwB;wBACxB,wBAAwB;qBACzB;iBACF;aACF;YACD,SAAS,EAAE;gBACT,oBAAoB;aACrB;
|
|
1
|
+
{"version":3,"file":"bundle.js","sourceRoot":"","sources":["../../src/generated/bundle.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
# Connectix — knowledge index
|
|
2
|
+
|
|
3
|
+
Package: `@x12i/connectix-docs`
|
|
4
|
+
|
|
5
|
+
## How to choose
|
|
6
|
+
|
|
7
|
+
- **Concept** — what it is and why it exists
|
|
8
|
+
- **Guide** — bounded task procedure
|
|
9
|
+
- **Scenario** — state + evidence → which path
|
|
10
|
+
- **Use case** — end-to-end outcome
|
|
11
|
+
- **Tutorial** — learn by doing
|
|
12
|
+
- **Decision** — options and recommended default
|
|
13
|
+
- **Reference / API** — exact technical detail
|
|
14
|
+
|
|
15
|
+
## Manifest and search
|
|
16
|
+
|
|
17
|
+
- `agent-manifest.json`
|
|
18
|
+
- `SEARCH.json`
|
|
19
|
+
|
|
20
|
+
## Concepts
|
|
21
|
+
|
|
22
|
+
_None authored yet._
|
|
23
|
+
|
|
24
|
+
## Guides
|
|
25
|
+
|
|
26
|
+
_None authored yet._
|
|
27
|
+
|
|
28
|
+
## Scenarios
|
|
29
|
+
|
|
30
|
+
_None authored yet._
|
|
31
|
+
|
|
32
|
+
## Diagrams
|
|
33
|
+
|
|
34
|
+
_None authored yet._
|
|
35
|
+
|
|
36
|
+
## Tutorials
|
|
37
|
+
|
|
38
|
+
_None authored yet._
|
|
@@ -0,0 +1,157 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 1,
|
|
3
|
+
"product": "Connectix",
|
|
4
|
+
"generatedAt": "2026-07-26T12:16:58.817Z",
|
|
5
|
+
"records": [
|
|
6
|
+
{
|
|
7
|
+
"id": "orient-connectix",
|
|
8
|
+
"type": "use-case",
|
|
9
|
+
"title": "Orient on Connectix",
|
|
10
|
+
"summary": "Understand what Connectix is, the four curated operations, and the caller contract before writing any integration code.",
|
|
11
|
+
"aliases": [],
|
|
12
|
+
"audiences": [
|
|
13
|
+
"developers"
|
|
14
|
+
],
|
|
15
|
+
"tags": [
|
|
16
|
+
"orientation",
|
|
17
|
+
"getting-started"
|
|
18
|
+
],
|
|
19
|
+
"goals": [
|
|
20
|
+
"Understand what Connectix is, the four curated operations, and the caller contract before writing any integration code."
|
|
21
|
+
],
|
|
22
|
+
"path": "use-cases/orient-connectix.md",
|
|
23
|
+
"webPath": "/use-cases#orient-connectix",
|
|
24
|
+
"prerequisites": [],
|
|
25
|
+
"related": [
|
|
26
|
+
"call-connect-tools"
|
|
27
|
+
],
|
|
28
|
+
"packIds": [
|
|
29
|
+
"use-case/orient-connectix"
|
|
30
|
+
]
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"id": "call-connect-tools",
|
|
34
|
+
"type": "use-case",
|
|
35
|
+
"title": "Expose Connectix as AI tools",
|
|
36
|
+
"summary": "Register the four connect tools from @x12i/connectix-tools in an LLM tool registry and run them against a live service or the simulator.",
|
|
37
|
+
"aliases": [],
|
|
38
|
+
"audiences": [
|
|
39
|
+
"developers"
|
|
40
|
+
],
|
|
41
|
+
"tags": [
|
|
42
|
+
"ai-tools",
|
|
43
|
+
"agents"
|
|
44
|
+
],
|
|
45
|
+
"goals": [
|
|
46
|
+
"Register the four connect tools from @x12i/connectix-tools in an LLM tool registry and run them against a live service or the simulator."
|
|
47
|
+
],
|
|
48
|
+
"path": "use-cases/call-connect-tools.md",
|
|
49
|
+
"webPath": "/use-cases#call-connect-tools",
|
|
50
|
+
"prerequisites": [],
|
|
51
|
+
"related": [
|
|
52
|
+
"run-package-simulator"
|
|
53
|
+
],
|
|
54
|
+
"packIds": [
|
|
55
|
+
"use-case/call-connect-tools"
|
|
56
|
+
]
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"id": "run-package-simulator",
|
|
60
|
+
"type": "use-case",
|
|
61
|
+
"title": "Develop against the package simulator",
|
|
62
|
+
"summary": "Use @x12i/connectix-simulator for deterministic local development and tests without the service, Credorix, or providers.",
|
|
63
|
+
"aliases": [],
|
|
64
|
+
"audiences": [
|
|
65
|
+
"developers"
|
|
66
|
+
],
|
|
67
|
+
"tags": [
|
|
68
|
+
"simulator",
|
|
69
|
+
"testing"
|
|
70
|
+
],
|
|
71
|
+
"goals": [
|
|
72
|
+
"Use @x12i/connectix-simulator for deterministic local development and tests without the service, Credorix, or providers."
|
|
73
|
+
],
|
|
74
|
+
"path": "use-cases/run-package-simulator.md",
|
|
75
|
+
"webPath": "/use-cases#run-package-simulator",
|
|
76
|
+
"prerequisites": [],
|
|
77
|
+
"related": [
|
|
78
|
+
"call-connect-tools"
|
|
79
|
+
],
|
|
80
|
+
"packIds": [
|
|
81
|
+
"use-case/run-package-simulator"
|
|
82
|
+
]
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"id": "catalog-extension-overview",
|
|
86
|
+
"type": "use-case",
|
|
87
|
+
"title": "Understand catalog extension provenance",
|
|
88
|
+
"summary": "Know how OpenConnector, n8n-node, and Nango-derived implementations reach the catalog while callers stay source-agnostic.",
|
|
89
|
+
"aliases": [],
|
|
90
|
+
"audiences": [
|
|
91
|
+
"developers"
|
|
92
|
+
],
|
|
93
|
+
"tags": [
|
|
94
|
+
"catalog",
|
|
95
|
+
"provenance"
|
|
96
|
+
],
|
|
97
|
+
"goals": [
|
|
98
|
+
"Know how OpenConnector, n8n-node, and Nango-derived implementations reach the catalog while callers stay source-agnostic."
|
|
99
|
+
],
|
|
100
|
+
"path": "use-cases/catalog-extension-overview.md",
|
|
101
|
+
"webPath": "/use-cases#catalog-extension-overview",
|
|
102
|
+
"prerequisites": [],
|
|
103
|
+
"related": [
|
|
104
|
+
"orient-connectix"
|
|
105
|
+
],
|
|
106
|
+
"packIds": [
|
|
107
|
+
"use-case/catalog-extension-overview"
|
|
108
|
+
]
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"id": "00-orient-connectix",
|
|
112
|
+
"type": "book",
|
|
113
|
+
"title": "Orient on Connectix",
|
|
114
|
+
"summary": "The Connectix mental model: curated operations, bindings instead of secrets, stub versus live execution, and the Credorix/Memorix ownership boundaries.",
|
|
115
|
+
"aliases": [
|
|
116
|
+
"Orientation"
|
|
117
|
+
],
|
|
118
|
+
"audiences": [
|
|
119
|
+
"developers"
|
|
120
|
+
],
|
|
121
|
+
"tags": [
|
|
122
|
+
"orientation",
|
|
123
|
+
"contracts",
|
|
124
|
+
"auth"
|
|
125
|
+
],
|
|
126
|
+
"goals": [],
|
|
127
|
+
"path": "books/00-orient-connectix/",
|
|
128
|
+
"webPath": "/books/00-orient-connectix",
|
|
129
|
+
"prerequisites": [],
|
|
130
|
+
"related": [],
|
|
131
|
+
"packIds": []
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"id": "01-tools-and-simulator",
|
|
135
|
+
"type": "book",
|
|
136
|
+
"title": "AI Tools and the Package Simulator",
|
|
137
|
+
"summary": "How to expose Connectix as LLM tools with @x12i/connectix-tools, run the @x12i/connectix-simulator package simulator, and understand catalog extension provenance.",
|
|
138
|
+
"aliases": [
|
|
139
|
+
"Tools"
|
|
140
|
+
],
|
|
141
|
+
"audiences": [
|
|
142
|
+
"developers"
|
|
143
|
+
],
|
|
144
|
+
"tags": [
|
|
145
|
+
"ai-tools",
|
|
146
|
+
"simulator",
|
|
147
|
+
"catalog"
|
|
148
|
+
],
|
|
149
|
+
"goals": [],
|
|
150
|
+
"path": "books/01-tools-and-simulator/",
|
|
151
|
+
"webPath": "/books/01-tools-and-simulator",
|
|
152
|
+
"prerequisites": [],
|
|
153
|
+
"related": [],
|
|
154
|
+
"packIds": []
|
|
155
|
+
}
|
|
156
|
+
]
|
|
157
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
# Connectix — knowledge index
|
|
2
|
+
|
|
3
|
+
Package: `@x12i/connectix-docs`
|
|
4
|
+
|
|
5
|
+
## How to choose
|
|
6
|
+
|
|
7
|
+
- **Concept** — what it is and why it exists
|
|
8
|
+
- **Guide** — bounded task procedure
|
|
9
|
+
- **Scenario** — state + evidence → which path
|
|
10
|
+
- **Use case** — end-to-end outcome
|
|
11
|
+
- **Tutorial** — learn by doing
|
|
12
|
+
- **Decision** — options and recommended default
|
|
13
|
+
- **Reference / API** — exact technical detail
|
|
14
|
+
|
|
15
|
+
## Manifest and search
|
|
16
|
+
|
|
17
|
+
- `agent-manifest.json`
|
|
18
|
+
- `SEARCH.json`
|
|
19
|
+
|
|
20
|
+
## Concepts
|
|
21
|
+
|
|
22
|
+
_None authored yet._
|
|
23
|
+
|
|
24
|
+
## Guides
|
|
25
|
+
|
|
26
|
+
_None authored yet._
|
|
27
|
+
|
|
28
|
+
## Scenarios
|
|
29
|
+
|
|
30
|
+
_None authored yet._
|
|
31
|
+
|
|
32
|
+
## Diagrams
|
|
33
|
+
|
|
34
|
+
_None authored yet._
|
|
35
|
+
|
|
36
|
+
## Tutorials
|
|
37
|
+
|
|
38
|
+
_None authored yet._
|
|
@@ -0,0 +1,157 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 1,
|
|
3
|
+
"product": "Connectix",
|
|
4
|
+
"generatedAt": "2026-07-26T12:16:58.817Z",
|
|
5
|
+
"records": [
|
|
6
|
+
{
|
|
7
|
+
"id": "orient-connectix",
|
|
8
|
+
"type": "use-case",
|
|
9
|
+
"title": "Orient on Connectix",
|
|
10
|
+
"summary": "Understand what Connectix is, the four curated operations, and the caller contract before writing any integration code.",
|
|
11
|
+
"aliases": [],
|
|
12
|
+
"audiences": [
|
|
13
|
+
"developers"
|
|
14
|
+
],
|
|
15
|
+
"tags": [
|
|
16
|
+
"orientation",
|
|
17
|
+
"getting-started"
|
|
18
|
+
],
|
|
19
|
+
"goals": [
|
|
20
|
+
"Understand what Connectix is, the four curated operations, and the caller contract before writing any integration code."
|
|
21
|
+
],
|
|
22
|
+
"path": "use-cases/orient-connectix.md",
|
|
23
|
+
"webPath": "/use-cases#orient-connectix",
|
|
24
|
+
"prerequisites": [],
|
|
25
|
+
"related": [
|
|
26
|
+
"call-connect-tools"
|
|
27
|
+
],
|
|
28
|
+
"packIds": [
|
|
29
|
+
"use-case/orient-connectix"
|
|
30
|
+
]
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"id": "call-connect-tools",
|
|
34
|
+
"type": "use-case",
|
|
35
|
+
"title": "Expose Connectix as AI tools",
|
|
36
|
+
"summary": "Register the four connect tools from @x12i/connectix-tools in an LLM tool registry and run them against a live service or the simulator.",
|
|
37
|
+
"aliases": [],
|
|
38
|
+
"audiences": [
|
|
39
|
+
"developers"
|
|
40
|
+
],
|
|
41
|
+
"tags": [
|
|
42
|
+
"ai-tools",
|
|
43
|
+
"agents"
|
|
44
|
+
],
|
|
45
|
+
"goals": [
|
|
46
|
+
"Register the four connect tools from @x12i/connectix-tools in an LLM tool registry and run them against a live service or the simulator."
|
|
47
|
+
],
|
|
48
|
+
"path": "use-cases/call-connect-tools.md",
|
|
49
|
+
"webPath": "/use-cases#call-connect-tools",
|
|
50
|
+
"prerequisites": [],
|
|
51
|
+
"related": [
|
|
52
|
+
"run-package-simulator"
|
|
53
|
+
],
|
|
54
|
+
"packIds": [
|
|
55
|
+
"use-case/call-connect-tools"
|
|
56
|
+
]
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"id": "run-package-simulator",
|
|
60
|
+
"type": "use-case",
|
|
61
|
+
"title": "Develop against the package simulator",
|
|
62
|
+
"summary": "Use @x12i/connectix-simulator for deterministic local development and tests without the service, Credorix, or providers.",
|
|
63
|
+
"aliases": [],
|
|
64
|
+
"audiences": [
|
|
65
|
+
"developers"
|
|
66
|
+
],
|
|
67
|
+
"tags": [
|
|
68
|
+
"simulator",
|
|
69
|
+
"testing"
|
|
70
|
+
],
|
|
71
|
+
"goals": [
|
|
72
|
+
"Use @x12i/connectix-simulator for deterministic local development and tests without the service, Credorix, or providers."
|
|
73
|
+
],
|
|
74
|
+
"path": "use-cases/run-package-simulator.md",
|
|
75
|
+
"webPath": "/use-cases#run-package-simulator",
|
|
76
|
+
"prerequisites": [],
|
|
77
|
+
"related": [
|
|
78
|
+
"call-connect-tools"
|
|
79
|
+
],
|
|
80
|
+
"packIds": [
|
|
81
|
+
"use-case/run-package-simulator"
|
|
82
|
+
]
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"id": "catalog-extension-overview",
|
|
86
|
+
"type": "use-case",
|
|
87
|
+
"title": "Understand catalog extension provenance",
|
|
88
|
+
"summary": "Know how OpenConnector, n8n-node, and Nango-derived implementations reach the catalog while callers stay source-agnostic.",
|
|
89
|
+
"aliases": [],
|
|
90
|
+
"audiences": [
|
|
91
|
+
"developers"
|
|
92
|
+
],
|
|
93
|
+
"tags": [
|
|
94
|
+
"catalog",
|
|
95
|
+
"provenance"
|
|
96
|
+
],
|
|
97
|
+
"goals": [
|
|
98
|
+
"Know how OpenConnector, n8n-node, and Nango-derived implementations reach the catalog while callers stay source-agnostic."
|
|
99
|
+
],
|
|
100
|
+
"path": "use-cases/catalog-extension-overview.md",
|
|
101
|
+
"webPath": "/use-cases#catalog-extension-overview",
|
|
102
|
+
"prerequisites": [],
|
|
103
|
+
"related": [
|
|
104
|
+
"orient-connectix"
|
|
105
|
+
],
|
|
106
|
+
"packIds": [
|
|
107
|
+
"use-case/catalog-extension-overview"
|
|
108
|
+
]
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"id": "00-orient-connectix",
|
|
112
|
+
"type": "book",
|
|
113
|
+
"title": "Orient on Connectix",
|
|
114
|
+
"summary": "The Connectix mental model: curated operations, bindings instead of secrets, stub versus live execution, and the Credorix/Memorix ownership boundaries.",
|
|
115
|
+
"aliases": [
|
|
116
|
+
"Orientation"
|
|
117
|
+
],
|
|
118
|
+
"audiences": [
|
|
119
|
+
"developers"
|
|
120
|
+
],
|
|
121
|
+
"tags": [
|
|
122
|
+
"orientation",
|
|
123
|
+
"contracts",
|
|
124
|
+
"auth"
|
|
125
|
+
],
|
|
126
|
+
"goals": [],
|
|
127
|
+
"path": "books/00-orient-connectix/",
|
|
128
|
+
"webPath": "/books/00-orient-connectix",
|
|
129
|
+
"prerequisites": [],
|
|
130
|
+
"related": [],
|
|
131
|
+
"packIds": []
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"id": "01-tools-and-simulator",
|
|
135
|
+
"type": "book",
|
|
136
|
+
"title": "AI Tools and the Package Simulator",
|
|
137
|
+
"summary": "How to expose Connectix as LLM tools with @x12i/connectix-tools, run the @x12i/connectix-simulator package simulator, and understand catalog extension provenance.",
|
|
138
|
+
"aliases": [
|
|
139
|
+
"Tools"
|
|
140
|
+
],
|
|
141
|
+
"audiences": [
|
|
142
|
+
"developers"
|
|
143
|
+
],
|
|
144
|
+
"tags": [
|
|
145
|
+
"ai-tools",
|
|
146
|
+
"simulator",
|
|
147
|
+
"catalog"
|
|
148
|
+
],
|
|
149
|
+
"goals": [],
|
|
150
|
+
"path": "books/01-tools-and-simulator/",
|
|
151
|
+
"webPath": "/books/01-tools-and-simulator",
|
|
152
|
+
"prerequisites": [],
|
|
153
|
+
"related": [],
|
|
154
|
+
"packIds": []
|
|
155
|
+
}
|
|
156
|
+
]
|
|
157
|
+
}
|