Skip to content

Commit 111a71c

Browse files
ci(hypatia): standardise the wrapper caller id to the canonical hypatia (#76)
The check a reusable-caller job publishes is `<caller job id> / <inner job display name>`. The estate's canonical required context is `hypatia / Hypatia Neurosymbolic Analysis` (`docs/audits/audit-hypatia-pin-orphan-2026-05-27.adoc`), so the caller job must be named `hypatia`. This wrapper named it `scan`, and so published `scan / Hypatia Neurosymbolic Analysis` — two names for one gate, and any requirement written against one is unsatisfiable in a repository that publishes the other (the defect class of hyperpolymath/tropical-types#17). **Rename only** — the job body, its pin, its inputs and its secrets are byte-for-byte unchanged. Audit-first, requirement-aware: this is `--fix` output from `scripts/propagate-hypatia-caller-id.sh` in `hyperpolymath/standards` (the script stages; it never commits or pushes). The repository's active branch rulesets were read before the rename — **no rule here names the old prefixed context**, so the published name and every requirement stay in agreement.
1 parent 91d339f commit 111a71c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/hypatia-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ permissions:
2828
security-events: write
2929

3030
jobs:
31-
scan:
31+
hypatia:
3232
uses: hyperpolymath/standards/.github/workflows/hypatia-scan-reusable.yml@571cc734cd69fb846032ec77a662aa8ee4fc32cd

0 commit comments

Comments
 (0)