Skip to content

ci: re-pin stale standards reusable-workflow pins (fixes staleness + hypatia checks)#315

Merged
hyperpolymath merged 1 commit into
mainfrom
claude/compassionate-mccarthy-xvwd6r
Jun 24, 2026
Merged

ci: re-pin stale standards reusable-workflow pins (fixes staleness + hypatia checks)#315
hyperpolymath merged 1 commit into
mainfrom
claude/compassionate-mccarthy-xvwd6r

Conversation

@hyperpolymath

Copy link
Copy Markdown
Owner

Summary

Fixes the two CI checks that fail on every PR and on maingovernance / Check Workflow Staleness and scan / Hypatia Neurosymbolic Analysis. Both have a single root cause: three workflows pinned the hyperpolymath/standards reusable workflows at 5a93d9d57cc0, 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)

  • Staleness gate clones standards and checks every standards pin is a real ancestor within the recency window (≤50 commits / ≤14 days). 5a93d9d isn't in standards' published history → rejected.
  • Hypatia scan fails earlier still: the hypatia-scan-reusable.yml at that divergent SHA transitively references actions/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 the 5a93d9d trio — introduced together by the ci: adopt standards reusable workflows… commits — was poisoned.

Change

Re-pin the three workflows 5a93d9de8fe153b568af5e3534a261eee0258fa84fa6c5e (current published standards HEAD, as reported by the staleness check itself):

  • .github/workflows/governance.yml
  • .github/workflows/hypatia-scan.yml
  • .github/workflows/scorecard.yml

0 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

  • grep confirms 5a93d9d is gone from .github/workflows/ and all three now point at e8fe153.
  • Definitive verification is the checks themselves turning green on this PR — please watch governance / Check Workflow Staleness and scan / Hypatia Neurosymbolic Analysis on this run.

🤖 Generated with Claude Code


Generated by Claude Code

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
hyperpolymath marked this pull request as ready for review June 24, 2026 09:34
@hyperpolymath
hyperpolymath merged commit 5cb4647 into main Jun 24, 2026
11 of 12 checks passed
@hyperpolymath
hyperpolymath deleted the claude/compassionate-mccarthy-xvwd6r branch 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants