Skip to content

Latest commit

 

History

History
61 lines (47 loc) · 2.29 KB

File metadata and controls

61 lines (47 loc) · 2.29 KB

CortexPilot v0.1.0-alpha.2 - distribution readiness baseline

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.

Why this release matters

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.

What changed

  • 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-client and @cortexpilot/frontend-api-contract to publish-ready-but-deferred package posture, while keeping @cortexpilot/frontend-shared workspace-only
  • synced README, Pages, release-truth wording, and storefront docs around the new latest published prerelease baseline

What to open first

  1. README.md
  2. DISTRIBUTION.md
  3. docs/distribution/index.html
  4. docs/mcp/index.html
  5. docs/builders/index.html

Current truthful boundary

  • 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

Historical note

  • v0.1.0-alpha.1 remains the first public prerelease baseline
  • this file supersedes docs/releases/first-public-release-draft.md as the source for the latest published release notes

Verification

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