-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathindex.html
More file actions
604 lines (565 loc) · 27.8 KB
/
index.html
File metadata and controls
604 lines (565 loc) · 27.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>OpenVibeCoding | Distribution status and release truth</title>
<meta
name="description"
content="Canonical distribution status for OpenVibeCoding: shipped repo and Pages surfaces, the live read-only MCP package plus Official MCP Registry entry, the live ClawHub skill, review-pending external submissions, and the still-deferred hosted or write-capable layers."
/>
<meta
name="keywords"
content="OpenVibeCoding distribution status, OpenVibeCoding release truth, read-only MCP, starter kits, builder packages, hosted deferred"
/>
<link rel="canonical" href="https://xiaojiou176-open.github.io/OpenVibeCoding/distribution/" />
<meta property="og:title" content="OpenVibeCoding | Distribution status and release truth" />
<meta
property="og:description"
content="Exact current distribution matrix for OpenVibeCoding across repo, Pages, read-only MCP, starter kits, builder packages, and deferred hosted or write-capable surfaces."
/>
<meta property="og:type" content="article" />
<meta property="og:url" content="https://xiaojiou176-open.github.io/OpenVibeCoding/distribution/" />
<meta property="og:image" content="../assets/storefront/social-preview-1280x640.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="OpenVibeCoding | Distribution status and release truth" />
<meta
name="twitter:description"
content="Canonical current distribution matrix for OpenVibeCoding."
/>
<meta name="twitter:image" content="../assets/storefront/social-preview-1280x640.png" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@500;600&family=Manrope:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;700&display=swap"
rel="stylesheet"
/>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "TechArticle",
"headline": "OpenVibeCoding distribution status and release truth",
"url": "https://xiaojiou176-open.github.io/OpenVibeCoding/distribution/",
"description": "Canonical current distribution matrix for OpenVibeCoding across shipped, starter-only, repo-owned, and deferred surfaces."
}
</script>
<style>
:root {
color-scheme: dark;
--bg: #0b1220;
--bg-elevated: #111a2e;
--panel: #17233b;
--panel-raised: #1c2b43;
--panel-soft: rgba(23, 35, 59, 0.88);
--ink: #e8eef8;
--muted: #9fb0c8;
--line: rgba(159, 176, 200, 0.18);
--line-strong: rgba(159, 176, 200, 0.3);
--accent: #1fb981;
--accent-soft: rgba(31, 185, 129, 0.12);
--accent-alt: #f2c27d;
--accent-alt-soft: rgba(242, 194, 125, 0.12);
--warn: #e59a2f;
--warn-soft: rgba(229, 154, 47, 0.12);
--shadow: 0 24px 60px rgba(4, 7, 13, 0.48);
}
* { box-sizing: border-box; }
body {
margin: 0;
background:
radial-gradient(circle at 12% 10%, rgba(31, 185, 129, 0.14), transparent 20%),
radial-gradient(circle at 88% 12%, rgba(242, 194, 125, 0.08), transparent 16%),
linear-gradient(180deg, #0b1220 0%, #101a2e 48%, #09111e 100%);
color: var(--ink);
font: 16px/1.65 "Manrope", "Avenir Next", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
main {
max-width: 1140px;
margin: 0 auto;
padding: 48px 20px 80px;
}
a {
color: var(--accent-alt);
text-underline-offset: 3px;
}
a:hover { color: #ffe2b0; }
.hero,
.section,
.table-shell {
background:
linear-gradient(180deg, rgba(255, 255, 255, 0.028), rgba(255, 255, 255, 0.012)),
var(--panel-soft);
border: 1px solid var(--line);
border-radius: 28px;
box-shadow: var(--shadow);
}
.hero,
.section {
padding: 28px;
}
.section { margin-top: 24px; }
.eyebrow,
.badge {
display: inline-flex;
width: fit-content;
padding: 7px 12px;
border-radius: 999px;
font-size: 13px;
font-weight: 700;
}
.eyebrow {
background: rgba(31, 185, 129, 0.1);
color: var(--muted);
letter-spacing: 0.08em;
text-transform: uppercase;
}
.badge.shipped { background: var(--accent-soft); color: #86e5bd; }
.badge.starter { background: var(--accent-alt-soft); color: var(--accent-alt); }
.badge.deferred { background: var(--warn-soft); color: #f4c078; }
h1, h2, h3 { margin: 0; line-height: 1.15; }
h1 {
max-width: 12ch;
font-family: "Space Grotesk", "Manrope", sans-serif;
font-size: clamp(2.5rem, 4vw, 4rem);
letter-spacing: -0.04em;
}
h2 { font-size: 1.65rem; margin-bottom: 12px; }
h2, h3 {
font-family: "Space Grotesk", "Manrope", sans-serif;
letter-spacing: -0.02em;
}
p, li, td { color: var(--muted); }
.lede { font-size: 1.08rem; max-width: 78ch; }
.mini-nav,
.actions,
.pill-row {
display: flex;
flex-wrap: wrap;
gap: 12px;
}
.mini-nav a {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 10px 14px;
border-radius: 999px;
border: 1px solid var(--line);
background: rgba(17, 26, 46, 0.8);
color: var(--muted);
font-size: 13px;
font-weight: 700;
text-decoration: none;
}
.mini-nav a:hover {
color: var(--ink);
border-color: var(--line-strong);
background: rgba(23, 35, 59, 0.96);
}
.pill {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 10px 14px;
border-radius: 999px;
background: rgba(17, 26, 46, 0.84);
border: 1px solid var(--line);
color: var(--ink);
font-weight: 600;
}
.button {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 12px 16px;
border-radius: 999px;
text-decoration: none;
font-weight: 600;
}
.button.primary { background: var(--accent); color: #08131c; }
.button.secondary {
border: 1px solid var(--line);
background: rgba(17, 26, 46, 0.84);
color: var(--ink);
}
.grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
gap: 16px;
}
.card {
border: 1px solid var(--line);
border-radius: 22px;
background:
linear-gradient(180deg, rgba(255, 255, 255, 0.022), rgba(255, 255, 255, 0.012)),
var(--panel-raised);
padding: 18px;
}
.table-shell {
margin-top: 24px;
overflow: hidden;
}
table {
width: 100%;
border-collapse: collapse;
}
th, td {
padding: 14px 16px;
border-bottom: 1px solid var(--line);
text-align: left;
vertical-align: top;
}
th {
font-size: 13px;
letter-spacing: 0.03em;
text-transform: uppercase;
background: rgba(255, 255, 255, 0.03);
color: var(--ink);
}
tr:last-child td { border-bottom: none; }
code {
background: rgba(255, 255, 255, 0.06);
border-radius: 6px;
padding: 2px 6px;
font-family: "JetBrains Mono", ui-monospace, monospace;
}
pre {
margin: 0;
overflow-x: auto;
padding: 18px;
border-radius: 18px;
border: 1px solid var(--line);
background: rgba(8, 16, 28, 0.82);
}
@media (max-width: 860px) {
.table-shell {
padding: 12px;
}
table, tbody, tr, td {
display: block;
width: 100%;
}
thead {
display: none;
}
tbody {
display: grid;
gap: 14px;
}
tr {
border: 1px solid var(--line);
border-radius: 22px;
overflow: hidden;
background:
linear-gradient(180deg, rgba(255, 255, 255, 0.022), rgba(255, 255, 255, 0.012)),
var(--panel-raised);
}
td {
display: grid;
gap: 8px;
padding: 14px 16px;
}
td::before {
font-size: 11px;
font-weight: 700;
letter-spacing: 0.08em;
text-transform: uppercase;
color: var(--accent);
}
tr td:nth-of-type(1)::before { content: "Surface"; }
tr td:nth-of-type(2)::before { content: "Current status"; }
tr td:nth-of-type(3)::before { content: "Official claim"; }
tr td:nth-of-type(4)::before { content: "Install path"; }
tr td:nth-of-type(5)::before { content: "Protocol / Auth"; }
tr td:nth-of-type(6)::before { content: "Next action"; }
}
@media (max-width: 720px) {
.hero, .section { padding: 22px; }
th, td { padding: 12px; }
}
</style>
</head>
<body>
<main>
<section class="hero">
<span class="eyebrow">Public mirror of the root distribution contract</span>
<nav class="mini-nav" aria-label="Top navigation">
<a href="../">Back to the public landing page</a>
<a href="../use-cases/">First proven workflow</a>
<a href="../compatibility/">Compatibility matrix</a>
<a href="../mcp/">Read-only MCP quickstart</a>
<a href="../builders/">Builder quickstart</a>
<a href="../integrations/">Integration guide</a>
<a href="https://github.com/xiaojiou176-open/OpenVibeCoding/releases">Latest GitHub release</a>
</nav>
<h1>Exact distribution status for OpenVibeCoding.</h1>
<p class="lede">
The current first-class distribution story is intentionally narrower than the full monorepo:
<strong>public repo + GitHub Pages front door + one release-proven <code>news_digest</code> proof loop + one read-only stdio MCP surface + starter/local bundle examples</strong>.
</p>
<p class="lede">
The current package and discovery layer is real:
the live public package and Official MCP Registry entry use
OpenVibeCoding identifiers for the same read-only MCP runtime,
and <strong>openvibecoding-adoption-router</strong> is live on ClawHub.
<strong>MCP.so</strong> still has an open external submission receipt,
while the previous <strong>OpenHands/extensions</strong> submission is
closed without a live listing.
<strong>@openvibecoding/frontend-api-client</strong> and
<strong>@openvibecoding/frontend-api-contract</strong> remain
<strong>publish-ready but deferred</strong>, while
<strong>@openvibecoding/frontend-shared</strong> remains a
<strong>workspace-only presentation substrate</strong>.
Hosted operator service, write-capable MCP, Docker image distribution, and standalone npm releases remain <strong>deferred</strong>.
</p>
<p class="lede">
This page is the public distribution truth surface for OpenVibeCoding.
Historical packaging notes and repo-internal release bookkeeping may
evolve behind it, but the public claim should stay readable here
without sending readers into internal markdown trails.
</p>
<div class="pill-row">
<span class="pill">Shipped now: repo, Pages, first proven workflow, read-only MCP, live OpenVibeCoding PyPI + Official MCP Registry entry, ClawHub skill</span>
<span class="pill">Legacy compatibility still live: CortexPilot PyPI + deprecated MCP entry remain reachable while OpenVibeCoding stays canonical</span>
<span class="pill">Starter/example lane: Codex / Claude Code config seeds and the local coding-agent bundle</span>
<span class="pill">External receipts: MCP.so is still open; OpenHands/extensions is a closed receipt without a live listing</span>
<span class="pill">Publish-ready but deferred: frontend-api-client and frontend-api-contract; frontend-shared stays workspace-only</span>
<span class="pill">Deferred: Docker, hosted Render pilot, write-capable MCP, standalone npm releases</span>
</div>
<div class="actions">
<a class="button primary" href="#distribution-matrix">Open the distribution matrix</a>
<a class="button secondary" href="../use-cases/">Open the first proven workflow</a>
<a class="button secondary" href="../mcp/">Open the MCP quickstart</a>
</div>
</section>
<section class="section">
<h2>Release truth</h2>
<div class="grid">
<article class="card">
<span class="badge shipped">Latest published release</span>
<h3>Latest GitHub release</h3>
<p><code>v0.1.0-alpha.3</code> is the latest published GitHub Release and the latest public semver tag.</p>
</article>
<article class="card">
<span class="badge deferred">Important boundary</span>
<h3>Current main is ahead of the latest release</h3>
<p><code>v0.1.0-alpha.3</code> is still the latest published prerelease, but it should be treated as a lagging public snapshot until the next tag catches up with <code>main</code>.</p>
</article>
<article class="card">
<span class="badge shipped">Historical boundary</span>
<h3>Older release drafts stay archived</h3>
<p>The latest published public prerelease is still the GitHub Release for <code>v0.1.0-alpha.3</code>. Older repo-side release drafts remain archived for maintainers, but they are intentionally not part of the active public path.</p>
</article>
</div>
</section>
<section class="section">
<h2>Canonical MCP contract</h2>
<p>
The shipped public MCP surface is the repo-owned <strong>read-only stdio JSON-RPC</strong> server.
The shortest official startup path is the wrapper:
</p>
<pre><code>bash /absolute/path/to/OpenVibeCoding/scripts/run_openvibecoding_readonly_mcp.sh</code></pre>
<p>
For the machine-readable contract, use
<a href="https://github.com/xiaojiou176-open/OpenVibeCoding/blob/main/configs/mcp_public_manifest.json"><code>configs/mcp_public_manifest.json</code></a>.
For the human quickstart, use <a href="../mcp/">the read-only MCP page</a>.
</p>
</section>
<section class="section" id="distribution-matrix">
<h2>Current distribution matrix</h2>
<div class="table-shell">
<table>
<thead>
<tr>
<th>Surface</th>
<th>Current status</th>
<th>Official claim</th>
<th>Install path</th>
<th>Protocol / Auth</th>
<th>Next action</th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>GitHub repo</strong></td>
<td><span class="badge shipped">shipped</span></td>
<td>The public repo is the canonical front door for source, public docs, and examples.</td>
<td><a href="https://github.com/xiaojiou176-open/OpenVibeCoding">xiaojiou176-open/OpenVibeCoding</a></td>
<td>None</td>
<td>Keep the root README short and truthful.</td>
</tr>
<tr>
<td><strong>GitHub Pages</strong></td>
<td><span class="badge shipped">shipped</span></td>
<td>The public Pages site is the canonical docs front door.</td>
<td><a href="https://xiaojiou176-open.github.io/OpenVibeCoding/">Pages front door</a></td>
<td>None</td>
<td>Keep first-run and distribution truth aligned with the repo.</td>
</tr>
<tr>
<td><strong>First proven workflow</strong></td>
<td><span class="badge shipped">shipped</span></td>
<td><code>news_digest</code> is the only official release-proven public baseline today.</td>
<td><a href="../use-cases/">First proven workflow guide</a></td>
<td>Repo-local proof loop</td>
<td><code>topic_brief</code> now has a tracked search-backed proof bundle and <code>page_brief</code> now has a tracked browser-backed proof bundle, but <code>news_digest</code> remains the only official first public baseline.</td>
</tr>
<tr>
<td><strong>Read-only MCP</strong></td>
<td><span class="badge shipped">shipped</span></td>
<td>Repo-owned read-only MCP server for runs, workflows, approvals, compare, proof, and incident summaries.</td>
<td><code>bash /absolute/path/to/OpenVibeCoding/scripts/run_openvibecoding_readonly_mcp.sh</code></td>
<td>stdio JSON-RPC, read-only, no hosted account, no OAuth</td>
<td>Keep wrapper + manifest + starter files aligned; do not imply write-capable or hosted MCP.</td>
</tr>
<tr>
<td><strong>PyPI package</strong></td>
<td><span class="badge shipped">shipped</span></td>
<td><code>openvibecoding-orchestrator==0.1.0a4</code> is the live canonical package for the public read-only MCP runtime. The older <code>cortexpilot-orchestrator==0.1.0a4</code> package still remains reachable as a legacy compatibility lane.</td>
<td><a href="https://pypi.org/project/openvibecoding-orchestrator/0.1.0a4/">PyPI package</a></td>
<td>Package install only</td>
<td>Keep public docs and starter snippets aligned to the OpenVibeCoding install path, and do not imply that the legacy compatibility package has already disappeared.</td>
</tr>
<tr>
<td><strong>Official MCP Registry</strong></td>
<td><span class="badge shipped">shipped</span></td>
<td>The live canonical registry entry uses <code>io.github.xiaojiou176-open/openvibecoding-readonly</code>. The older <code>io.github.xiaojiou176-open/cortexpilot-readonly</code> entry still remains reachable, but it is now marked deprecated.</td>
<td><a href="https://registry.modelcontextprotocol.io/v0/servers?search=io.github.xiaojiou176-open/openvibecoding-readonly">Registry entry</a></td>
<td>Registry discovery, stdio package install</td>
<td>Keep the repo-side manifest and public MCP docs aligned to the OpenVibeCoding registry entry, while describing the older CortexPilot entry as deprecated compatibility rather than pretending it is gone.</td>
</tr>
<tr>
<td><strong>Codex starter</strong></td>
<td><span class="badge starter">starter-only</span></td>
<td>Local Codex-compatible MCP or bundle seed, not an official directory listing.</td>
<td><a href="../agent-starters/">Agent starter kits</a></td>
<td>Local config, stdio MCP</td>
<td>Keep receipt language explicit until a real listing exists.</td>
</tr>
<tr>
<td><strong>Claude Code starter</strong></td>
<td><span class="badge starter">starter-only</span></td>
<td>Project-local MCP and local <code>--plugin-dir</code> seed, not a marketplace listing.</td>
<td><a href="../agent-starters/">Agent starter kits</a></td>
<td>Local config, stdio MCP</td>
<td>Keep wording at starter-only until an official submission receipt exists.</td>
</tr>
<tr>
<td><strong>OpenClaw starter</strong></td>
<td><span class="badge starter">starter-only</span></td>
<td>Bundle-compatible local path around OpenClaw; the same adoption-router skill also has a live ClawHub publication.</td>
<td><a href="../agent-starters/">Agent starter kits</a></td>
<td>Local config, stdio MCP</td>
<td>Keep it on the adjacent integration side unless a mapped native publish path is shipped and tested.</td>
</tr>
<tr>
<td><strong>Coding-agent bundle</strong></td>
<td><span class="badge starter">bundle-compatible</span></td>
<td>Portable local bundle for Codex / Claude Code / OpenClaw-compatible installs.</td>
<td><code>examples/coding-agents/plugin-bundles/openvibecoding-coding-agent-bundle/</code></td>
<td>Local bundle metadata + plugin-scoped read-only MCP</td>
<td>Keep local-first; do not call it a published listing.</td>
</tr>
<tr>
<td><strong>Repo-owned adoption-router skill</strong></td>
<td><span class="badge shipped">shipped</span></td>
<td>Cross-tool skill artifact with <code>SKILL.md</code> plus <code>manifest.yaml</code> for Codex / Claude Code / OpenClaw-compatible installs, shared between the public skill packet, the local bundle example, and the published ClawHub skill.</td>
<td><code>public-skills/openvibecoding-adoption-router/</code></td>
<td>Repo-owned skill contract, public skill packet plus local bundle example</td>
<td>Keep the public packet, repo bundle, and published skill receipts aligned.</td>
</tr>
<tr>
<td><strong>ClawHub skill</strong></td>
<td><span class="badge shipped">shipped</span></td>
<td><code>openvibecoding-adoption-router</code> is live on ClawHub.</td>
<td><a href="https://www.clawhub.ai/skills/openvibecoding-adoption-router">ClawHub listing</a></td>
<td>Skill registry, no hosted OpenVibeCoding account, no write-capable MCP</td>
<td>Keep the skill copy aligned with the repo bundle and public boundary.</td>
</tr>
<tr>
<td><strong>OpenHands/extensions submission</strong></td>
<td><span class="badge starter">external receipt only</span></td>
<td>The public submission receipt exists, but the tracked PR is closed without merge, so there is no live listing today.</td>
<td><a href="https://github.com/OpenHands/extensions/pull/151">OpenHands/extensions#151</a></td>
<td>Historical external receipt only</td>
<td>Do not describe this closed PR as a live or still-pending listing.</td>
</tr>
<tr>
<td><strong>MCP.so submission</strong></td>
<td><span class="badge starter">submitted externally</span></td>
<td>The directory submission for the public read-only MCP server is filed.</td>
<td><a href="https://github.com/chatmcp/mcpso/issues/1559">chatmcp/mcpso#1559</a></td>
<td>Directory intake flow, not live until accepted</td>
<td>Keep the issue body aligned with current package and registry truth.</td>
</tr>
<tr>
<td><strong>@openvibecoding/frontend-api-client</strong></td>
<td><span class="badge starter">publish-ready but deferred</span></td>
<td>Thin client helper with a publish-ready manifest, but no public npm release yet.</td>
<td><a href="../builders/">Builder quickstart</a></td>
<td>HTTP API, repo-local preview/apply contract, token story depends on backend</td>
<td>Keep the install story honest as clone/workspace reuse or vendor copy until the first npm release exists.</td>
</tr>
<tr>
<td><strong>@openvibecoding/frontend-api-contract</strong></td>
<td><span class="badge starter">publish-ready but deferred</span></td>
<td>Generated contract-facing package with a publish-ready manifest, but no public npm release yet.</td>
<td><a href="../api/">API quickstart</a></td>
<td>Generated route/query/type contract</td>
<td>Keep the install story honest as clone/workspace reuse or vendor copy until the first npm release exists.</td>
</tr>
<tr>
<td><strong>@openvibecoding/frontend-shared</strong></td>
<td><span class="badge starter">not a standalone distribution unit</span></td>
<td>Shared UI copy, locale, and status substrate for OpenVibeCoding-owned surfaces.</td>
<td><a href="../builders/">Builder quickstart</a></td>
<td>Frontend-only presentation helpers</td>
<td>Keep repo-owned and workspace-only unless a separate reuse story is explicitly promoted later.</td>
</tr>
<tr>
<td><strong>Docker image distribution</strong></td>
<td><span class="badge deferred">deferred</span></td>
<td>CI Dockerfiles and local infra exist, but there is no public product Docker image distribution claim today.</td>
<td>None</td>
<td>Container / image story not yet public</td>
<td>Add only when container distribution becomes part of the official public contract.</td>
</tr>
<tr>
<td><strong>Hosted Render pilot</strong></td>
<td><span class="badge deferred">deferred</span></td>
<td>Repo-owned hosted blueprint exists for guarded future pilots; OpenVibeCoding is not a hosted operator product today.</td>
<td>No public install path today</td>
<td>HTTP / token / protected operator flow</td>
<td>Keep as future pilot groundwork, not a live hosted claim.</td>
</tr>
<tr>
<td><strong>Write-capable MCP</strong></td>
<td><span class="badge deferred">deferred</span></td>
<td>Public MCP remains read-only; queue preview or pilot groundwork does not upgrade the public contract.</td>
<td>No public install path today</td>
<td>Guarded operator-only, default-off</td>
<td>Keep outside the public promise until an owner-approved launch contract exists.</td>
</tr>
</tbody>
</table>
</div>
</section>
<section class="section">
<h2>What this page is for</h2>
<div class="grid">
<article class="card">
<h3>Use this page when</h3>
<p>You need the exact current answer to “what is official now, what is only starter material, what is still repo-owned, and what is deferred?”</p>
</article>
<article class="card">
<h3>Do not use this page to imply</h3>
<p>Hosted operator accounts, write-capable MCP, public Docker image distribution, official marketplace listings, or registry-installable packages that are not actually published yet.</p>
</article>
<article class="card">
<h3>Next best clicks</h3>
<p>Open <a href="../use-cases/">the first proven workflow</a> for proof-first validation, <a href="../mcp/">the MCP quickstart</a> for protocol truth, and <a href="../builders/">the builder quickstart</a> for repo-owned package reuse.</p>
</article>
</div>
</section>
</main>
</body>
</html>