Skip to content

fix(ci): hypatia-scan workdir (${{ env.HOME }} resolves empty) - #37

Merged
hyperpolymath merged 1 commit into
mainfrom
chore/fix-hypatia-scan-workdir
May 16, 2026
Merged

hyperpolymath merged 1 commit into
mainfrom
chore/fix-hypatia-scan-workdir

Conversation

@hyperpolymath

Copy link
Copy Markdown
Owner

hypatia-scan.yml Build step used working-directory: \${{ env.HOME }}/hypatia; env.HOME is not a workflow env var so it resolved to /hypatia and the job hard-failed. Pinned to /home/runner/hypatia (GitHub ubuntu runner HOME). Unblocks the Hypatia Neurosymbolic Analysis check estate-wide.

🤖 Generated with Claude Code

The Build step set working-directory: ${{ env.HOME }}/hypatia, but
env.HOME is not a workflow env var, so it resolved to /hypatia and the
job failed with 'No such file or directory'. GitHub-hosted ubuntu
runners always have HOME=/home/runner; pin the path accordingly.

Unblocks the 'Hypatia Neurosymbolic Analysis' check estate-wide.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@hyperpolymath
hyperpolymath merged commit 8e7f1b0 into main May 16, 2026
7 checks passed
@hyperpolymath
hyperpolymath deleted the chore/fix-hypatia-scan-workdir branch May 16, 2026 10:52
hyperpolymath added a commit that referenced this pull request Sep 14, 2026
Adds `open-pull-requests-limit` to Dependabot update blocks that had no
cap, following the estate per-ecosystem cap doctrine (task #37). No
other line in the file is touched.


Claude-Session: https://claude.ai/code/session_011eQ7hibx92N7fBDtwgReWk

<!--
SPDX-License-Identifier: CC-BY-SA-4.0
Copyright (c) Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
-->
## Summary

<!-- What does this PR do, and why? -->

Closes #

## Type of change

- [ ] 🐛 Bug fix (non-breaking change that fixes an issue)
- [ ] ✨ New feature (non-breaking change that adds functionality)
- [ ] 💥 Breaking change (would change existing behaviour)
- [ ] 🕳️ Soundness fix (fixes a checker/proof false-negative)
- [ ] 📖 Documentation
- [ ] 🧹 Refactor / tech debt (behaviour-preserving)
- [ ] ⚡ Performance
- [ ] 🔧 Build / CI / tooling

## How has this been verified?

<!-- Establish ground truth: which tool did you RUN, and what did it
report?
     Don't cite a status doc — cite the command and its output. -->

## Checklist

- [ ] My commits are **signed** (`git commit -S`).
- [ ] I ran the project's own checks/tests locally and they pass.
- [ ] New files carry the correct `SPDX-License-Identifier` (code/config
`MPL-2.0`,
      prose `CC-BY-SA-4.0`); I did not relicense existing files.
- [ ] Docs are updated, and no public claim now overstates what the code
does.
- [ ] I have not introduced a soundness hole (or I have flagged where I
might have).

## Notes for reviewers

<!-- Anything that needs special attention, follow-up, or context. -->

Co-authored-by: Claude Opus 5 <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