fix(ci): remove timeout-minutes from reusable workflow calls - #168
Closed
hyperpolymath wants to merge 3 commits into
Closed
fix(ci): remove timeout-minutes from reusable workflow calls#168hyperpolymath wants to merge 3 commits into
hyperpolymath wants to merge 3 commits into
Conversation
… path real The README documented `just build` / `just test` as the quickstart, but the Justfile was PARSE-DEAD — a `//` C-style comment on line 2 made `just` reject the whole file (`error: unknown start of token '.'`), so no recipe was reachable; and every recipe was an `@echo` stub anyway. `just verify` checked a `.machine_read/` path that has never existed and swallowed failures with `||`, so it always claimed success. Justfile: real cargo recipes (build/test/lint/fmt/check/proofs/pipeline), split `-all` variants for the LLVM-dependent crate, and a `verify` that exits non-zero when a path is missing. Parse- and run-verified: `just build` exits 0, `just test` reports 221 passing / 0 failing. STATE.a2ml (machines): version 0.1.0 -> 0.2.0 to match Cargo.toml; current session + maintenance status; a new [security-posture] section distinguishing EXPIRING baseline debt from PERMANENT scoped exemptions, with the three active exemptions and their rule-precision rationale, plus upstream rule-fix candidates; a [toolchain] section; the my-llvm/LLVM-21 local limitation recorded so a bare workspace build failure is not misread as a regression; and the dialect model corrected from four co-equal surfaces to solo ⊂ duet ⊂ ensemble with me as an outside projector. README (humans): quickstart now matches reality incl. the my-llvm caveat; dialect containment; measured test count (137+ -> 221); governance/security posture; `.machine_readable/` and `_exploratory/` documented, and the `contractiles/` path corrected (it is not at the repo root). CHANGELOG: Security / Fixed / Changed entries for #143, #146, #147. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
hyperpolymath
enabled auto-merge (squash)
August 12, 2026 16:46
hyperpolymath
force-pushed
the
fix/ci-timeout-minutes-reusable
branch
from
August 12, 2026 17:15
39bc139 to
493bb71
Compare
Files fixed: - .github/workflows/governance.yml Related: hyperpolymath/standards#426 Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
hyperpolymath
force-pushed
the
fix/ci-timeout-minutes-reusable
branch
from
August 12, 2026 17:15
493bb71 to
8edb9ba
Compare
hyperpolymath
disabled auto-merge
August 12, 2026 21:00
Signed-off-by: Jonathan D.A. Jewell <6759885+hyperpolymath@users.noreply.github.com>
hyperpolymath
enabled auto-merge (squash)
August 12, 2026 21:02
Owner
Author
|
Closing auto-generated PR as part of nuclear cleanup. Will be recreated fresh from current state if still needed. |
auto-merge was automatically disabled
August 14, 2026 04:23
Pull request was closed
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.
Bug A fix for issue #426.
Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe vibe@mistral.ai
Summary by Gitar
timeout-minutesfrom reusable workflow calls across governance configuration filesThis will update automatically on new commits.