Skip to content

Commit c1ddee4

Browse files
maui1911claude
andcommitted
docs(release): fix §6b staleness + sign-off numbering
Address Copilot round 2: drop the now-stale 'do not use §6's slow_server.py' warning (§6 no longer has that step), and fix the sign-off range to '1-6b' since 6b sits outside 1-6. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent b6557d0 commit c1ddee4

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

docs/RELEASE-VALIDATION.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -137,11 +137,10 @@ PR #275). This check guards that resilience.
137137
cuts the body short on the first N requests, then serves it in full —
138138
a faithful stand-in for a middlebox clipping a large HTTPS download.
139139

140-
Stage the fake v99 archive with §6's staging block only — `cargo build
140+
Stage the fake v99 archive with §6's staging commands — `cargo build
141141
--release --bin codescope`, copy the exe to `dist/fake/CodeScope.exe`,
142-
then `Compress-Archive` it to `dist/CodeScope-v99.0.0-windows.zip` (do
143-
**not** use §6's `slow_server.py` step — that script isn't in the repo;
144-
`truncating_server.py` below replaces it). Then:
142+
then `Compress-Archive` it to `dist/CodeScope-v99.0.0-windows.zip`.
143+
Then serve it with the truncating server instead of §6's full one:
145144

146145
```pwsh
147146
# Self-heal: cut the first 2 attempts, serve the 3rd in full.
@@ -184,6 +183,6 @@ python dist/truncating_server.py dist/CodeScope-v99.0.0-windows.zip `
184183
185184
### Sign-off
186185

187-
When all of 1-6 (incl. 6b) pass, the release is OK to announce. Push the
186+
When all checks (1-6b) pass, the release is OK to announce. Push the
188187
release notes to the GitHub release body, mention any breaking
189188
changes, and link relevant PRs.

0 commit comments

Comments
 (0)