@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.
Files changed (67) hide show
  1. package/dist/generated/bundle.d.ts.map +1 -1
  2. package/dist/generated/bundle.js +50 -8
  3. package/dist/generated/bundle.js.map +1 -1
  4. package/dist/web/INDEX.md +38 -0
  5. package/dist/web/SEARCH.json +157 -0
  6. package/dist/web/agent/INDEX.md +38 -0
  7. package/dist/web/agent/SEARCH.json +157 -0
  8. package/dist/web/agent/agent-manifest.json +120 -0
  9. package/dist/web/agent/indexes/books.json +17 -0
  10. package/dist/web/agent/indexes/books.md +4 -0
  11. package/dist/web/agent/indexes/concepts.json +4 -0
  12. package/dist/web/agent/indexes/concepts.md +3 -0
  13. package/dist/web/agent/indexes/diagrams.json +4 -0
  14. package/dist/web/agent/indexes/diagrams.md +3 -0
  15. package/dist/web/agent/indexes/guides.json +4 -0
  16. package/dist/web/agent/indexes/guides.md +3 -0
  17. package/dist/web/agent/indexes/scenarios.json +4 -0
  18. package/dist/web/agent/indexes/scenarios.md +3 -0
  19. package/dist/web/agent/indexes/tutorials.json +4 -0
  20. package/dist/web/agent/indexes/tutorials.md +3 -0
  21. package/dist/web/agent/indexes/use-cases.json +29 -0
  22. package/dist/web/agent/indexes/use-cases.md +6 -0
  23. package/dist/web/agent/use-cases/call-connect-tools.md +78 -0
  24. package/dist/web/agent/use-cases/catalog-extension-overview.md +42 -0
  25. package/dist/web/agent/use-cases/orient-connectix.md +95 -0
  26. package/dist/web/agent/use-cases/run-package-simulator.md +48 -0
  27. package/dist/web/agent-manifest.json +20 -2
  28. package/dist/web/agents.html +38 -0
  29. package/dist/web/app.js +449 -0
  30. package/dist/web/assets/extras.css +302 -0
  31. package/dist/web/assets/site.css +21 -0
  32. package/dist/web/books/00-orient-connectix.html +35 -2
  33. package/dist/web/books/01-tools-and-simulator.html +35 -2
  34. package/dist/web/catalog.html +38 -0
  35. package/dist/web/concepts.html +65 -0
  36. package/dist/web/diagrams.html +65 -0
  37. package/dist/web/docs.html +38 -0
  38. package/dist/web/explore.html +76 -0
  39. package/dist/web/getting-started.html +38 -0
  40. package/dist/web/guides.html +65 -0
  41. package/dist/web/index.html +39 -1
  42. package/dist/web/indexes/books.json +17 -0
  43. package/dist/web/indexes/books.md +4 -0
  44. package/dist/web/indexes/concepts.json +4 -0
  45. package/dist/web/indexes/concepts.md +3 -0
  46. package/dist/web/indexes/diagrams.json +4 -0
  47. package/dist/web/indexes/diagrams.md +3 -0
  48. package/dist/web/indexes/guides.json +4 -0
  49. package/dist/web/indexes/guides.md +3 -0
  50. package/dist/web/indexes/scenarios.json +4 -0
  51. package/dist/web/indexes/scenarios.md +3 -0
  52. package/dist/web/indexes/tutorials.json +4 -0
  53. package/dist/web/indexes/tutorials.md +3 -0
  54. package/dist/web/indexes/use-cases.json +29 -0
  55. package/dist/web/indexes/use-cases.md +6 -0
  56. package/dist/web/knowledge.json +15 -0
  57. package/dist/web/read.html +161 -74
  58. package/dist/web/scenarios.html +65 -0
  59. package/dist/web/search.html +71 -0
  60. package/dist/web/site.json +1 -1
  61. package/dist/web/use-cases/call-connect-tools.md +78 -0
  62. package/dist/web/use-cases/catalog-extension-overview.md +42 -0
  63. package/dist/web/use-cases/orient-connectix.md +95 -0
  64. package/dist/web/use-cases/run-package-simulator.md +48 -0
  65. package/dist/web/use-cases.html +38 -0
  66. package/dist/web/use-cases.json +28 -4
  67. package/package.json +7 -7
@@ -135,3 +135,305 @@
135
135
 
136
136
  .empty-state h2{ color: var(--ink); }
137
137
  .empty-state p{ color: var(--ink-muted); }
138
+
139
+ /* ---------- install why / when / not-for ---------- */
140
+
141
+ .install-why{
142
+ margin: 4px 0 10px;
143
+ }
144
+
145
+ .install-why-title{
146
+ font-family: var(--font-mono);
147
+ font-size: 11px;
148
+ letter-spacing: 0.06em;
149
+ text-transform: uppercase;
150
+ color: var(--ink-faint, #6b7785);
151
+ margin-bottom: 6px;
152
+ }
153
+
154
+ .install-why-list{
155
+ margin: 0;
156
+ padding-left: 18px;
157
+ font-size: 13.5px;
158
+ color: var(--ink-muted, #3d4a57);
159
+ line-height: 1.55;
160
+ }
161
+
162
+ .install-why-list li{ margin-bottom: 2px; }
163
+
164
+ .install-when,
165
+ .install-not-for{
166
+ margin: 0 0 6px;
167
+ font-size: 13px;
168
+ color: var(--ink-muted, #3d4a57);
169
+ line-height: 1.45;
170
+ }
171
+
172
+ .install-flag{
173
+ display: inline-block;
174
+ font-family: var(--font-mono);
175
+ font-size: 10.5px;
176
+ letter-spacing: 0.06em;
177
+ text-transform: uppercase;
178
+ padding: 2px 7px;
179
+ border-radius: 4px;
180
+ margin-right: 8px;
181
+ background: var(--accent-soft, #e8edf5);
182
+ color: var(--accent, #16324f);
183
+ }
184
+
185
+ .install-not-for .install-flag{
186
+ background: var(--accent-alt-soft, #f5ece8);
187
+ color: var(--accent-alt, #b14a2c);
188
+ }
189
+
190
+ /* ---------- tutorials section (chapter index into a start book) ---------- */
191
+
192
+ .tutorials-section .section-lead{
193
+ margin: 0 0 18px;
194
+ font-size: 14.5px;
195
+ color: var(--ink-muted, #3d4a57);
196
+ max-width: 640px;
197
+ }
198
+
199
+ .tutorials-list{
200
+ max-width: 680px;
201
+ }
202
+
203
+ /* ---------- journey (interactive sequence) ---------- */
204
+
205
+ .journey-section{ padding-top: 8px; }
206
+
207
+ .journey-toolbar{
208
+ display: flex;
209
+ flex-wrap: wrap;
210
+ align-items: center;
211
+ gap: 8px;
212
+ margin-bottom: 28px;
213
+ }
214
+
215
+ .journey-toolbar-label{
216
+ font-family: var(--font-mono);
217
+ font-size: 11px;
218
+ letter-spacing: 0.06em;
219
+ text-transform: uppercase;
220
+ color: var(--ink-faint, #6b7785);
221
+ margin-right: 4px;
222
+ }
223
+
224
+ .journey-filter{
225
+ font-family: var(--font-sans);
226
+ font-size: 13px;
227
+ font-weight: 500;
228
+ padding: 6px 14px;
229
+ border: 1px solid var(--border, #d8dee6);
230
+ border-radius: 999px;
231
+ background: #fff;
232
+ color: var(--ink-muted, #3d4a57);
233
+ cursor: pointer;
234
+ }
235
+
236
+ .journey-filter.active{
237
+ background: var(--accent, #16324f);
238
+ border-color: var(--accent, #16324f);
239
+ color: #fff;
240
+ }
241
+
242
+ .journey-filter.alt.active{
243
+ background: var(--accent-alt, #b14a2c);
244
+ border-color: var(--accent-alt, #b14a2c);
245
+ }
246
+
247
+ .journey-seq{ margin-bottom: 48px; }
248
+
249
+ .journey-title{
250
+ font-size: 24px;
251
+ margin: 0 0 8px;
252
+ color: var(--ink, #15202b);
253
+ }
254
+
255
+ .journey-lead{
256
+ margin: 0 0 24px;
257
+ font-size: 15px;
258
+ color: var(--ink-muted, #3d4a57);
259
+ max-width: 640px;
260
+ line-height: 1.5;
261
+ }
262
+
263
+ .journey-steps{
264
+ list-style: none;
265
+ margin: 0;
266
+ padding: 0;
267
+ border-left: 2px solid var(--border-strong, #c3ccd6);
268
+ }
269
+
270
+ .journey-step{
271
+ position: relative;
272
+ margin: 0 0 6px;
273
+ padding-left: 24px;
274
+ }
275
+
276
+ .journey-step::before{
277
+ content: "";
278
+ position: absolute;
279
+ left: -7px;
280
+ top: 16px;
281
+ width: 12px;
282
+ height: 12px;
283
+ border-radius: 50%;
284
+ background: var(--accent, #16324f);
285
+ }
286
+
287
+ .journey-step.optional::before{
288
+ background: #fff;
289
+ border: 2px solid var(--border-strong, #c3ccd6);
290
+ }
291
+
292
+ .journey-step-head{
293
+ display: flex;
294
+ align-items: center;
295
+ gap: 12px;
296
+ width: 100%;
297
+ text-align: left;
298
+ background: none;
299
+ border: 0;
300
+ padding: 10px 8px;
301
+ border-radius: var(--radius, 6px);
302
+ cursor: pointer;
303
+ font-family: var(--font-sans);
304
+ }
305
+
306
+ .journey-step-head:hover{ background: var(--surface-dim, #f4f6f8); }
307
+
308
+ .journey-num{
309
+ font-family: var(--font-mono);
310
+ font-size: 12px;
311
+ font-weight: 600;
312
+ color: var(--accent, #16324f);
313
+ min-width: 20px;
314
+ }
315
+
316
+ .journey-step.optional .journey-num{ color: var(--ink-faint, #6b7785); }
317
+
318
+ .journey-label{
319
+ font-size: 15px;
320
+ font-weight: 600;
321
+ color: var(--ink, #15202b);
322
+ flex: 1;
323
+ }
324
+
325
+ .journey-step.optional .journey-label{ color: var(--ink-muted, #3d4a57); }
326
+
327
+ .journey-flag{
328
+ font-family: var(--font-mono);
329
+ font-size: 10.5px;
330
+ letter-spacing: 0.06em;
331
+ text-transform: uppercase;
332
+ padding: 2px 8px;
333
+ border-radius: 4px;
334
+ background: var(--accent-soft, #e8edf5);
335
+ color: var(--accent, #16324f);
336
+ }
337
+
338
+ .journey-step.optional .journey-flag{
339
+ background: var(--surface-dim, #f4f6f8);
340
+ color: var(--ink-faint, #6b7785);
341
+ border: 1px solid var(--border, #d8dee6);
342
+ }
343
+
344
+ .journey-panel{
345
+ padding: 4px 8px 16px 32px;
346
+ }
347
+
348
+ .journey-summary{
349
+ margin: 0 0 12px;
350
+ font-size: 14px;
351
+ color: var(--ink-muted, #3d4a57);
352
+ line-height: 1.5;
353
+ max-width: 620px;
354
+ }
355
+
356
+ .journey-links{
357
+ display: flex;
358
+ flex-wrap: wrap;
359
+ gap: 8px;
360
+ }
361
+
362
+ .journey-link{
363
+ font-size: 13px;
364
+ font-weight: 600;
365
+ padding: 7px 13px;
366
+ border-radius: var(--radius, 6px);
367
+ border: 1px solid var(--accent, #16324f);
368
+ color: var(--accent, #16324f);
369
+ background: #fff;
370
+ }
371
+
372
+ .journey-link:hover{
373
+ background: var(--accent, #16324f);
374
+ color: #fff;
375
+ }
376
+
377
+ .journey-link.alt{
378
+ border-color: var(--accent-alt, #b14a2c);
379
+ color: var(--accent-alt, #b14a2c);
380
+ }
381
+
382
+ .journey-link.alt:hover{
383
+ background: var(--accent-alt, #b14a2c);
384
+ color: #fff;
385
+ }
386
+
387
+ .journey-nolinks{
388
+ font-size: 13px;
389
+ color: var(--ink-faint, #6b7785);
390
+ }
391
+
392
+ .journey-loading{
393
+ font-size: 14px;
394
+ color: var(--ink-faint, #6b7785);
395
+ }
396
+
397
+ .why-block{
398
+ border-left: 4px solid var(--accent, #16324f);
399
+ background: var(--surface-dim, #f4f6f8);
400
+ padding: 1rem 1.1rem;
401
+ margin: 1rem 0 1.5rem;
402
+ border-radius: 0 6px 6px 0;
403
+ }
404
+ .why-block h2{ margin-top:0; font-size:1rem; }
405
+ .confirm-banner, .confirm-note{
406
+ background: #fff8e6;
407
+ border: 1px solid #e6c35c;
408
+ padding: .65rem .85rem;
409
+ border-radius: 6px;
410
+ margin: .75rem 0;
411
+ }
412
+ .knowledge-page .prose-column{
413
+ max-width: 46rem;
414
+ margin: 0 auto;
415
+ padding: 1.5rem 1.25rem 3rem;
416
+ }
417
+ .guide-steps .expected, .expected{ opacity:.8; font-size:.92rem; margin-top:.25rem; }
418
+ .skip-link{
419
+ position:absolute; left:-999px; top:0; background:#000; color:#fff; padding:.5rem 1rem; z-index:100;
420
+ }
421
+ .skip-link:focus{ left:.5rem; top:.5rem; }
422
+ .kicker{ text-transform:uppercase; letter-spacing:.06em; font-size:.75rem; opacity:.65; }
423
+ .lead{ font-size:1.1rem; line-height:1.45; }
424
+ .tech-name{ font-size:.95rem; }
425
+ .muted{ opacity:.7; }
426
+
427
+ .search-label { display:block; font-weight:600; margin-bottom:.35rem; }
428
+ .search-input { width:100%; max-width:40rem; padding:.65rem .75rem; font:inherit; border:1px solid var(--border,#d8dee6); border-radius:6px; }
429
+ .search-filters { display:flex; flex-wrap:wrap; gap:.4rem; margin: .75rem 0 1rem; }
430
+ .search-results { list-style:none; padding:0; margin:0; }
431
+ .search-results li { padding:.55rem 0; border-bottom:1px solid rgba(0,0,0,.06); }
432
+ .search-type { font-size:.75rem; text-transform:uppercase; letter-spacing:.04em; opacity:.65; margin-right:.35rem; }
433
+ .diagram-block { margin:1.5rem 0; }
434
+ .diagram-toolbar { display:flex; flex-wrap:wrap; gap:.4rem; margin:.75rem 0; }
435
+ .diagram-text-alt { margin-top:1rem; padding:.75rem 1rem; background:var(--surface-dim,#f4f6f8); border-radius:6px; }
436
+ .diagram-table { width:100%; border-collapse:collapse; font-size:.9rem; }
437
+ .diagram-table th, .diagram-table td { border:1px solid var(--border,#d8dee6); padding:.4rem .55rem; text-align:left; }
438
+ .diagram-list { padding-left:1.25rem; }
439
+ .diagram-spatial { overflow:auto; border:1px solid var(--border,#d8dee6); border-radius:6px; padding:.5rem; }
@@ -267,6 +267,27 @@ main{ flex: 1; }
267
267
  gap: 10px;
268
268
  }
269
269
 
270
+ a.grid-cell-link{
271
+ text-decoration: none;
272
+ color: inherit;
273
+ cursor: pointer;
274
+ transition: background 0.15s ease, box-shadow 0.15s ease;
275
+ }
276
+
277
+ a.grid-cell-link:hover{
278
+ background: var(--surface-dim, #f4f6f8);
279
+ }
280
+
281
+ a.grid-cell-link:hover .cell-title{
282
+ color: var(--accent);
283
+ }
284
+
285
+ a.grid-cell-link:focus-visible{
286
+ outline: 2px solid var(--accent);
287
+ outline-offset: -2px;
288
+ z-index: 1;
289
+ }
290
+
270
291
  .cell-title{ font-weight: 600; font-size: 17px; }
271
292
  .cell-body{
272
293
  font-size: 14.5px;
@@ -8,6 +8,40 @@
8
8
  <link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500;600&display=swap" rel="stylesheet">
9
9
  <link rel="stylesheet" href="/assets/site.css">
10
10
  <link rel="stylesheet" href="/assets/extras.css">
11
+ <script data-docify-guard="docify:serve-guard">
12
+ (function () {
13
+ if (window.location.protocol !== "file:") return;
14
+ var cmd = "npm run docs";
15
+ var dir = "";
16
+ function render() {
17
+ var host = document.createElement("div");
18
+ host.setAttribute("role", "alert");
19
+ host.setAttribute("style", "position:fixed;inset:0;z-index:2147483647;display:flex;align-items:center;justify-content:center;padding:24px;margin:0;background:#0b0e14;color:#e6e9ef;font:16px/1.55 ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif");
20
+ host.innerHTML =
21
+ '<div style="max-width:44rem">' +
22
+ '<p style="margin:0 0 8px;font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:#8b95a7">Docify</p>' +
23
+ '<h1 style="margin:0 0 12px;font-size:28px;line-height:1.2">Serve this site to view it</h1>' +
24
+ '<p style="margin:0 0 16px;color:#b6bfcf">This page was opened from the file system, so its stylesheets and scripts ' +
25
+ 'cannot load and the layout you see is not the real design. Docify sites are served over HTTP.</p>' +
26
+ '<pre style="margin:0 0 16px;padding:14px 16px;border-radius:10px;background:#151a23;border:1px solid #232a36;overflow:auto;font:14px/1.5 ui-monospace,SFMono-Regular,Menlo,monospace;color:#e6e9ef"><code>' +
27
+ (dir ? "cd " + dir + "\n" : "") + cmd + '</code></pre>' +
28
+ '<p style="margin:0;color:#8b95a7;font-size:14px">The command builds the bundle, starts the local server, and opens the correct URL.</p>' +
29
+ "</div>";
30
+ document.documentElement.style.background = "#0b0e14";
31
+ if (document.body) {
32
+ document.body.innerHTML = "";
33
+ document.body.appendChild(host);
34
+ } else {
35
+ document.documentElement.appendChild(host);
36
+ }
37
+ }
38
+ if (document.readyState === "loading") {
39
+ document.addEventListener("DOMContentLoaded", render);
40
+ } else {
41
+ render();
42
+ }
43
+ })();
44
+ </script>
11
45
  </head>
12
46
  <body class="page-book-landing" style="--accent:#2f6feb;--accent-alt:#1f6e5c" data-page="book-landing">
13
47
  <div class="page-shell">
@@ -29,8 +63,7 @@
29
63
  <div class="hero-kicker">Book 00</div>
30
64
  <h1>Orient on Connectix</h1>
31
65
  <p class="hero-lead">The Connectix mental model: curated operations, bindings instead of secrets, stub versus live execution, and the Credorix/Memorix ownership boundaries.</p>
32
- <div class="tag-row"><span class="tag ">developers</span></div>
33
- <div class="cta-row"><a class="btn btn-primary" href="/read?book=00-orient-connectix&role=developers">Read — developers</a></div>
66
+ <div class="cta-row"><a class="btn btn-primary" href="/read?book=00-orient-connectix&role=developers">Read for developers</a></div>
34
67
  </section>
35
68
  <section class="section meta-grid">
36
69
 
@@ -8,6 +8,40 @@
8
8
  <link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500;600&display=swap" rel="stylesheet">
9
9
  <link rel="stylesheet" href="/assets/site.css">
10
10
  <link rel="stylesheet" href="/assets/extras.css">
11
+ <script data-docify-guard="docify:serve-guard">
12
+ (function () {
13
+ if (window.location.protocol !== "file:") return;
14
+ var cmd = "npm run docs";
15
+ var dir = "";
16
+ function render() {
17
+ var host = document.createElement("div");
18
+ host.setAttribute("role", "alert");
19
+ host.setAttribute("style", "position:fixed;inset:0;z-index:2147483647;display:flex;align-items:center;justify-content:center;padding:24px;margin:0;background:#0b0e14;color:#e6e9ef;font:16px/1.55 ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif");
20
+ host.innerHTML =
21
+ '<div style="max-width:44rem">' +
22
+ '<p style="margin:0 0 8px;font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:#8b95a7">Docify</p>' +
23
+ '<h1 style="margin:0 0 12px;font-size:28px;line-height:1.2">Serve this site to view it</h1>' +
24
+ '<p style="margin:0 0 16px;color:#b6bfcf">This page was opened from the file system, so its stylesheets and scripts ' +
25
+ 'cannot load and the layout you see is not the real design. Docify sites are served over HTTP.</p>' +
26
+ '<pre style="margin:0 0 16px;padding:14px 16px;border-radius:10px;background:#151a23;border:1px solid #232a36;overflow:auto;font:14px/1.5 ui-monospace,SFMono-Regular,Menlo,monospace;color:#e6e9ef"><code>' +
27
+ (dir ? "cd " + dir + "\n" : "") + cmd + '</code></pre>' +
28
+ '<p style="margin:0;color:#8b95a7;font-size:14px">The command builds the bundle, starts the local server, and opens the correct URL.</p>' +
29
+ "</div>";
30
+ document.documentElement.style.background = "#0b0e14";
31
+ if (document.body) {
32
+ document.body.innerHTML = "";
33
+ document.body.appendChild(host);
34
+ } else {
35
+ document.documentElement.appendChild(host);
36
+ }
37
+ }
38
+ if (document.readyState === "loading") {
39
+ document.addEventListener("DOMContentLoaded", render);
40
+ } else {
41
+ render();
42
+ }
43
+ })();
44
+ </script>
11
45
  </head>
12
46
  <body class="page-book-landing" style="--accent:#2f6feb;--accent-alt:#1f6e5c" data-page="book-landing">
13
47
  <div class="page-shell">
@@ -29,8 +63,7 @@
29
63
  <div class="hero-kicker">Book 01</div>
30
64
  <h1>AI Tools and the Package Simulator</h1>
31
65
  <p class="hero-lead">How to expose Connectix as LLM tools with @x12i/connectix-tools, run the @x12i/connectix-simulator package simulator, and understand catalog extension provenance.</p>
32
- <div class="tag-row"><span class="tag ">developers</span></div>
33
- <div class="cta-row"><a class="btn btn-primary" href="/read?book=01-tools-and-simulator&role=developers">Read — developers</a></div>
66
+ <div class="cta-row"><a class="btn btn-primary" href="/read?book=01-tools-and-simulator&role=developers">Read for developers</a></div>
34
67
  </section>
35
68
  <section class="section meta-grid">
36
69
 
@@ -8,6 +8,40 @@
8
8
  <link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500;600&display=swap" rel="stylesheet">
9
9
  <link rel="stylesheet" href="/assets/site.css">
10
10
  <link rel="stylesheet" href="/assets/extras.css">
11
+ <script data-docify-guard="docify:serve-guard">
12
+ (function () {
13
+ if (window.location.protocol !== "file:") return;
14
+ var cmd = "npm run docs";
15
+ var dir = "";
16
+ function render() {
17
+ var host = document.createElement("div");
18
+ host.setAttribute("role", "alert");
19
+ host.setAttribute("style", "position:fixed;inset:0;z-index:2147483647;display:flex;align-items:center;justify-content:center;padding:24px;margin:0;background:#0b0e14;color:#e6e9ef;font:16px/1.55 ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif");
20
+ host.innerHTML =
21
+ '<div style="max-width:44rem">' +
22
+ '<p style="margin:0 0 8px;font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:#8b95a7">Docify</p>' +
23
+ '<h1 style="margin:0 0 12px;font-size:28px;line-height:1.2">Serve this site to view it</h1>' +
24
+ '<p style="margin:0 0 16px;color:#b6bfcf">This page was opened from the file system, so its stylesheets and scripts ' +
25
+ 'cannot load and the layout you see is not the real design. Docify sites are served over HTTP.</p>' +
26
+ '<pre style="margin:0 0 16px;padding:14px 16px;border-radius:10px;background:#151a23;border:1px solid #232a36;overflow:auto;font:14px/1.5 ui-monospace,SFMono-Regular,Menlo,monospace;color:#e6e9ef"><code>' +
27
+ (dir ? "cd " + dir + "\n" : "") + cmd + '</code></pre>' +
28
+ '<p style="margin:0;color:#8b95a7;font-size:14px">The command builds the bundle, starts the local server, and opens the correct URL.</p>' +
29
+ "</div>";
30
+ document.documentElement.style.background = "#0b0e14";
31
+ if (document.body) {
32
+ document.body.innerHTML = "";
33
+ document.body.appendChild(host);
34
+ } else {
35
+ document.documentElement.appendChild(host);
36
+ }
37
+ }
38
+ if (document.readyState === "loading") {
39
+ document.addEventListener("DOMContentLoaded", render);
40
+ } else {
41
+ render();
42
+ }
43
+ })();
44
+ </script>
11
45
  </head>
12
46
  <body class="page-catalog" style="--accent:#2f6feb;--accent-alt:#1f6e5c" data-page="catalog">
13
47
  <div class="page-shell">
@@ -37,9 +71,13 @@
37
71
  <p class="install-lead">Knowledge SDK — install as a <strong>devDependency</strong> only (not a production runtime).</p>
38
72
  <pre class="install-cmd install-cmd-primary"><code>npm i -D @x12i/connectix-docs</code></pre>
39
73
 
74
+
75
+
76
+
40
77
  <p class="install-more"><a href="/agents">Agents / SDK details →</a> · <a href="/agent-manifest.json">agent-manifest.json</a></p>
41
78
  </div>
42
79
  </section>
80
+
43
81
  <section class="section" data-hydrate="catalog">
44
82
  <div id="catalog-root" class="list-table-wrap" data-coming-soon=""></div>
45
83
  </section>
@@ -0,0 +1,65 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1">
6
+ <title>Concepts · Connectix</title>
7
+ <link rel="preconnect" href="https://fonts.googleapis.com">
8
+ <link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500;600&display=swap" rel="stylesheet">
9
+ <link rel="stylesheet" href="/assets/site.css">
10
+ <link rel="stylesheet" href="/assets/extras.css">
11
+ <script data-docify-guard="docify:serve-guard">
12
+ (function () {
13
+ if (window.location.protocol !== "file:") return;
14
+ var cmd = "npm run docs";
15
+ var dir = "";
16
+ function render() {
17
+ var host = document.createElement("div");
18
+ host.setAttribute("role", "alert");
19
+ host.setAttribute("style", "position:fixed;inset:0;z-index:2147483647;display:flex;align-items:center;justify-content:center;padding:24px;margin:0;background:#0b0e14;color:#e6e9ef;font:16px/1.55 ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif");
20
+ host.innerHTML =
21
+ '<div style="max-width:44rem">' +
22
+ '<p style="margin:0 0 8px;font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:#8b95a7">Docify</p>' +
23
+ '<h1 style="margin:0 0 12px;font-size:28px;line-height:1.2">Serve this site to view it</h1>' +
24
+ '<p style="margin:0 0 16px;color:#b6bfcf">This page was opened from the file system, so its stylesheets and scripts ' +
25
+ 'cannot load and the layout you see is not the real design. Docify sites are served over HTTP.</p>' +
26
+ '<pre style="margin:0 0 16px;padding:14px 16px;border-radius:10px;background:#151a23;border:1px solid #232a36;overflow:auto;font:14px/1.5 ui-monospace,SFMono-Regular,Menlo,monospace;color:#e6e9ef"><code>' +
27
+ (dir ? "cd " + dir + "\n" : "") + cmd + '</code></pre>' +
28
+ '<p style="margin:0;color:#8b95a7;font-size:14px">The command builds the bundle, starts the local server, and opens the correct URL.</p>' +
29
+ "</div>";
30
+ document.documentElement.style.background = "#0b0e14";
31
+ if (document.body) {
32
+ document.body.innerHTML = "";
33
+ document.body.appendChild(host);
34
+ } else {
35
+ document.documentElement.appendChild(host);
36
+ }
37
+ }
38
+ if (document.readyState === "loading") {
39
+ document.addEventListener("DOMContentLoaded", render);
40
+ } else {
41
+ render();
42
+ }
43
+ })();
44
+ </script>
45
+ </head>
46
+ <body>
47
+ <a class="skip-link" href="#main-content">Skip to content</a>
48
+ <header class="site-header">
49
+ <a class="brand" href="/docs">
50
+ <span class="brand-mark" aria-hidden="true"></span>
51
+ <span class="brand-name">connectix</span>
52
+ <span class="brand-badge">docs</span>
53
+ </a>
54
+ <button type="button" class="nav-toggle" aria-label="Menu" data-nav-toggle>Menu</button>
55
+ <nav class="site-nav" data-site-nav>
56
+ <a href="/getting-started">Getting started</a><a href="/use-cases">Use cases</a><a href="/catalog">Catalog</a><a href="/agents">Agents/SDK</a><a href="/search">Search</a><a href="/explore">Explore</a>
57
+ </nav>
58
+ </header>
59
+ <main id="main-content" class="knowledge-page">
60
+ <article class="prose-column"><h1>Concepts</h1><ul class="knowledge-index"></ul></article>
61
+ </main>
62
+ <script src="/app.js"></script>
63
+ <script>bindNavToggle();</script>
64
+ </body>
65
+ </html>
@@ -0,0 +1,65 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1">
6
+ <title>Diagrams · Connectix</title>
7
+ <link rel="preconnect" href="https://fonts.googleapis.com">
8
+ <link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500;600&display=swap" rel="stylesheet">
9
+ <link rel="stylesheet" href="/assets/site.css">
10
+ <link rel="stylesheet" href="/assets/extras.css">
11
+ <script data-docify-guard="docify:serve-guard">
12
+ (function () {
13
+ if (window.location.protocol !== "file:") return;
14
+ var cmd = "npm run docs";
15
+ var dir = "";
16
+ function render() {
17
+ var host = document.createElement("div");
18
+ host.setAttribute("role", "alert");
19
+ host.setAttribute("style", "position:fixed;inset:0;z-index:2147483647;display:flex;align-items:center;justify-content:center;padding:24px;margin:0;background:#0b0e14;color:#e6e9ef;font:16px/1.55 ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif");
20
+ host.innerHTML =
21
+ '<div style="max-width:44rem">' +
22
+ '<p style="margin:0 0 8px;font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:#8b95a7">Docify</p>' +
23
+ '<h1 style="margin:0 0 12px;font-size:28px;line-height:1.2">Serve this site to view it</h1>' +
24
+ '<p style="margin:0 0 16px;color:#b6bfcf">This page was opened from the file system, so its stylesheets and scripts ' +
25
+ 'cannot load and the layout you see is not the real design. Docify sites are served over HTTP.</p>' +
26
+ '<pre style="margin:0 0 16px;padding:14px 16px;border-radius:10px;background:#151a23;border:1px solid #232a36;overflow:auto;font:14px/1.5 ui-monospace,SFMono-Regular,Menlo,monospace;color:#e6e9ef"><code>' +
27
+ (dir ? "cd " + dir + "\n" : "") + cmd + '</code></pre>' +
28
+ '<p style="margin:0;color:#8b95a7;font-size:14px">The command builds the bundle, starts the local server, and opens the correct URL.</p>' +
29
+ "</div>";
30
+ document.documentElement.style.background = "#0b0e14";
31
+ if (document.body) {
32
+ document.body.innerHTML = "";
33
+ document.body.appendChild(host);
34
+ } else {
35
+ document.documentElement.appendChild(host);
36
+ }
37
+ }
38
+ if (document.readyState === "loading") {
39
+ document.addEventListener("DOMContentLoaded", render);
40
+ } else {
41
+ render();
42
+ }
43
+ })();
44
+ </script>
45
+ </head>
46
+ <body>
47
+ <a class="skip-link" href="#main-content">Skip to content</a>
48
+ <header class="site-header">
49
+ <a class="brand" href="/docs">
50
+ <span class="brand-mark" aria-hidden="true"></span>
51
+ <span class="brand-name">connectix</span>
52
+ <span class="brand-badge">docs</span>
53
+ </a>
54
+ <button type="button" class="nav-toggle" aria-label="Menu" data-nav-toggle>Menu</button>
55
+ <nav class="site-nav" data-site-nav>
56
+ <a href="/getting-started">Getting started</a><a href="/use-cases">Use cases</a><a href="/catalog">Catalog</a><a href="/agents">Agents/SDK</a><a href="/search">Search</a><a href="/explore">Explore</a>
57
+ </nav>
58
+ </header>
59
+ <main id="main-content" class="knowledge-page">
60
+ <article class="prose-column"><h1>Diagrams</h1><ul class="knowledge-index"></ul></article>
61
+ </main>
62
+ <script src="/app.js"></script>
63
+ <script>bindNavToggle();</script>
64
+ </body>
65
+ </html>
@@ -8,6 +8,40 @@
8
8
  <link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500;600&display=swap" rel="stylesheet">
9
9
  <link rel="stylesheet" href="/assets/site.css">
10
10
  <link rel="stylesheet" href="/assets/extras.css">
11
+ <script data-docify-guard="docify:serve-guard">
12
+ (function () {
13
+ if (window.location.protocol !== "file:") return;
14
+ var cmd = "npm run docs";
15
+ var dir = "";
16
+ function render() {
17
+ var host = document.createElement("div");
18
+ host.setAttribute("role", "alert");
19
+ host.setAttribute("style", "position:fixed;inset:0;z-index:2147483647;display:flex;align-items:center;justify-content:center;padding:24px;margin:0;background:#0b0e14;color:#e6e9ef;font:16px/1.55 ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif");
20
+ host.innerHTML =
21
+ '<div style="max-width:44rem">' +
22
+ '<p style="margin:0 0 8px;font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:#8b95a7">Docify</p>' +
23
+ '<h1 style="margin:0 0 12px;font-size:28px;line-height:1.2">Serve this site to view it</h1>' +
24
+ '<p style="margin:0 0 16px;color:#b6bfcf">This page was opened from the file system, so its stylesheets and scripts ' +
25
+ 'cannot load and the layout you see is not the real design. Docify sites are served over HTTP.</p>' +
26
+ '<pre style="margin:0 0 16px;padding:14px 16px;border-radius:10px;background:#151a23;border:1px solid #232a36;overflow:auto;font:14px/1.5 ui-monospace,SFMono-Regular,Menlo,monospace;color:#e6e9ef"><code>' +
27
+ (dir ? "cd " + dir + "\n" : "") + cmd + '</code></pre>' +
28
+ '<p style="margin:0;color:#8b95a7;font-size:14px">The command builds the bundle, starts the local server, and opens the correct URL.</p>' +
29
+ "</div>";
30
+ document.documentElement.style.background = "#0b0e14";
31
+ if (document.body) {
32
+ document.body.innerHTML = "";
33
+ document.body.appendChild(host);
34
+ } else {
35
+ document.documentElement.appendChild(host);
36
+ }
37
+ }
38
+ if (document.readyState === "loading") {
39
+ document.addEventListener("DOMContentLoaded", render);
40
+ } else {
41
+ render();
42
+ }
43
+ })();
44
+ </script>
11
45
  </head>
12
46
  <body class="page-docs-home" style="--accent:#2f6feb;--accent-alt:#1f6e5c" data-page="docs-home">
13
47
  <div class="page-shell">
@@ -37,9 +71,13 @@
37
71
  <p class="install-lead">Knowledge SDK — install as a <strong>devDependency</strong> only (not a production runtime).</p>
38
72
  <pre class="install-cmd install-cmd-primary"><code>npm i -D @x12i/connectix-docs</code></pre>
39
73
 
74
+
75
+
76
+
40
77
  <p class="install-more"><a href="/agents">Agents / SDK details →</a> · <a href="/agent-manifest.json">agent-manifest.json</a></p>
41
78
  </div>
42
79
  </section>
80
+
43
81
  <section class="section tracks"><div class="track track-main">
44
82
  <div class="tag ">Developers</div>
45
83
  <ol class="step-list"><li><span class="step-num">1</span><span class="step-text"><a href="/books/00-orient-connectix">Orient on Connectix</a></span></li><li><span class="step-num">2</span><span class="step-text"><a href="/use-cases">Expose AI tools</a></span></li><li><span class="step-num">3</span><span class="step-text"><a href="/books/01-tools-and-simulator">Run the package simulator</a></span></li></ol>