feat(CON-001): declare compat manifest + wire gate CI - #12
Merged
Conversation
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
…port, __all__ sort)
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
.verdict/compat-manifest.json, an exact copy of the CON-001 compat manifest (manifest_hash sha256:a608860555863e94af19efb28568d7d3abac87ea0c88c79bf5464f9e8346ef43,schema_version "1").compat-gateCI job in.github/workflows/ci.ymlthat installsverdict-coreand runsverdict compat check --declared .verdict/compat-manifest.json --jsonagainst the declared manifest.Dependency — CI will stay red until this merges
This PR depends on unmerged verdict-core PR #290 (
feat/con-001-compat-gate, commit7291941), which introduces theverdict compat manifest|checkCLI this gate relies on. The newcompat-gateCI job installs verdict-core directly from that PR's commit as a temporary pin:This pin is temporary and clearly marked with a YAML comment in the workflow. CI on this PR is expected to stay red/fail until verdict-core PR #290 merges — at that point the pin should move to
@mainor a released version tag.Test plan
pytest— 18 passedruff format --check .— passedpython -m build— sdist + wheel built successfullygit diff --check— no whitespace errorsruff check ./mypy src/— both have pre-existing failures onmaster(unrelated to this change: an unused import inprovider_receiptswiring, and a missingnumbastub in the local env); not touched by this PR's 2-file diffcompat-gateCI job — will fail until verdict-core PR #290 merges (expected, see above)DO NOT MERGE until verdict-core PR #290 merges and the pin above is updated.
🤖 Generated with Claude Code