ci(audit-self): wire 4 present-but-unwired install-sh tests + meta-gate — GH #531 audit follow-up - #545
Merged
Conversation
…te — GH #531 audit follow-up The #531 audit found 4 install-sh test files that exist but were never invoked by CI (armed-but-not-fired): gh-534-arch-boundaries, gh-535-rule-enforced, c1-wiring, ship-orchestration-skills. A test wired at NO channel is a false-green — it fails at none, contradicting the project's "fail at the earliest reachable channel" thesis. Same class as #540 shipping gh-531's test unwired (fixed in #543). - audit-self.yml: wire the 4 tests as deterministic bash steps (all pass locally; no paid-LLM — compliant with no-paid-llm-in-ci.md). - tests/install-sh/meta-all-wired.test.sh (new): a meta-gate asserting EVERY tests/install-sh/*.test.sh is wired in audit-self.yml, so this omission cannot reland silently. Non-vacuous NEG (removing a wiring from a workflow copy flips the gate). Wired itself (33/33 test files now invoked in CI). Prior-art: skipped — CI wiring + a deterministic meta-gate test, no new capability.
artyhoo
enabled auto-merge (squash)
June 16, 2026 07:39
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
The #531 audit (this session) surfaced 4 install-sh test files that exist but were never invoked by CI — the armed-but-not-fired anti-pattern. A test wired at no channel fails at none, which contradicts the project's "every rule fails at the earliest reachable channel" thesis. Same class as #540 shipping gh-531's test unwired (fixed in #543).
Closes MAJOR-2 (second half) + recommendation #3 from the audit.
Changes (2 files)
.github/workflows/audit-self.yml— wire the 4 tests as deterministic bash steps (no paid-LLM; compliant withno-paid-llm-in-ci.md):gh-534-arch-boundaries.test.shgh-535-rule-enforced.test.shc1-wiring.test.shship-orchestration-skills.test.shtests/install-sh/meta-all-wired.test.sh(new) — a meta-gate asserting everytests/install-sh/*.test.shis wired inaudit-self.yml, so this omission can't reland silently. Non-vacuous NEG (removing a wiring from a workflow copy flips the gate). Wired itself → 33/33 install-sh test files now invoked in CI.Verification
gh-5349/9,gh-5357/7,c1-wiring10/10,ship-orchestration-skills7/7)audit-self.ymlis valid YAML; 33 install-shrunstepsmktemp --suffix/ unguardedset -uarray loops)Scope notes
unique_by(.run)SSOT/done.md staleness (MINOR). Consumer install ships framework-internal tooling that no-ops (pipeline / runtime-bridge / packages/core/principles) #482 reopen-vs-defer remains your call.Prior-art: skipped — CI wiring + a deterministic meta-gate test, no new capability.