fix(001): gate the cargo jobs on a spine output and purge the hqgit residue - #3
Merged
Conversation
…esidue Every govern.yml run on this repository failed at startup because `hashFiles` is not allowed in a job-level `if`; GitHub reported it as a workflow file issue with no checks. The spine job now probes the tree after checkout and publishes has_cargo and has_deny, and the cargo and deny jobs gate on those (spec 001 D-3, learned from rahi's D-4 and hqgit's D-3). Actions bumped to checkout@v7 and upload-artifact@v7, which closes the two open dependabot PRs. - drop the dependabot npm entry for /web (D-1: no npm anywhere), which failed on every scheduled run - replace the hqgit vocabulary the D-2 copy carried into the skills and agents (ledger-guardian, trust-reviewer, L0/L1, golden vectors, fuzz/, executor/, web/, REAPI, fact kinds, predicates, aicortex-ledger, aicortex-cli, hq) with the memory invariants, this product's crates, and its seams - regenerate the .derived shards for spec 001
This was referenced Sep 6, 2026
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
hashFilesis not allowed in a job-levelif, and GitHub reports that as a workflow file issue with no checks. The spine job now probes the tree after checkout and publisheshas_cargoandhas_deny; the cargo and deny jobs gate on those. Recorded as spec 001 D-3, learned from rahi's D-4 and hqgit's D-3./web, which spec 001 D-1 rules out and which failed on every scheduled run.Testing
make spineandmake cigreen locally;couplechecked 17 paths with no drift.actionlint .github/workflows/govern.ymlpasses.