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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ MCP / npm package release.
49
49
| 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 |
50
50
| 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 |
51
51
| 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 |
52
-
| Repo-owned skill in the bundle |`starter-only`|Routing skill for honest adoption path selection | shipped inside the local bundle | repo-owned skill only | keep repo-owned; not a marketplace item|
52
+
| Repo-owned skill in the bundle |`publish-ready but deferred`|Cross-tool routing skill with `SKILL.md` + `manifest.yaml`for honest adoption path selection across Codex / Claude Code / OpenClaw style installs |`examples/coding-agents/plugin-bundles/cortexpilot-coding-agent-bundle/skills/cortexpilot-adoption-router/`| repo-owned skill contract, bundle-scoped today, no live registry listing | keep truthful: package-ready metadata exists, but official marketplace / registry submissions are still later actions|
53
53
|`@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 |
54
54
|`@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 |
55
55
|`@cortexpilot/frontend-shared`|`not standalone distribution unit`| Repo-owned presentation substrate for dashboard / desktop / future web surfaces | repo-local package only | frontend presentation helpers only | keep repo-owned for now |
<li>Copy the three truth files first: <code>README.md</code>, <code>docs/README.md</code>, and <code>AGENTS.md</code>.</li>
262
271
<li>Copy only the skill folders you truly want the agent to reuse; do not mirror the whole repo just to say “skills exist.”</li>
272
+
<li>Keep the tracked <code>manifest.yaml</code> with the skill whenever the host tool or future registry expects machine-readable metadata.</li>
263
273
<li>Keep the skill paired with the same repo-owned read-only MCP command when the workflow needs machine-readable inspection.</li>
264
274
<li>Preserve the stop-signs inside the skill: hosted, write-MCP, and plugin/store claims stay frozen until the repo truth changes.</li>
265
275
</ol>
@@ -278,7 +288,7 @@ <h3>Claude Code</h3>
278
288
</article>
279
289
<articleclass="card">
280
290
<h3>OpenClaw</h3>
281
-
<p>Use skills as an adaptation layer for repo truth. OpenClaw has real plugin and skills surfaces, but CortexPilot currently lands on the integration-and-skills side first rather than claiming an official shipped plugin.</p>
291
+
<p>Use skills as an adaptation layer for repo truth. OpenClaw has real plugin and skills surfaces, and CortexPilot now carries a ClawHub-shaped <code>manifest.yaml</code> for its shared adoption-router skill, but it still lands on the integration-and-skills side first rather than claiming an official shipped plugin.</p>
282
292
</article>
283
293
</div>
284
294
</section>
@@ -322,7 +332,10 @@ <h3>OpenClaw</h3>
322
332
<p>
323
333
OpenClaw already has real skills, a workspace path, and a public registry/catalog, so
324
334
CortexPilot should fit as repo truth + proof + read-only MCP guidance rather than
325
-
pretending to be the native OpenClaw plugin itself.
335
+
pretending to be the native OpenClaw plugin itself. The tracked
336
+
<code>manifest.yaml</code> is there so the shared skill has
337
+
registry-shaped metadata ready when later external submission
338
+
actually happens.
326
339
</p>
327
340
</article>
328
341
</div>
@@ -346,7 +359,7 @@ <h2>What this page is not claiming</h2>
346
359
<li>not a hosted skill registry service</li>
347
360
</ul>
348
361
<p>
349
-
The truthful product story is smaller but stronger: the repository already gives teams reusable, inspectable skill playbooks that align with the real Command Tower / MCP / Proof & Replay contract.
362
+
The truthful product story is smaller but stronger: the repository already gives teams reusable, inspectable skill playbooks that align with the real Command Tower / MCP / Proof & Replay contract, and the shared adoption-router skill now includes registry-shaped metadata without skipping ahead to a fake published-listing claim.
0 commit comments