Revert mutation-ratchet CI step (restore green main) - #17
Merged
Conversation
The boundary-oracle mutation ratchet (#16) failed on the push-to-main full run: all 6 anchored edges came back INVALID in CI. The harness spawns 7 separate `vitest` invocations, each of which boots the vitest-pool-workers pool and opens a remote Cloudflare proxy session (AI/Vectorize are remote=true). `npm test` opens one such session; 7 rapid isolated boots fail in the CI environment, so every mutated oracle exits nonzero WITHOUT a "Tests N failed" line → INVALID → ratchet fail. It passes locally because a dev box reuses/holds the session fine. Remove the CI step to restore a green main. The harness (scripts/invariant- mutation-probe.py) and its --changed mode stay as a local / pre-push tool. Re-land as a CI gate once the harness emits the captured oracle output on non-ANCHORED verdicts (to diagnose) and the 7x-pool-boot incompatibility is solved (e.g. a single-process driver, or a job variant without the remote-proxy boot). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
mnemion | 3ea7cc5 | Jun 25 2026, 06:50 PM |
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.
Reverts the CI step from #16. It failed on the push-to-main full run: all 6 anchored edges came back INVALID because the harness spawns 7 separate
vitestboots, each opening a remote Cloudflare proxy session (AI/Vectorize areremote=true), and 7 rapid isolated boots fail in CI (passes locally where the session is reused). The harness +--changedmode stay as a local/pre-push tool.Re-land plan: make the harness dump captured oracle output on non-ANCHORED verdicts (diagnosability), then solve the 7×-pool-boot incompatibility (single-process driver, or a bindings-free job variant) before re-wiring CI.
🤖 Generated with Claude Code