Fix tracking gate gh issue list and restore RC_READY - #79
Draft
zowskyy wants to merge 1 commit into
Draft
Conversation
- Remove unsupported --exclude-pull-requests flag from gh issue list (was causing all canonical issues to appear open when gh failed) - Fix validate_corpus.py ROOT path (scripts/ vs repo root) - Split tracking gate into modular phase modules for gate compliance - Regenerate training corpus and refresh manifests/README live status Phases 0-6 now validate; RC_READY restored. Co-authored-by: zowskyy <zowskyy@users.noreply.github.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.
Summary
Fixes two bugs that were blocking the blueprint tracking gate and restores RC_READY release status.
Root causes
gh issue list --exclude-pull-requests— This flag is not supported by the installedghCLI. When the command failed,open_issues()conservatively assumed issues [P0] wasm_codegen_incomplete: Only const-folded main() works; let/if/calls/loops missing #44–48 were still open, failing phases 1–3 even though those issues are closed on GitHub.validate_corpus.pywrongROOT—Path(__file__).parent.parentresolved toscripts/instead of the repo root, so corpus generation wrote toscripts/manifest/and phase 6 always failed with 0 samples.Changes
ghflag; add--limit 100insteadROOTtoparent.parent.parentPhase status after fix
Release readiness
RC_READY(wasNOT_READYon full audit)wave_3_phase4_validated(phase 7 hardening + phase 8 launch remain)Test plan
python3 scripts/tracking.py gate --max-phase 6— phases 0–6 PASSpython3 scripts/training/validate_corpus.py— 1000 samples, spot-check PASSpython3 scripts/release_readiness.py --audit --skip-run— RC_READY