Skip to content

Commit bf0ba2a

Browse files
xiaojiou176tester
andauthored
docs: record archived legacy distribution truth (#196)
Co-authored-by: tester <test@example.com>
1 parent 3061c1e commit bf0ba2a

2 files changed

Lines changed: 11 additions & 9 deletions

File tree

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,12 @@ 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.
104+
> The older `cortexpilot-orchestrator==0.1.0a4` package has now been archived on
105+
> PyPI as a legacy compatibility lane, which keeps the old release reachable by
106+
> direct URL while removing it from PyPI search and blocking new uploads. The
107+
> older `io.github.xiaojiou176-open/cortexpilot-readonly@0.1.0a4` registry entry
108+
> still remains online as a deprecated compatibility surface. The OpenVibeCoding
109+
> names are canonical, while the legacy MCP entry is explicitly deprecated.
108110
> Local coding-agent starters and bundle examples remain helper materials, not
109111
> the primary public front door. MCP.so still has an open external submission
110112
> receipt, while the previous OpenHands/extensions submission is closed without
@@ -114,7 +116,7 @@ The shortest truthful answer today is:
114116
Use these buckets:
115117

116118
- **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
119+
- **Legacy compatibility**: `cortexpilot-orchestrator==0.1.0a4` is now archived on PyPI, and `io.github.xiaojiou176-open/cortexpilot-readonly@0.1.0a4` remains reachable as a deprecated MCP compatibility entry
118120
- **Starter-only / example lane**: Codex / Claude Code / OpenClaw local starter kits and local coding-agent bundle examples
119121
- **Submitted externally**: `chatmcp/mcpso#1559` is still open; `OpenHands/extensions#151` remains a public receipt but is closed without a live listing
120122
- **Publish-ready but deferred**:

docs/distribution/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -354,7 +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>
357+
<span class="pill">Legacy compatibility: archived CortexPilot PyPI + deprecated MCP entry remain reachable while OpenVibeCoding stays canonical</span>
358358
<span class="pill">Starter/example lane: Codex / Claude Code config seeds and the local coding-agent bundle</span>
359359
<span class="pill">External receipts: MCP.so is still open; OpenHands/extensions is a closed receipt without a live listing</span>
360360
<span class="pill">Publish-ready but deferred: frontend-api-client and frontend-api-contract; frontend-shared stays workspace-only</span>
@@ -452,18 +452,18 @@ <h2>Current distribution matrix</h2>
452452
<tr>
453453
<td><strong>PyPI package</strong></td>
454454
<td><span class="badge shipped">shipped</span></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>
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 is now archived on PyPI as a legacy compatibility lane, which keeps the direct package page reachable while removing it from search and blocking new uploads.</td>
456456
<td><a href="https://pypi.org/project/openvibecoding-orchestrator/0.1.0a4/">PyPI package</a></td>
457457
<td>Package install only</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>
458+
<td>Keep public docs and starter snippets aligned to the OpenVibeCoding install path, and describe the archived CortexPilot package as compatibility-only rather than an active front door.</td>
459459
</tr>
460460
<tr>
461461
<td><strong>Official MCP Registry</strong></td>
462462
<td><span class="badge shipped">shipped</span></td>
463463
<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>
464464
<td><a href="https://registry.modelcontextprotocol.io/v0/servers?search=io.github.xiaojiou176-open/openvibecoding-readonly">Registry entry</a></td>
465465
<td>Registry discovery, stdio package install</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>
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 or trying to hard-delete it without a supported registry path.</td>
467467
</tr>
468468
<tr>
469469
<td><strong>Codex starter</strong></td>

0 commit comments

Comments
 (0)