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
about: Do not open a public issue for vulnerabilities; use SECURITY.md for the live GitHub advisory form path. A second verified fallback private channel is still a maintainer follow-up item, not a public issue workflow.
Copy file name to clipboardExpand all lines: CHANGELOG.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
@@ -363,7 +363,7 @@ All notable changes to this repository will be documented in this file.
363
363
execution when passwordless sudo is unavailable, so `main` push jobs no
364
364
longer fail immediately on runners that can use Docker without an interactive
365
365
sudo prompt
366
-
- aligned the live public GitHub repository, Pages, release, and security-reporting links around `CortexPilot-public` so repo-side docs no longer point at stale repo URLs
366
+
- aligned the live public GitHub repository, Pages, release, and security-reporting links around `OpenVibeCoding` so repo-side docs no longer point at stale repo URLs
367
367
- synchronized root AI entrypoints, README, support/security docs, and GitHub issue/PR templates with the current public security-reporting boundary and fallback-channel follow-up
368
368
- fixed docs inventory drift by registering `docs/index.html` plus release/proof docs in the docs navigation registry and upgrading the navigation checker to catch summary-vs-registry drift
369
369
- aligned the trusted PR CI governance contract with the real workflow aggregation path and extended the checker/tests to catch route-semantic drift
Copy file name to clipboardExpand all lines: DISTRIBUTION.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,8 +50,8 @@ Lane order today is:
50
50
51
51
| Surface | Current status | Official claim | Install path | Protocol / Auth | Next action |
52
52
| --- | --- | --- | --- | --- | --- |
53
-
| GitHub repo |`shipped`| Canonical public source, docs, code, and release front door |`https://github.com/xiaojiou176-open/CortexPilot-public`| none | keep sharp and truthful |
54
-
| GitHub Pages |`shipped`| Canonical public product front door |`https://xiaojiou176-open.github.io/CortexPilot-public/`| none | keep first screen compressed |
53
+
| GitHub repo |`shipped`| Canonical public source, docs, code, and release front door |`https://github.com/xiaojiou176-open/OpenVibeCoding`| none | keep sharp and truthful |
54
+
| GitHub Pages |`shipped`| Canonical public product front door |`https://xiaojiou176-open.github.io/OpenVibeCoding/`| none | keep first screen compressed |
55
55
| First proven workflow (`news_digest`) |`shipped`| Official public proof-first baseline |`docs/use-cases/index.html` and tracked proof assets | read-only proof / replay story | keep as the only release-proven public workflow |
56
56
| Read-only MCP |`shipped`| Repo-owned stdio JSON-RPC MCP for machine-readable inspection only | bootstrapped repo checkout + `bash __CORTEXPILOT_REPO_ROOT__/scripts/run_readonly_mcp.sh` or the tracked starter templates |`stdio`, JSON-RPC 2.0, read-only, repo-local, no hosted auth, no OAuth | keep artifactized through `configs/mcp_public_manifest.json`|
57
57
| PyPI package (`cortexpilot-orchestrator`) |`shipped`| Published package for the public read-only MCP runtime |`https://pypi.org/project/cortexpilot-orchestrator/0.1.0a4/`| package install only | keep package README, entrypoints, and version markers aligned with registry truth |

@@ -76,10 +76,10 @@ mirror.
76
76
77
77
| If you're here to... | Open this first |
78
78
| --- | --- |
79
-
| evaluate the product story |[First Proven Workflow](https://xiaojiou176-open.github.io/CortexPilot-public/use-cases/)|
80
-
| choose the right Codex / Claude Code / OpenClaw / MCP / skills / builder path |[Compatibility Matrix](https://xiaojiou176-open.github.io/CortexPilot-public/compatibility/)|
81
-
| see exactly what ships now vs. later |[Distribution Contract](DISTRIBUTION.md) and [Distribution Status](https://xiaojiou176-open.github.io/CortexPilot-public/distribution/)|
82
-
| build on the protocol or package surfaces |[AI + MCP + API Surfaces](https://xiaojiou176-open.github.io/CortexPilot-public/ai-surfaces/) and [Builder Quickstart](https://xiaojiou176-open.github.io/CortexPilot-public/builders/)|
79
+
| evaluate the product story |[First Proven Workflow](https://xiaojiou176-open.github.io/OpenVibeCoding/use-cases/)|
80
+
| choose the right Codex / Claude Code / OpenClaw / MCP / skills / builder path |[Compatibility Matrix](https://xiaojiou176-open.github.io/OpenVibeCoding/compatibility/)|
81
+
| see exactly what ships now vs. later |[Distribution Contract](DISTRIBUTION.md) and [Distribution Status](https://xiaojiou176-open.github.io/OpenVibeCoding/distribution/)|
82
+
| build on the protocol or package surfaces |[AI + MCP + API Surfaces](https://xiaojiou176-open.github.io/OpenVibeCoding/ai-surfaces/) and [Builder Quickstart](https://xiaojiou176-open.github.io/OpenVibeCoding/builders/)|
83
83
84
84
The default public loop is simple: **start one workflow case, watch it move
85
85
through Command Tower, then inspect Proof & Replay before you trust the
@@ -105,7 +105,7 @@ A clean first pass should let you:
105
105
- inspect **Proof & Replay** before trusting the result
106
106
107
107
For the public product story, the current official first proven workflow is
0 commit comments