chore(ci): de-Python the dogfood-gate validator (follow-up)#3
Merged
Conversation
Estate no-Python rule: replace the gated `python3 -c` tomllib validator in the inherited RSR-template dogfood-gate.yml with a bash+grep equivalent (same invariants: project.name present, >=1 [[functions]], each with name+source). Diverges from the upstream rsr-template; the canonical fix belongs there.
Make each CI check telegraph its own criticality. ci/CI-CRITICALITY.toml is the source of truth (🔴 Gate=must/pass-or-die = branch-protection required set; 🟡 Check=should; ⚪ Advisory=could-skip; ⚙ Auto=not a gate), and every workflow name: now leads with the matching glyph + a clearer indicative name (e.g. 'Dogfood Gate' -> '🟡 Check: RSR self-use (dogfooding)'; 'OSSF Scorecard' -> '⚪ Advisory: OpenSSF Scorecard (score)'). Safe here (no branch protection yet); the [gate] list is the recommended required-checks set. Pilot — promote to standards + rsr-template once proven. Note: rhodibot still references a 'Hypatia Neurosymbolic Analysis' workflow absent from these repos (lives in standards) — left untouched.
hyperpolymath
marked this pull request as ready for review
June 22, 2026 11:47
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.
Follow-up: replace the inherited
dogfood-gate.ymlpython3tomllib validator with a bash+grep equivalent (estate no-Python rule). Pushed after #2 merged. Draft.