This file is the tracked source for the current published GitHub Release notes.
This release aligns the latest published prerelease with the current released
main snapshot after the distribution-readiness closeout landed.
CortexPilot is no longer only a truthful-ready public repo. With this release, the public release/tag now catches up to the current distribution contract, starter boundaries, package stance, and read-only MCP artifact story.
- added a canonical repo-side distribution contract in
DISTRIBUTION.md - added a public Pages mirror at
docs/distribution/index.html - artifactized the shipped read-only MCP surface through
configs/mcp_public_manifest.json - standardized the official MCP startup story around
scripts/run_readonly_mcp.sh - tightened Codex / Claude Code / OpenClaw starter and bundle wording so local adoption materials are not misread as published listings
- promoted
@cortexpilot/frontend-api-clientand@cortexpilot/frontend-api-contractto publish-ready-but-deferred package posture, while keeping@cortexpilot/frontend-sharedworkspace-only - synced README, Pages, release-truth wording, and storefront docs around the new latest published prerelease baseline
README.mdDISTRIBUTION.mddocs/distribution/index.htmldocs/mcp/index.htmldocs/builders/index.html
- the public repo and GitHub Pages site are official front doors
- the shipped MCP surface is still read-only, stdio, and repo-local
- starter kits and the coding-agent bundle remain local-adoption material, not published marketplace listings
- hosted operator service, write-capable MCP, Docker distribution, and registry submissions remain deferred
v0.1.0-alpha.1remains the first public prerelease baseline- this file supersedes
docs/releases/first-public-release-draft.mdas the source for the latest published release notes
PYTHONDONTWRITEBYTECODE=1 bash scripts/run_readonly_mcp.sh </dev/null
npm run docs:check
bash scripts/check_repo_hygiene.sh
npm pack --json --dry-run ./packages/frontend-api-client
npm pack --json --dry-run ./packages/frontend-api-contract