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: README.md
+49-32Lines changed: 49 additions & 32 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,30 @@
1
-
# CortexPilot
1
+
# OpenVibeCoding
2
2
3
-
The command tower for AI engineering.
3
+
The open command tower for AI engineering.
4
4
5
-
Stop babysitting AI coding work. CortexPilot helps teams plan, delegate, track,
6
-
resume, and prove long-running engineering work across Codex and Claude Code
7
-
instead of juggling scattered chats, local scripts, and after-the-fact logs.
5
+
Stop babysitting AI coding work.
6
+
7
+
AI coding does not lack models. It lacks a command tower.
8
+
9
+
OpenVibeCoding is the public shell for the CortexPilot repo and runtime
10
+
compatibility layer. It helps teams plan / delegate / track / resume / prove
11
+
long-running engineering work across Codex and Claude Code instead of
12
+
juggling scattered chats, local scripts, and after-the-fact logs.
8
13
9
14
CortexPilot is a contract-first multi-agent orchestration repository.
10
15
16
+
The underlying repository, runtime, package, and compatibility names remain
17
+
`CortexPilot` where that internal surface is the truthful identifier.
18
+
11
19
The public story is intentionally narrower than the full monorepo:
12
20
13
21
-**See one proven workflow first**
14
22
-**Choose the right adoption path second**
15
23
-**Open MCP / API / builder / skills surfaces only after the real job is clear**
16
24
17
-
Current public boundary: CortexPilot is a repo-backed AI engineering command
18
-
tower, not a hosted product, and the shipped MCP surface remains **read-only**.
25
+
Current public boundary: OpenVibeCoding is a repo-backed public shell over the
26
+
CortexPilot runtime, not a hosted product, and the shipped MCP surface remains
27
+
**read-only**.
19
28
20
29
Current lane order is deliberate:
21
30
@@ -31,7 +40,14 @@ Current lane order is deliberate:
31
40
32
41
The shortest truthful answer today is:
33
42
34
-
> 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.
43
+
> OpenVibeCoding currently ships through the public CortexPilot repo, a public
44
+
> Pages front door, a repo-local read-only MCP surface, a published PyPI
45
+
> package, a live Official MCP Registry entry, and a live ClawHub skill. The
46
+
> adoption-router skill is the secondary public lane. Local coding-agent
47
+
> starters and bundle examples remain companion/example materials, not the
48
+
> canonical public root. OpenHands/extensions and MCP.so external receipts
49
+
> exist, while hosted service, write-capable MCP, Docker distribution, and
50
+
> standalone npm releases remain deferred.
35
51
36
52
Use these buckets:
37
53
@@ -99,11 +115,11 @@ release, new task templates, and storefront updates.
99
115
If you need contributor setup instead of product evaluation, jump to the
These anchors matter because CortexPilot should fit around the real ecosystem
379
+
These anchors matter because OpenVibeCoding should fit around the real ecosystem
363
380
surfaces that already exist:
364
381
365
382
-**Codex**: Codex now has real plugin surfaces of its own, including local
366
-
marketplace installs and a curated official directory. CortexPilot should sit
383
+
marketplace installs and a curated official directory. OpenVibeCoding should sit
367
384
around Codex workflows with command tower, proof, replay, read-only MCP, and
368
385
repo-owned skills or local bundle examples until a real published listing
369
386
exists.
370
387
-**Claude Code**: Claude Code's current native surfaces include plugins, MCP,
371
-
hooks, subagents, and project configuration. CortexPilot should wrap those
388
+
hooks, subagents, and project configuration. OpenVibeCoding should wrap those
372
389
governed workflows with command tower, proof, replay, read-only MCP, and
373
-
repo-owned starter kits rather than pretending a published CortexPilot
390
+
repo-owned starter kits rather than pretending a published OpenVibeCoding
374
391
marketplace listing already exists.
375
392
-**OpenClaw**: adjacent integration layer with real skills and plugin/catalog
376
-
surfaces on its side, while CortexPilot stays on the review/proof/read-only
393
+
surfaces on its side, while OpenVibeCoding stays on the review/proof/read-only
377
394
integration side unless a mapped native path is explicitly shipped and
378
395
tested.
379
396
@@ -387,13 +404,13 @@ The strongest public loop is now:
387
404
3. Reuse the Workflow Case as a **share-ready recap asset** instead of keeping
388
405
it trapped inside a single operator page.
389
406
390
-
That turns CortexPilot from “a repo you can run” into “a repo you can show,
407
+
That turns OpenVibeCoding from “a repo you can run” into “a repo you can show,
391
408
review, and hand off.”
392
409
393
410
## Builder Entry Points
394
411
395
412
These are the current public-facing entry points for teams that want to build
396
-
around CortexPilot without pretending a full SDK platform already exists:
413
+
around OpenVibeCoding without pretending a full SDK platform already exists:
397
414
398
415
-[packages/frontend-api-client/README.md](packages/frontend-api-client/README.md): thin JavaScript/TypeScript client entry points for dashboard, desktop, and web surfaces, including the repo-owned `createControlPlaneStarter(...)` bootstrap path for overview + agents + contracts + role-config integration.
399
416
-[packages/frontend-api-contract/docs/README.md](packages/frontend-api-contract/docs/README.md): human-readable contract package guide for generated frontend-safe route/query/type imports.
@@ -413,16 +430,16 @@ If your team needs starter assets instead of only wording, open:
413
430
414
431
## Shortest Cross-Ecosystem Adoption Order
415
432
416
-
If you are integrating CortexPilot into a coding-agent workflow, the shortest
433
+
If you are integrating OpenVibeCoding into a coding-agent workflow, the shortest
417
434
truthful order is:
418
435
419
436
1. Confirm the native ecosystem surface first:
420
437
- Codex CLI / IDE
421
438
- Claude Code overview / MCP
422
439
- OpenClaw repo / skills / ClawHub
423
440
2. Use the public [compatibility matrix](https://xiaojiou176-open.github.io/CortexPilot-public/compatibility/)
424
-
to choose the right CortexPilot entrypoint.
425
-
3. Pick the first CortexPilot lane based on the job:
441
+
to choose the right OpenVibeCoding entrypoint.
442
+
3. Pick the first OpenVibeCoding lane based on the job:
0 commit comments