Skip to content

Commit 3061c1e

Browse files
xiaojiou176tester
andauthored
docs: clarify legacy compatibility distribution truth (#195)
Co-authored-by: tester <test@example.com>
1 parent d90bf0c commit 3061c1e

2 files changed

Lines changed: 10 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,10 @@ The shortest truthful answer today is:
101101
> `openvibecoding-orchestrator==0.1.0a4` PyPI package plus the live
102102
> `io.github.xiaojiou176-open/openvibecoding-readonly@0.1.0a4` Official MCP
103103
> Registry entry for that same read-only runtime, and a live ClawHub skill.
104+
> The older `cortexpilot-orchestrator==0.1.0a4` package and
105+
> `io.github.xiaojiou176-open/cortexpilot-readonly@0.1.0a4` registry entry
106+
> still remain online as legacy compatibility surfaces; the OpenVibeCoding names
107+
> are canonical, while the legacy MCP entry is now explicitly deprecated.
104108
> Local coding-agent starters and bundle examples remain helper materials, not
105109
> the primary public front door. MCP.so still has an open external submission
106110
> receipt, while the previous OpenHands/extensions submission is closed without
@@ -110,6 +114,7 @@ The shortest truthful answer today is:
110114
Use these buckets:
111115

112116
- **Shipped now**: repo, Pages, proof-first docs, read-only MCP, live OpenVibeCoding PyPI package + Official MCP Registry entry, ClawHub skill
117+
- **Legacy compatibility still live**: `cortexpilot-orchestrator==0.1.0a4` and `io.github.xiaojiou176-open/cortexpilot-readonly@0.1.0a4` remain reachable; treat them as compatibility lanes rather than the canonical front door
113118
- **Starter-only / example lane**: Codex / Claude Code / OpenClaw local starter kits and local coding-agent bundle examples
114119
- **Submitted externally**: `chatmcp/mcpso#1559` is still open; `OpenHands/extensions#151` remains a public receipt but is closed without a live listing
115120
- **Publish-ready but deferred**:

docs/distribution/index.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,7 @@ <h1>Exact distribution status for OpenVibeCoding.</h1>
354354
</p>
355355
<div class="pill-row">
356356
<span class="pill">Shipped now: repo, Pages, first proven workflow, read-only MCP, live OpenVibeCoding PyPI + Official MCP Registry entry, ClawHub skill</span>
357+
<span class="pill">Legacy compatibility still live: CortexPilot PyPI + deprecated MCP entry remain reachable while OpenVibeCoding stays canonical</span>
357358
<span class="pill">Starter/example lane: Codex / Claude Code config seeds and the local coding-agent bundle</span>
358359
<span class="pill">External receipts: MCP.so is still open; OpenHands/extensions is a closed receipt without a live listing</span>
359360
<span class="pill">Publish-ready but deferred: frontend-api-client and frontend-api-contract; frontend-shared stays workspace-only</span>
@@ -451,18 +452,18 @@ <h2>Current distribution matrix</h2>
451452
<tr>
452453
<td><strong>PyPI package</strong></td>
453454
<td><span class="badge shipped">shipped</span></td>
454-
<td><code>openvibecoding-orchestrator==0.1.0a4</code> is the live published package for the public read-only MCP runtime.</td>
455+
<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>
455456
<td><a href="https://pypi.org/project/openvibecoding-orchestrator/0.1.0a4/">PyPI package</a></td>
456457
<td>Package install only</td>
457-
<td>Keep public docs and starter snippets aligned to this canonical install path.</td>
458+
<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>
458459
</tr>
459460
<tr>
460461
<td><strong>Official MCP Registry</strong></td>
461462
<td><span class="badge shipped">shipped</span></td>
462-
<td>The live public registry entry uses <code>io.github.xiaojiou176-open/openvibecoding-readonly</code>.</td>
463+
<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>
463464
<td><a href="https://registry.modelcontextprotocol.io/v0/servers?search=io.github.xiaojiou176-open/openvibecoding-readonly">Registry entry</a></td>
464465
<td>Registry discovery, stdio package install</td>
465-
<td>Keep the repo-side manifest and public MCP docs aligned to this canonical registry entry.</td>
466+
<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>
466467
</tr>
467468
<tr>
468469
<td><strong>Codex starter</strong></td>

0 commit comments

Comments
 (0)