Skip to content

Latest commit

 

History

History
67 lines (52 loc) · 2.35 KB

File metadata and controls

67 lines (52 loc) · 2.35 KB

CortexPilot v0.1.0-alpha.3 - storefront sync baseline

This file is the tracked source for the current published GitHub Release notes.

This release realigns the published prerelease with main@4cdc0b5 after the adoption-router packaging work landed and the public storefront copy was compressed into a stronger showcase shape.

Why this release matters

CortexPilot now presents a tighter public first screen without loosening the truth boundary:

  • the public README and Pages landing source now sell one inspectable product loop instead of reading like a documentation directory
  • the release track catches back up to the current released main snapshot
  • the repo now pins the Node baseline through a root .nvmrc

What changed

  • added a root .nvmrc pinned to the same Node baseline used by the CI core image
  • added a new storefront showcase card at docs/assets/storefront/command-tower-showcase-card.svg
  • promoted the storyboard GIF into the first public landing story instead of leaving it buried in supplemental storefront assets
  • synced README, docs/index.html, DISTRIBUTION.md, docs/distribution/, and storefront runbooks around the current release baseline
  • kept the public boundary honest:
    • read-only MCP only
    • no hosted operator
    • no public Docker image
    • no public package release or marketplace listing claim

What to open first

  1. README.md
  2. docs/index.html
  3. DISTRIBUTION.md
  4. docs/distribution/index.html
  5. docs/use-cases/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 coding-agent bundles 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
  • v0.1.0-alpha.2 remains the earlier distribution-readiness baseline
  • this file is the current repo-side 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