feat(ci): declare the trusted acceptance verifier registry [no-ticket] - #51
Merged
matthias-scale merged 1 commit intoAug 11, 2026
Merged
Conversation
Names `check (ubuntu-latest)` as herdr's trusted acceptance verifier so /amerge can bind a Deep+ ci_surface to a real check instead of guessing from the rollup. The test pins the registry contents and asserts the three ci.yml facts it depends on, so a workflow rename breaks the test rather than silently voiding the mapping. Revives the only undelivered content of #14; that branch's keyboard fix is already on fork/pr-base and its other QA files are older than base.
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
Revives the only undelivered content of #14:
.github/acceptance-verifiers.jsonand its test.#14 was a stale mixed branch. Its stated content — the Ghostty keyboard fix — is already on
fork/pr-base(src/pane.rssends\x1b[>5u\x1b[>4;2m…,src/main.rsusesime_compatible_keyboard_enhancement_flags()), so nothing of the original author's work is lost by closing it. Its other QA files are older than base — checking them out would have deleted 159 lines of since-evolved script — so only the two genuinely new files are carried here.What this does
Names
check (ubuntu-latest)as herdr's trusted acceptance verifier, so/amergecan bind a Deep+ci_surfaceto a named check rather than inferring one from the rollup.Acceptance criteria
acceptance-verifiers/v1and exactly one verifier —.github/acceptance-verifiers.jsonscripts/test_acceptance_verifier_registry.pyassertsname: check (\${{ matrix.os }}),- os: ubuntu-latest, and thejust cirun line inci.ymlpython3 -m pytest scripts/test_acceptance_verifier_registry.py -q→ 1 passedValidation