Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@ The shortest truthful answer today is:
> `openvibecoding-orchestrator==0.1.0a4` PyPI package plus the live
> `io.github.xiaojiou176-open/openvibecoding-readonly@0.1.0a4` Official MCP
> Registry entry for that same read-only runtime, and a live ClawHub skill.
> The older `cortexpilot-orchestrator==0.1.0a4` package and
> `io.github.xiaojiou176-open/cortexpilot-readonly@0.1.0a4` registry entry
> still remain online as legacy compatibility surfaces; the OpenVibeCoding names
> are canonical, while the legacy MCP entry is now explicitly deprecated.
> Local coding-agent starters and bundle examples remain helper materials, not
> the primary public front door. MCP.so still has an open external submission
> receipt, while the previous OpenHands/extensions submission is closed without
Expand All @@ -110,6 +114,7 @@ The shortest truthful answer today is:
Use these buckets:

- **Shipped now**: repo, Pages, proof-first docs, read-only MCP, live OpenVibeCoding PyPI package + Official MCP Registry entry, ClawHub skill
- **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
- **Starter-only / example lane**: Codex / Claude Code / OpenClaw local starter kits and local coding-agent bundle examples
- **Submitted externally**: `chatmcp/mcpso#1559` is still open; `OpenHands/extensions#151` remains a public receipt but is closed without a live listing
- **Publish-ready but deferred**:
Expand Down
9 changes: 5 additions & 4 deletions docs/distribution/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@ <h1>Exact distribution status for OpenVibeCoding.</h1>
</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>
Expand Down Expand Up @@ -451,18 +452,18 @@ <h2>Current distribution matrix</h2>
<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 published package for the public read-only MCP runtime.</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 this canonical install path.</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 public registry entry uses <code>io.github.xiaojiou176-open/openvibecoding-readonly</code>.</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 this canonical registry entry.</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>
Expand Down
Loading