chore(ci): settle PS 5.1 gate TODO as a deliberate scope decision#186
Merged
Conversation
The parse-only gate catches the regression class that actually shipped (v0.3.4/v0.4.1). A full frozen updater simulation job is consciously left out — manual frozen-e2e validation covers it and CI maintenance isn't justified until something slips past both. Removes the lingering TODO(Wave 3) so no "someday" marker remains. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
massive-value
added a commit
that referenced
this pull request
Jul 7, 2026
Patch release. All 27 audit findings were fixed in 0.7.0; the remediation PRs omitted Closes keywords so 26 stayed open. Re-verified each against main and closed. Two needed extra code — #142 (inject execution-policy flags in the shared PS launcher) and #151 (bound merge/upload waits) — plus #186 (settle a CI TODO). Bumps pyproject 0.7.0 -> 0.7.1 and adds the CHANGELOG section. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Converts the lingering
TODO(Wave 3)on the PS 5.1 parse-gate into a settled scope rationale — no "someday" marker left.Decision: the parse-only gate catches the exact regression class that actually shipped (v0.3.4/v0.4.1 were PS 5.1 parse/exec failures). A full frozen old→new
update.ps1simulation job is deliberately not automated: the release's manual frozen-e2e validation covers it, and the CI cost isn't justified unless an updater regression ever slips past both. Comment-only; no behavior change.Part of the "no deferred-work markers left" sweep — companion to #184 (#142) and #185 (#151).
🤖 Generated with Claude Code