revert: undo premature toolchain stack merge - #33
Merged
Conversation
| import time | ||
| import subprocess | ||
| import threading | ||
| from pathlib import Path |
| try: | ||
| with open(REDIRECTS_FILE, 'r', encoding='utf-8') as f: | ||
| return json.load(f) | ||
| except: |
Contributor
Author
|
Recovery note: this revert head has the exact Git tree of pre-stack main at b37e5a0 (tree e9a3ddf3bc57bb39ec45ea1c204816fa600ded64). CodeQL passed. The Cloudflare Pages check fails because the external Pages build command now targets the nmteam CLI introduced by #27, while this intentional recovery tree predates pyproject.toml and that CLI. The replacement root PR will immediately restore the toolchain before the leaf-first stack integration. |
Alice39s
marked this pull request as ready for review
August 10, 2026 10:24
This was referenced Aug 10, 2026
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 #27 after it was merged before its stacked children. This restores
mainto the pre-stack content so the stack can be rebuilt and integrated leaf-first, with the replacement root PR merged last.This is a recovery-only change. It does not discard the original commits or their review history.