Skip to content

Commit b15ef5d

Browse files
authored
docs: align storefront and alpha.3 release truth (#55)
* docs: align storefront and alpha.3 release truth * chore: allow root nvmrc in hygiene policy
1 parent 4cdc0b5 commit b15ef5d

13 files changed

Lines changed: 184 additions & 35 deletions

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
20.19.0

DISTRIBUTION.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ MCP / npm package release.
6060

6161
## Version And Release Truth
6262

63-
- The latest live GitHub release is `v0.1.0-alpha.2`.
64-
- `v0.1.0-alpha.2` is the current published prerelease baseline and is meant to
63+
- The latest live GitHub release is `v0.1.0-alpha.3`.
64+
- `v0.1.0-alpha.3` is the current published prerelease baseline and is meant to
6565
match the current released `main` snapshot.
6666
- `v0.1.0-alpha.1` remains the historical first public baseline, not the latest
6767
release truth.

README.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# CortexPilot
22

3-
AI Work Command Tower for Codex and Claude Code workflows with Model Context
4-
Protocol (MCP)-readable proof, replay, and Workflow Cases.
3+
One request. One command tower. One proof pack you can inspect before you
4+
trust the run.
55

6-
CortexPilot gives Codex / Claude Code teams one governed path from the PM
7-
request to the Workflow Case to Proof & Replay, instead of scattered agents,
8-
logs, and local scripts.
6+
CortexPilot gives Codex / Claude Code teams one governed operator path from the
7+
PM request to the Workflow Case to Proof & Replay instead of scattered agents,
8+
local scripts, and after-the-fact logs.
99

1010
CortexPilot is a contract-first multi-agent orchestration repository.
1111

@@ -20,6 +20,8 @@ not a hosted product, and the shipped MCP surface remains **read-only**.
2020

2121
[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)
2222

23+
![CortexPilot command tower showcase card](docs/assets/storefront/command-tower-showcase-card.svg)
24+
2325
## Official Distribution Story
2426

2527
The shortest truthful answer today is:
@@ -46,6 +48,8 @@ mirror.
4648

4749
![CortexPilot command tower flow](docs/assets/storefront/hero-command-tower.svg)
4850

51+
![CortexPilot first-loop storyboard](docs/assets/storefront/first-loop-storyboard.gif)
52+
4953
## Open The Right Door
5054

5155
| If you're here to... | Open this first |
@@ -691,22 +695,22 @@ gates can trace the maintenance decision end to end.
691695
The public release surface now has a live baseline. Use these entrypoints:
692696

693697
- [GitHub Releases page](https://github.com/xiaojiou176-open/CortexPilot-public/releases)
694-
- [Live GitHub Release `v0.1.0-alpha.2`](https://github.com/xiaojiou176-open/CortexPilot-public/releases/tag/v0.1.0-alpha.2)
698+
- [Live GitHub Release `v0.1.0-alpha.3`](https://github.com/xiaojiou176-open/CortexPilot-public/releases/tag/v0.1.0-alpha.3)
695699
- [Live GitHub Pages site](https://xiaojiou176-open.github.io/CortexPilot-public/)
696700
- [Changelog](CHANGELOG.md)
697701
- [Public release checklist](docs/runbooks/public-release-checklist.md)
698-
- [Current release notes source](docs/releases/v0.1.0-alpha.2.md)
702+
- [Current release notes source](docs/releases/v0.1.0-alpha.3.md)
699703
- [First public release draft](docs/releases/first-public-release-draft.md)
700704
- [Tracked healthy `news_digest` proof summary](docs/releases/assets/news-digest-healthy-proof-2026-03-27.md)
701705
- [Tracked `news_digest` baseline summary](docs/releases/assets/news-digest-benchmark-summary-2026-03-27.md)
702706
- [Tracked `news_digest` Workflow Case recap](docs/releases/assets/news-digest-workflow-case-recap-2026-03-27.md)
703707

704-
Release truth note: `v0.1.0-alpha.2` is the current published prerelease
708+
Release truth note: `v0.1.0-alpha.3` is the current published prerelease
705709
baseline and is intended to match the current released `main` snapshot. The
706710
historical first-baseline draft remains
707711
[docs/releases/first-public-release-draft.md](docs/releases/first-public-release-draft.md),
708712
while the current release note source is
709-
[docs/releases/v0.1.0-alpha.2.md](docs/releases/v0.1.0-alpha.2.md).
713+
[docs/releases/v0.1.0-alpha.3.md](docs/releases/v0.1.0-alpha.3.md).
710714

711715
Public repo hygiene stays fail-closed as well: token-like fixture coverage must
712716
use synthetic string assembly, and public path fixtures must use generic

configs/docs_nav_registry.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"listed_in_primary_navigation": false
9494
},
9595
{
96-
"path": "docs/releases/v0.1.0-alpha.2.md",
96+
"path": "docs/releases/v0.1.0-alpha.3.md",
9797
"kind": "reference",
9898
"status": "active",
9999
"canonical": true,

configs/root_allowlist.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
".gitignore",
1111
".gitleaks.toml",
1212
".gitleaksignore",
13+
".nvmrc",
1314
".pre-commit-config.yaml",
1415
".runtime-cache",
1516
"AGENTS.md",

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ navigation set.
6666
1. [runbooks/public-release-checklist.md](runbooks/public-release-checklist.md)
6767
2. [runbooks/storefront-share-kit.md](runbooks/storefront-share-kit.md)
6868
3. [runbooks/github-storefront-manual-steps.md](runbooks/github-storefront-manual-steps.md)
69-
4. [releases/v0.1.0-alpha.2.md](releases/v0.1.0-alpha.2.md)
69+
4. [releases/v0.1.0-alpha.3.md](releases/v0.1.0-alpha.3.md)
7070
5. [releases/first-public-release-draft.md](releases/first-public-release-draft.md)
7171
6. [assets/storefront/demo-status.md](assets/storefront/demo-status.md)
7272
7. [assets/storefront/benchmark-methodology.md](assets/storefront/benchmark-methodology.md)
@@ -88,7 +88,7 @@ navigation set.
8888
- `docs/runbooks/public-release-checklist.md`: user-facing GitHub release preparation checklist
8989
- `docs/runbooks/storefront-share-kit.md`: tracked punchline and sharing kit for storefront work
9090
- `docs/runbooks/github-storefront-manual-steps.md`: exact GitHub UI values and manual storefront steps
91-
- `docs/releases/v0.1.0-alpha.2.md`: repo-side draft source for the current published prerelease notes
91+
- `docs/releases/v0.1.0-alpha.3.md`: repo-side draft source for the current published prerelease notes
9292
- `docs/releases/first-public-release-draft.md`: repo-side draft source for the first public GitHub Release
9393
- `docs/assets/storefront/demo-status.md`: status ledger for tracked public demo and proof assets
9494
- `docs/assets/storefront/proof-pack-index.json`: machine-readable public proof bundle index for proven and showcase storefront slices
Lines changed: 61 additions & 0 deletions
Loading

docs/assets/storefront/demo-status.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ ones that still need a real capture pass.
66
## Present Today: Explainers And Supporting Assets
77

88
- `hero-command-tower.svg`: public hero image
9+
- `command-tower-showcase-card.svg`: README and storefront showcase card
910
- `first-loop-storyboard.svg`: shareable storyboard of the PM -> Command Tower -> Runs loop
1011
- `first-loop-storyboard.png`: static storyboard export
1112
- `first-loop-storyboard.gif`: storyboard animation export
@@ -34,7 +35,7 @@ ones that still need a real capture pass.
3435
| Healthy backend-backed `news_digest` public proof set | present | tracked proof summary: `docs/releases/assets/news-digest-healthy-proof-2026-03-27.md` |
3536
| Public benchmark artifact from a real tracked run | present | first tracked single-run baseline: `docs/releases/assets/news-digest-benchmark-summary-2026-03-27.md` |
3637
| Share-ready Workflow Case recap asset | present | tracked recap asset: `docs/releases/assets/news-digest-workflow-case-recap-2026-03-27.md` |
37-
| Published GitHub Release page/card | present | live release `v0.1.0-alpha.2` is the latest published prerelease baseline and current released `main` snapshot |
38+
| Published GitHub Release page/card | present | live release `v0.1.0-alpha.3` is the latest published prerelease baseline and current released `main` snapshot |
3839

3940
## Still Missing
4041

docs/distribution/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ <h2>Release truth</h2>
255255
<article class="card">
256256
<span class="badge shipped">Published today</span>
257257
<h3>Latest GitHub release</h3>
258-
<p><code>v0.1.0-alpha.2</code> is the latest published GitHub Release and the latest public semver tag.</p>
258+
<p><code>v0.1.0-alpha.3</code> is the latest published GitHub Release and the latest public semver tag.</p>
259259
</article>
260260
<article class="card">
261261
<span class="badge deferred">Important boundary</span>
@@ -265,7 +265,7 @@ <h3>Current release and main are aligned</h3>
265265
<article class="card">
266266
<span class="badge shipped">Repo-side draft</span>
267267
<h3>Current release notes source</h3>
268-
<p>Use <a href="https://github.com/xiaojiou176-open/CortexPilot-public/blob/main/docs/releases/v0.1.0-alpha.2.md"><code>docs/releases/v0.1.0-alpha.2.md</code></a> as the tracked repo-side release draft. Keep <code>first-public-release-draft.md</code> as the historical alpha.1 baseline.</p>
268+
<p>Use <a href="https://github.com/xiaojiou176-open/CortexPilot-public/blob/main/docs/releases/v0.1.0-alpha.3.md"><code>docs/releases/v0.1.0-alpha.3.md</code></a> as the tracked repo-side release draft. Keep <code>first-public-release-draft.md</code> as the historical alpha.1 baseline.</p>
269269
</article>
270270
</div>
271271
</section>

docs/index.html

Lines changed: 27 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -273,26 +273,27 @@
273273
<a href="https://github.com/xiaojiou176-open/CortexPilot-public">Repository</a>
274274
<a href="https://github.com/xiaojiou176-open/CortexPilot-public/releases">Releases</a>
275275
</nav>
276-
<h1>Command Tower for Codex and Claude Code workflows.</h1>
276+
<h1>One request. One command tower. One proof pack you can inspect.</h1>
277277
<p class="lede">
278-
Start with one proven workflow, confirm the Workflow Case, then inspect Proof &amp; Replay.
279-
CortexPilot gives Codex- and Claude Code-style teams one governed operator path instead
280-
of scattered prompts, local scripts, and after-the-fact logs.
278+
CortexPilot turns PM request -&gt; Workflow Case -&gt; Proof &amp; Replay into one governed
279+
operator loop for Codex and Claude Code teams, so the first impression feels like a
280+
flagship product story instead of a documentation directory.
281281
</p>
282282
<p class="caption">
283283
Current boundary: this is a repo-backed operator control plane, not a hosted product, and the
284284
shipped MCP surface remains read-only.
285285
</p>
286286
<p class="caption">
287-
Official distribution today is the public repo, the Pages front door, one proven workflow baseline,
288-
the repo-local read-only MCP server, and local starter or bundle material. The thin client and
289-
contract packages are publish-ready but not published yet, while the shared package stays workspace-only,
290-
so no public package release, hosted operator, Docker image, or public write-capable MCP is live today.
287+
Official distribution today is the public repo, the Pages front door, one proven workflow
288+
baseline, the repo-local read-only MCP server, and local starter or bundle material. The
289+
thin client and contract packages are publish-ready but not published yet, while the shared
290+
package stays workspace-only, so no public package release, hosted operator, Docker image,
291+
or public write-capable MCP is live today.
291292
</p>
292293
<div class="actions">
293294
<a class="primary" href="./use-cases/">See the first proven workflow</a>
294-
<a class="secondary" href="./compatibility/">Choose the right adoption path</a>
295295
<a class="secondary" href="./distribution/">Open distribution status</a>
296+
<a class="secondary" href="./compatibility/">Choose the right adoption path</a>
296297
</div>
297298
<p class="caption">
298299
After those two doors, go deeper through
@@ -307,12 +308,25 @@ <h1>Command Tower for Codex and Claude Code workflows.</h1>
307308
<div class="panel">
308309
<img
309310
class="hero-image"
310-
src="./assets/storefront/hero-command-tower.svg"
311-
alt="CortexPilot flow from PM request to Command Tower to evidence and replay"
311+
src="./assets/storefront/command-tower-showcase-card.svg"
312+
alt="CortexPilot showcase card showing PM request, Command Tower, and Proof and Replay"
313+
/>
314+
<p class="caption">
315+
The public story should stay simple: one request enters, one Workflow Case becomes
316+
visible, and one Proof &amp; Replay surface stays inspectable before you trust the
317+
result.
318+
</p>
319+
</div>
320+
321+
<div class="panel">
322+
<img
323+
class="hero-image"
324+
src="./assets/storefront/first-loop-storyboard.gif"
325+
alt="CortexPilot storyboard showing the first public loop from PM request to evidence"
312326
/>
313327
<p class="caption">
314-
The public story should stay simple: send one request, watch it move through Command Tower,
315-
confirm the Workflow Case, then inspect Proof &amp; Replay before you trust the result.
328+
This tracked storyboard is the shareable first-loop asset: it shows the same public
329+
path the README, Pages, and release notes are promising.
316330
</p>
317331
</div>
318332
</section>

0 commit comments

Comments
 (0)