ci: re-pin stale standards reusable-workflow pins (fixes staleness + hypatia checks)#315
Merged
Merged
Conversation
governance.yml, hypatia-scan.yml and scorecard.yml pinned the standards
reusable workflows at 5a93d9d57cc0, which is not a recognised ancestor of
hyperpolymath/standards HEAD (e8fe153). That single bad pin caused two
failures on every PR and on main:
- governance / Check Workflow Staleness: rejects the pin as
unverifiable ("not a recognised ancestor ... forged, from a fork, or
too divergent").
- scan / Hypatia Neurosymbolic Analysis: the hypatia reusable workflow
at that divergent SHA transitively referenced actions/cache@d4373f26,
which does not resolve, so the job failed at "Prepare all required
actions" before any analysis ran.
Re-pin all three to e8fe153b568af5e3534a261eee0258fa84fa6c5e (current
published standards HEAD): 0 commits behind, inside the staleness window,
and at HEAD the hypatia reusable workflow references a valid actions/cache.
The other three standards pins (mirror, rust-ci, secret-scanner) were
already valid ancestors and are left untouched.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_019g8rX8vRZ2HemGKagi6a71
hyperpolymath
marked this pull request as ready for review
June 24, 2026 09:34
hyperpolymath
added a commit
that referenced
this pull request
Jun 24, 2026
…ndoff (#319) ## Summary Housekeeping pass to bring the living docs current with this session's **non-proof** infrastructure work, and to version-control the outstanding Hypatia triage. **No `.v` files touched; no proof-state change.** ## Changes - **`CHANGELOG.md`** — new `### Governance, CI & security-scan infrastructure (2026-06-24)` entry under `[Unreleased]`: govdocs (#314), `standards` pin remediation (#315, now `d135b05…` via #316), the Hypatia gate getting unblocked and surfacing **37 pre-existing findings** (5 critical / 7 high / 25 medium), and the closure of stale PRs #310/#311. - **`docs/governance/HYPATIA-HANDOFF.md`** (new) — a tracked record of the **OPEN** Hypatia triage: how it surfaced, why the engine can't run in the remote sandbox (Hex registry blocked by egress policy), reproduction steps, disposition rules (incl. the `CLAUDE.md` fences), and the drafted `standards` visibility patch. Honestly framed as **not yet fixed**. - **`.machine_readable/6a2/STATE.a2ml`** — bumped `updated:`; appended a clearly-delimited `INFRA (…non-proof track)` clause to `last_action`. The Phase-D proof narrative is left intact. - **`docs/wikis/Home.md`** — linked the new governance docs (`GOVERNANCE.adoc` / `MAINTAINERS.adoc` / `CODEOWNERS`). ## Deliberately NOT touched `STATUS.adoc`, `ROADMAP.adoc`, `formal/PROOF-STATUS.a2ml`, `formal/PRESERVATION-DESIGN.md`, `formal/PRESERVATION-HANDOFF.md`, `CLAUDE.md`, `0-AI-MANIFEST.a2ml` — these are proof-cadence-owned / fenced; adding CI/governance content would muddle the proof narrative, and they carry no incorrect information without it. Happy to add infra notes there too if you'd prefer. ## Honesty notes - The 37 findings are **pre-existing repo debt**, surfaced (not caused) by fixing the broken pin; they are **not fixed** here — triage is handed off. - The `standards` visibility patch is **drafted, not applied**. - `#316/#317/#318` (further pin bump, licence pass, push-email workflow) landed on `main` *after* my #315 and are **not** attributed to this session — only referenced where factually relevant. 🤖 Generated with [Claude Code](https://claude.com/claude-code) --- _Generated by [Claude Code](https://claude.ai/code/session_019g8rX8vRZ2HemGKagi6a71)_ Co-authored-by: Claude <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.
Summary
Fixes the two CI checks that fail on every PR and on
main—governance / Check Workflow Stalenessandscan / Hypatia Neurosymbolic Analysis. Both have a single root cause: three workflows pinned thehyperpolymath/standardsreusable workflows at5a93d9d57cc0, which is not a recognised ancestor of standards HEAD (e8fe153) — "forged, from a fork, or too divergent to verify."Root cause (one bug, two symptoms)
5a93d9disn't in standards' published history → rejected.hypatia-scan-reusable.ymlat that divergent SHA transitively referencesactions/cache@d4373f26…, which doesn't resolve, so the job dies at "Prepare all required actions" before any analysis runs.The tell: the other three standards pins (
mirror@e6b2884,rust-ci@cc5a372,secret-scanner@3e4bd4c) all verify fine. Standards is healthy; only the5a93d9dtrio — introduced together by theci: adopt standards reusable workflows…commits — was poisoned.Change
Re-pin the three workflows
5a93d9d→e8fe153b568af5e3534a261eee0258fa84fa6c5e(current published standards HEAD, as reported by the staleness check itself):.github/workflows/governance.yml.github/workflows/hypatia-scan.yml.github/workflows/scorecard.yml0 commits behind HEAD → passes the window; at HEAD the hypatia reusable workflow references a valid
actions/cache. The three already-valid pins are left untouched.dependabot(github-actions, daily) will keep these fresh from here.Verification
grepconfirms5a93d9dis gone from.github/workflows/and all three now point ate8fe153.governance / Check Workflow Stalenessandscan / Hypatia Neurosymbolic Analysison this run.🤖 Generated with Claude Code
Generated by Claude Code