|
| 1 | +# CortexPilot v0.1.0-alpha.2 - distribution readiness baseline |
| 2 | + |
| 3 | +This file is the tracked source for the current published GitHub Release notes. |
| 4 | + |
| 5 | +This release aligns the latest published prerelease with the current released |
| 6 | +`main` snapshot after the distribution-readiness closeout landed. |
| 7 | + |
| 8 | +## Why this release matters |
| 9 | + |
| 10 | +CortexPilot is no longer only a truthful-ready public repo. With this release, |
| 11 | +the public release/tag now catches up to the current distribution contract, |
| 12 | +starter boundaries, package stance, and read-only MCP artifact story. |
| 13 | + |
| 14 | +## What changed |
| 15 | + |
| 16 | +- added a canonical repo-side distribution contract in `DISTRIBUTION.md` |
| 17 | +- added a public Pages mirror at `docs/distribution/index.html` |
| 18 | +- artifactized the shipped read-only MCP surface through |
| 19 | + `configs/mcp_public_manifest.json` |
| 20 | +- standardized the official MCP startup story around |
| 21 | + `scripts/run_readonly_mcp.sh` |
| 22 | +- tightened Codex / Claude Code / OpenClaw starter and bundle wording so local |
| 23 | + adoption materials are not misread as published listings |
| 24 | +- promoted `@cortexpilot/frontend-api-client` and |
| 25 | + `@cortexpilot/frontend-api-contract` to publish-ready-but-deferred package |
| 26 | + posture, while keeping `@cortexpilot/frontend-shared` workspace-only |
| 27 | +- synced README, Pages, release-truth wording, and storefront docs around the |
| 28 | + new latest published prerelease baseline |
| 29 | + |
| 30 | +## What to open first |
| 31 | + |
| 32 | +1. `README.md` |
| 33 | +2. `DISTRIBUTION.md` |
| 34 | +3. `docs/distribution/index.html` |
| 35 | +4. `docs/mcp/index.html` |
| 36 | +5. `docs/builders/index.html` |
| 37 | + |
| 38 | +## Current truthful boundary |
| 39 | + |
| 40 | +- the public repo and GitHub Pages site are official front doors |
| 41 | +- the shipped MCP surface is still read-only, stdio, and repo-local |
| 42 | +- starter kits and the coding-agent bundle remain local-adoption material, not |
| 43 | + published marketplace listings |
| 44 | +- hosted operator service, write-capable MCP, Docker distribution, and |
| 45 | + registry submissions remain deferred |
| 46 | + |
| 47 | +## Historical note |
| 48 | + |
| 49 | +- `v0.1.0-alpha.1` remains the first public prerelease baseline |
| 50 | +- this file supersedes `docs/releases/first-public-release-draft.md` as the |
| 51 | + source for the latest published release notes |
| 52 | + |
| 53 | +## Verification |
| 54 | + |
| 55 | +```bash |
| 56 | +PYTHONDONTWRITEBYTECODE=1 bash scripts/run_readonly_mcp.sh </dev/null |
| 57 | +npm run docs:check |
| 58 | +bash scripts/check_repo_hygiene.sh |
| 59 | +npm pack --json --dry-run ./packages/frontend-api-client |
| 60 | +npm pack --json --dry-run ./packages/frontend-api-contract |
| 61 | +``` |
0 commit comments