Skip to content

Commit c6c3daa

Browse files
authored
docs: hard cut public identity URLs (#91)
* docs: hard cut public identity URLs * fix: finish OpenVibeCoding hard cut
1 parent 00b3df0 commit c6c3daa

48 files changed

Lines changed: 225 additions & 238 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Security report
4-
url: https://github.com/xiaojiou176-open/CortexPilot-public/blob/main/SECURITY.md
4+
url: https://github.com/xiaojiou176-open/OpenVibeCoding/blob/main/SECURITY.md
55
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.
66
- name: Support guide
7-
url: https://github.com/xiaojiou176-open/CortexPilot-public/blob/main/SUPPORT.md
7+
url: https://github.com/xiaojiou176-open/OpenVibeCoding/blob/main/SUPPORT.md
88
about: Use SUPPORT.md for public bugs, docs fixes, and usage questions before opening an issue.

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ jobs:
297297
export CORTEXPILOT_GITHUB_ALERTS_MODE="${github_alert_mode}"
298298
bash scripts/check_governance_python_entrypoints.sh
299299
bash scripts/run_governance_py.sh scripts/check_repo_positioning.py
300-
bash scripts/run_governance_py.sh scripts/check_github_security_alerts.py --mode "${github_alert_mode}" --repo xiaojiou176-open/CortexPilot-public
300+
bash scripts/run_governance_py.sh scripts/check_github_security_alerts.py --mode "${github_alert_mode}" --repo xiaojiou176-open/OpenVibeCoding
301301
bash scripts/run_governance_py.sh scripts/check_env_governance.py --mode gate --max-deprecated-count 10 --max-deprecated-ratio 0.03
302302
bash scripts/run_governance_py.sh scripts/check_workflow_runner_governance.py
303303
bash scripts/run_governance_py.sh scripts/check_ci_governance_policy.py

.github/workflows/codeql.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
1-
name: CodeQL
1+
name: CodeQL (manual fallback)
22

33
on:
44
workflow_dispatch:
5-
push:
6-
branches:
7-
- main
8-
pull_request:
9-
branches:
10-
- main
115

126
permissions:
137
actions: read

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ repos:
3535

3636
- id: cortexpilot-github-security-alerts-gate
3737
name: cortexpilot-github-security-alerts-gate
38-
entry: bash scripts/run_governance_py.sh scripts/check_github_security_alerts.py --mode require --repo xiaojiou176/CortexPilot-public
38+
entry: bash scripts/run_governance_py.sh scripts/check_github_security_alerts.py --mode require
3939
language: system
4040
pass_filenames: false
4141
always_run: true

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ Work in CortexPilot as a contract-first engineering agent:
146146
module-local README changes
147147
- when the live public GitHub surface moves or changes repository URLs, sync the
148148
root docs/security/storefront entrypoints in the same patch so repo-side
149-
links do not drift behind the published `CortexPilot-public` surface
149+
links do not drift behind the published `OpenVibeCoding` surface
150150
- when security reporting wording changes, keep `SECURITY.md`, `SUPPORT.md`,
151151
issue template contact links, and the root README aligned in the same patch
152152
- when security-scan or fixture-hygiene work changes tracked test literals or

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ All notable changes to this repository will be documented in this file.
363363
execution when passwordless sudo is unavailable, so `main` push jobs no
364364
longer fail immediately on runners that can use Docker without an interactive
365365
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
367367
- 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
368368
- 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
369369
- aligned the trusted PR CI governance contract with the real workflow aggregation path and extended the checker/tests to catch route-semantic drift

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ This file mirrors the root AI entrypoint for tools that prefer `CLAUDE.md`.
7171
alone
7272
- when the live public GitHub surface moves or changes repository URLs, sync
7373
the root docs/security/storefront entrypoints in the same patch so
74-
repo-side links do not drift behind the published `CortexPilot-public`
74+
repo-side links do not drift behind the published `OpenVibeCoding`
7575
surface
7676
- when security reporting wording changes, keep `SECURITY.md`, `SUPPORT.md`,
7777
issue template contact links, and the root README aligned in the same patch

DISTRIBUTION.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ Lane order today is:
5050

5151
| Surface | Current status | Official claim | Install path | Protocol / Auth | Next action |
5252
| --- | --- | --- | --- | --- | --- |
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 |
5555
| 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 |
5656
| 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` |
5757
| 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 |

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Current lane order is deliberate:
3232
- **Secondary lane** = the adoption-router public skill packet
3333
- **Companion/example lane** = local starter kits and coding-agent bundle examples, which are not the canonical public root
3434

35-
[Quickstart](#quickstart) · [First Proven Workflow](https://xiaojiou176-open.github.io/CortexPilot-public/use-cases/) · [Compatibility Matrix](https://xiaojiou176-open.github.io/CortexPilot-public/compatibility/) · [Distribution Contract](DISTRIBUTION.md) · [Distribution Status](https://xiaojiou176-open.github.io/CortexPilot-public/distribution/) · [Docs](docs/README.md) · [Architecture](docs/architecture/runtime-topology.md) · [AI + MCP + API Surfaces](https://xiaojiou176-open.github.io/CortexPilot-public/ai-surfaces/) · [Builder Quickstart](https://xiaojiou176-open.github.io/CortexPilot-public/builders/) · [Releases](https://github.com/xiaojiou176-open/CortexPilot-public/releases)
35+
[Quickstart](#quickstart) · [First Proven Workflow](https://xiaojiou176-open.github.io/OpenVibeCoding/use-cases/) · [Compatibility Matrix](https://xiaojiou176-open.github.io/OpenVibeCoding/compatibility/) · [Distribution Contract](DISTRIBUTION.md) · [Distribution Status](https://xiaojiou176-open.github.io/OpenVibeCoding/distribution/) · [Docs](docs/README.md) · [Architecture](docs/architecture/runtime-topology.md) · [AI + MCP + API Surfaces](https://xiaojiou176-open.github.io/OpenVibeCoding/ai-surfaces/) · [Builder Quickstart](https://xiaojiou176-open.github.io/OpenVibeCoding/builders/) · [Releases](https://github.com/xiaojiou176-open/OpenVibeCoding/releases)
3636

3737
![CortexPilot command tower showcase card](docs/assets/storefront/command-tower-showcase-card.svg)
3838

@@ -63,7 +63,7 @@ Use these buckets:
6363

6464
If you need the exact matrix instead of a one-line summary, open
6565
[DISTRIBUTION.md](DISTRIBUTION.md) or the public
66-
[Distribution Status](https://xiaojiou176-open.github.io/CortexPilot-public/distribution/)
66+
[Distribution Status](https://xiaojiou176-open.github.io/OpenVibeCoding/distribution/)
6767
mirror.
6868

6969
![CortexPilot studio preview card](docs/assets/storefront/cortexpilot-studio-preview.svg)
@@ -76,10 +76,10 @@ mirror.
7676

7777
| If you're here to... | Open this first |
7878
| --- | --- |
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/) |
8383

8484
The default public loop is simple: **start one workflow case, watch it move
8585
through Command Tower, then inspect Proof & Replay before you trust the
@@ -105,7 +105,7 @@ A clean first pass should let you:
105105
- inspect **Proof & Replay** before trusting the result
106106

107107
For the public product story, the current official first proven workflow is
108-
[`news_digest`](https://xiaojiou176-open.github.io/CortexPilot-public/use-cases/).
108+
[`news_digest`](https://xiaojiou176-open.github.io/OpenVibeCoding/use-cases/).
109109
`topic_brief` and `page_brief` are still public showcase paths, not equally
110110
release-proven baselines.
111111

@@ -148,8 +148,8 @@ If you need the deeper bundle/runtime/read-model details, open the focused
148148
entrypoints instead of treating the root README like the whole control-plane
149149
manual:
150150

151-
- [AI + MCP + API Surfaces](https://xiaojiou176-open.github.io/CortexPilot-public/ai-surfaces/)
152-
- [Builder Quickstart](https://xiaojiou176-open.github.io/CortexPilot-public/builders/)
151+
- [AI + MCP + API Surfaces](https://xiaojiou176-open.github.io/OpenVibeCoding/ai-surfaces/)
152+
- [Builder Quickstart](https://xiaojiou176-open.github.io/OpenVibeCoding/builders/)
153153
- [Contract Entry Points](packages/frontend-api-contract/docs/README.md)
154154
- [Spec](docs/specs/00_SPEC.md)
155155

@@ -437,16 +437,16 @@ truthful order is:
437437
- Codex CLI / IDE
438438
- Claude Code overview / MCP
439439
- OpenClaw repo / skills / ClawHub
440-
2. Use the public [compatibility matrix](https://xiaojiou176-open.github.io/CortexPilot-public/compatibility/)
440+
2. Use the public [compatibility matrix](https://xiaojiou176-open.github.io/OpenVibeCoding/compatibility/)
441441
to choose the right OpenVibeCoding entrypoint.
442442
3. Pick the first OpenVibeCoding lane based on the job:
443-
- [read-only MCP](https://xiaojiou176-open.github.io/CortexPilot-public/mcp/)
443+
- [read-only MCP](https://xiaojiou176-open.github.io/OpenVibeCoding/mcp/)
444444
for protocol inspection
445-
- [skills quickstart](https://xiaojiou176-open.github.io/CortexPilot-public/skills/)
445+
- [skills quickstart](https://xiaojiou176-open.github.io/OpenVibeCoding/skills/)
446446
for repeatable playbooks
447-
- [builder quickstart](https://xiaojiou176-open.github.io/CortexPilot-public/builders/)
447+
- [builder quickstart](https://xiaojiou176-open.github.io/OpenVibeCoding/builders/)
448448
for package-level reuse
449-
- [use cases](https://xiaojiou176-open.github.io/CortexPilot-public/use-cases/)
449+
- [use cases](https://xiaojiou176-open.github.io/OpenVibeCoding/use-cases/)
450450
for proof-first rollout
451451
4. When package reuse is the real next step, run the repo-owned starter example
452452
instead of reconstructing the flow from prose:
@@ -760,9 +760,9 @@ gates can trace the maintenance decision end to end.
760760

761761
The public release surface now has a live baseline. Use these entrypoints:
762762

763-
- [GitHub Releases page](https://github.com/xiaojiou176-open/CortexPilot-public/releases)
764-
- [Live GitHub Release `v0.1.0-alpha.3`](https://github.com/xiaojiou176-open/CortexPilot-public/releases/tag/v0.1.0-alpha.3)
765-
- [Live GitHub Pages site](https://xiaojiou176-open.github.io/CortexPilot-public/)
763+
- [GitHub Releases page](https://github.com/xiaojiou176-open/OpenVibeCoding/releases)
764+
- [Live GitHub Release `v0.1.0-alpha.3`](https://github.com/xiaojiou176-open/OpenVibeCoding/releases/tag/v0.1.0-alpha.3)
765+
- [Live GitHub Pages site](https://xiaojiou176-open.github.io/OpenVibeCoding/)
766766
- [Changelog](CHANGELOG.md)
767767
- [Public release checklist](docs/runbooks/public-release-checklist.md)
768768
- [Current release notes source](docs/releases/v0.1.0-alpha.3.md)

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
- Do not open a public issue or pull request for a suspected security problem.
66
- Current live private reporting path: the public repository
7-
`xiaojiou176-open/CortexPilot-public` has GitHub private vulnerability
7+
`xiaojiou176-open/OpenVibeCoding` has GitHub private vulnerability
88
reporting enabled. Submit reports through the advisory form at
9-
`https://github.com/xiaojiou176-open/CortexPilot-public/security/advisories/new`.
9+
`https://github.com/xiaojiou176-open/OpenVibeCoding/security/advisories/new`.
1010
- If that form is unavailable, do not disclose details publicly. This
1111
repository still does not publish a second verified fallback private
1212
reporting channel, so none should be assumed by reporters.

0 commit comments

Comments
 (0)