You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DISTRIBUTION.md
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,13 +15,19 @@ change set.
15
15
Today CortexPilot officially ships a public repo front door, a GitHub Pages
16
16
product front door, one proof-first public workflow baseline, a repo-local
17
17
read-only MCP server, a published PyPI package, a live Official MCP Registry
18
-
entry, local coding-agent starter/bundle materials, and a live ClawHub skill.
18
+
entry, and a live ClawHub skill.
19
19
20
20
It does not yet officially ship a hosted operator service, a public write-capable
21
21
MCP, a Docker distribution path, or standalone npm releases. OpenHands/extensions
22
22
and MCP.so submissions are filed, but they still depend on external review or
23
23
intake handling rather than repo-only publication.
24
24
25
+
Lane order today is:
26
+
27
+
1.`pure_mcp`
28
+
2.`pure_skills`
29
+
3. local starter/example bundle materials
30
+
25
31
## Status labels
26
32
27
33
-`shipped`: part of the official public distribution today
@@ -54,9 +60,9 @@ intake handling rather than repo-only publication.
54
60
| Claude Code starter |`starter-only`| Project-local `.claude` and `.mcp.json` starter |`examples/coding-agents/claude-code/`| local project wiring only | keep truthful; do not relabel as marketplace package |
55
61
| OpenClaw starter |`starter-only`| Local config seed for the same read-only MCP and compatible bundle |`examples/coding-agents/openclaw/`| local config + local plugin path | keep truthful; do not relabel as ClawHub publication |
56
62
| Cross-tool coding-agent bundle |`bundle-compatible`| Local bundle compatible with Codex local marketplace installs, Claude plugin-dir development, and OpenClaw local plugin loading |`examples/coding-agents/plugin-bundles/cortexpilot-coding-agent-bundle/`| local bundle metadata + repo-aware MCP wrapper | keep local-install contract; no published listing claim |
57
-
| Repo-owned adoption-router skill |`shipped`| Cross-tool routing skill with `SKILL.md` + `manifest.yaml`, shared between the repo bundle and external skill distribution |`examples/coding-agents/plugin-bundles/cortexpilot-coding-agent-bundle/skills/cortexpilot-adoption-router/`| repo-owned skill contract, local bundle plus external skill publication| keep the repo bundle and published skill receipts aligned |
63
+
| Repo-owned adoption-router skill |`shipped`| Cross-tool routing skill with `SKILL.md` + `manifest.yaml`, shared between the public skill packet, the repo bundle, and external skill distribution |`public-skills/cortexpilot-adoption-router/`| repo-owned skill contract, public skill packet plus local bundle example| keep the public packet, repo bundle, and published skill receipts aligned |
58
64
| ClawHub skill (`cortexpilot-adoption-router`) |`shipped`| Published OpenClaw skill for honest CortexPilot adoption routing |`https://www.clawhub.ai/skills/cortexpilot-adoption-router`| skill registry, no hosted CortexPilot account, no write-capable MCP | keep the skill copy aligned with the repo bundle and public boundary |
59
-
| OpenHands/extensions submission |`submitted-externally`| Public skill submission for the same adoption-router artifact |`https://github.com/OpenHands/extensions/pull/152`| host review flow, not live until merged | track review without overclaiming a merged listing |
65
+
| OpenHands/extensions submission |`submitted-externally`| Public skill submission receipt for the same adoption-router artifact |`https://github.com/OpenHands/extensions/pull/151`| host review flow, not live until merged | track review without overclaiming a merged listing |
60
66
| MCP.so submission |`submitted-externally`| Directory submission for the public read-only MCP server |`https://github.com/chatmcp/mcpso/issues/1559`| directory intake flow, not live until accepted | keep the issue body aligned with current package + registry truth |
61
67
|`@cortexpilot/frontend-api-client`|`publish-ready but deferred`| Thin JS/TS client for control-plane reads and guarded operator add-ons | package metadata + README are publish-ready, but the official install story is still clone / vendor reuse until the first npm release exists | HTTP API with token / mutation-role expectations | publish later only after the first public package release is intentionally cut |
62
68
|`@cortexpilot/frontend-api-contract`|`publish-ready but deferred`| Generated route / query / type boundary for frontend consumers | package metadata + README are publish-ready, but the official install story is still clone / vendor reuse until the first npm release exists | typed contract layer only | publish later only after the first public package release is intentionally cut |
@@ -95,7 +101,7 @@ intake handling rather than repo-only publication.
95
101
These are intentionally outside repo-side completion:
96
102
97
103
- publish npm packages
98
-
- wait for OpenHands/extensions review on PR `#152`
104
+
- wait for OpenHands/extensions review on PR `#151`
99
105
- wait for MCP.so intake handling on issue `#1559`
@@ -26,13 +32,13 @@ not a hosted product, and the shipped MCP surface remains **read-only**.
26
32
27
33
The shortest truthful answer today is:
28
34
29
-
> CortexPilot officially ships a public repo, a public Pages front door, a repo-local read-only MCP surface, a published PyPI package, a live Official MCP Registry entry, and a live ClawHub skill. OpenHands/extensions and MCP.so submissions are filed with public receipts, while hosted service, write-capable MCP, Docker distribution, and standalone npm releases remain deferred.
35
+
> CortexPilot officially ships a public repo, a public Pages front door, a repo-local read-only MCP surface, a published PyPI package, a live Official MCP Registry entry, and a live ClawHub skill. The adoption-router skill is the secondary public lane. Local coding-agent starters and bundle examples remain companion/example materials, not the canonical public root. OpenHands/extensions and MCP.so external receipts exist, while hosted service, write-capable MCP, Docker distribution, and standalone npm releases remain deferred.
0 commit comments