Skip to content

Commit c1c183a

Browse files
authored
docs: align public release lag wording (#65)
1 parent 436c523 commit c1c183a

6 files changed

Lines changed: 18 additions & 15 deletions

File tree

DISTRIBUTION.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,16 +74,16 @@ Lane order today is:
7474
## Version And Release Truth
7575

7676
- The latest live GitHub release is `v0.1.0-alpha.3`.
77-
- `v0.1.0-alpha.3` is the current published prerelease baseline and is meant to
78-
match the current released `main` snapshot.
77+
- `v0.1.0-alpha.3` is the current published prerelease baseline, but it is no
78+
longer the current `main` snapshot.
7979
- The latest published public package for the read-only MCP is
8080
`cortexpilot-orchestrator==0.1.0a4`.
8181
- The latest Official MCP Registry entry points to
8282
`io.github.xiaojiou176-open/cortexpilot-readonly@0.1.0a4`.
8383
- `v0.1.0-alpha.1` remains the historical first public baseline, not the latest
8484
release truth.
85-
- If `main` moves again after this release, README, Pages, and docs must return
86-
to explicit lag wording until the next tag is cut.
85+
- README, Pages, and manifest surfaces must keep explicit lag wording whenever
86+
the published release tag trails `main`.
8787

8888
## Canonical MCP Truth
8989

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,9 @@ The public release surface now has a live baseline. Use these entrypoints:
713713
- [Tracked `news_digest` Workflow Case recap](docs/releases/assets/news-digest-workflow-case-recap-2026-03-27.md)
714714

715715
Release truth note: `v0.1.0-alpha.3` is the current published prerelease
716-
baseline and is intended to match the current released `main` snapshot. The
716+
baseline, but the local `main` branch has already moved ahead of that tag. Use
717+
it as the latest published snapshot, not as proof that the current `main`
718+
snapshot is already released. The
717719
historical first-baseline draft remains
718720
[docs/releases/first-public-release-draft.md](docs/releases/first-public-release-draft.md),
719721
while the current release note source is
@@ -735,9 +737,10 @@ Feedback.
735737
## What’s Next
736738

737739
- configure the GitHub social preview with the tracked PNG asset
738-
- add a tracked healthy demo/GIF
739740
- expand the current single-run benchmark baseline into a broader public
740741
benchmark artifact
742+
- cut the next GitHub Release when maintainers want the published tag to catch
743+
up with the newer `main` snapshot
741744
- publish a verified fallback private security reporting channel if maintainers
742745
want the public security surface to be fully closed
743746

configs/mcp_public_manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"status": "shipped",
66
"version": "0.1.0-alpha.4",
77
"version_truth": "This is the latest published public read-only MCP package version for registry and package-manager installs. The latest GitHub release tag can differ; re-check PyPI, Official MCP Registry, and the repo release page before broadening claims.",
8-
"release_represents_current_main": true,
8+
"release_represents_current_main": false,
99
"description": "Repo-owned read-only MCP server for CortexPilot runs, workflows, approvals, compare, proof, and incident summaries.",
1010
"homepage": "https://xiaojiou176-open.github.io/CortexPilot-public/mcp/",
1111
"distribution_page": "https://github.com/xiaojiou176-open/CortexPilot-public/blob/main/DISTRIBUTION.md",

docs/assets/storefront/demo-status.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ ones that still need a real capture pass.
3535
| Healthy backend-backed `news_digest` public proof set | present | tracked proof summary: `docs/releases/assets/news-digest-healthy-proof-2026-03-27.md` |
3636
| 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` |
3737
| Share-ready Workflow Case recap asset | present | tracked recap asset: `docs/releases/assets/news-digest-workflow-case-recap-2026-03-27.md` |
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 |
38+
| Published GitHub Release page/card | present | live release `v0.1.0-alpha.3` is the latest published prerelease baseline, but the repo has moved ahead and the tag now represents a lagging published snapshot |
3939

4040
## Still Missing
4141

@@ -64,8 +64,8 @@ The public storytelling shorthand is now:
6464
- `social-preview-1280x640.png` is a repo-tracked upload candidate for the GitHub social preview setting, not proof that the live GitHub setting has already been applied.
6565
- `docs/releases/first-public-release-draft.md` remains the repo-side draft source that fed the published release notes.
6666
- the live GitHub Release page currently represents the latest published public
67-
baseline and current released `main` snapshot; if later commits land, repo
68-
docs must restore explicit lag wording until the next tag is cut.
67+
baseline, not the current `main` snapshot; keep explicit lag wording in repo
68+
docs until the next tag is cut.
6969
- `docs/releases/assets/news-digest-healthy-proof-2026-03-27.md` and the two
7070
copied screenshots are repo-tracked evidence from a successful local run,
7171
not proof that the live GitHub Release page has already been published.

docs/distribution/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,8 +265,8 @@ <h3>Latest GitHub release</h3>
265265
</article>
266266
<article class="card">
267267
<span class="badge deferred">Important boundary</span>
268-
<h3>Current release and main are aligned</h3>
269-
<p>The current prerelease is meant to match the current released <code>main</code> snapshot. If later commits land, restore explicit lag wording until the next tag is cut.</p>
268+
<h3>Current main is ahead of the latest release</h3>
269+
<p><code>v0.1.0-alpha.3</code> is still the latest published prerelease, but it should be treated as a lagging public snapshot until the next tag catches up with <code>main</code>.</p>
270270
</article>
271271
<article class="card">
272272
<span class="badge shipped">Repo-side draft</span>

docs/runbooks/github-storefront-manual-steps.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ Live release:
7171

7272
Truth note:
7373

74-
- treat `v0.1.0-alpha.3` as the latest published public baseline and current
75-
released `main` snapshot
74+
- treat `v0.1.0-alpha.3` as the latest published public baseline, but not as
75+
proof that the current `main` snapshot is already released
7676
- keep `v0.1.0-alpha.1` as the historical first public baseline
77-
- if current `main` moves ahead again, keep `README.md` and `DISTRIBUTION.md`
77+
- keep `README.md`, `DISTRIBUTION.md`, and the Pages distribution mirror
7878
explicit about that lag until the next release is cut
7979

8080
## 6. Pages / Landing

0 commit comments

Comments
 (0)