fix: centered SVG hero + 6 badges + ci.yml + 15-obligation contracts#1
Merged
fix: centered SVG hero + 6 badges + ci.yml + 15-obligation contracts#1
Conversation
…tracts - README header swapped to mysql-from-zero pattern: centered <p><img src="assets/hero.svg" width="1280"></p> + 6 badges (CI, License, MSRV, pmat comply, pv lint, coverage) - .github/workflows/ci.yml: gate-matrix (1.95 + stable) + gate aggregator matching the org's `gate` status-check requirement; runs fmt, clippy, fetch, verify, test, build, capstone smoke, plus pv lint and pmat comply on the stable matrix entry - contracts/duckdb-rust-v1.yaml: expanded proof_obligations + falsification tests from 5×[array] to 15 single-applies_to entries (pv schema requires scalar applies_to). pv lint now PASSES (0 errors, 9 duplicate-formal warnings — same predicate across 3 reports, expected) - .gitignore: contracts/.pv/ (pv lint cache) Co-Authored-By: Claude Opus 4.7 <[email protected]>
CI's cargo fmt --check flagged 3 long lines in tests/cli.rs and the clap derive on main.rs. Re-formatted under cargo fmt --all so the gate-matrix Format step passes. Co-Authored-By: Claude Opus 4.7 <[email protected]>
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
.github/workflows/ci.ymladded: gate-matrix (1.95 + stable) running fmt/clippy/fetch/verify/test/build + capstone smoke; gate aggregator job for thegatestatus check the org ruleset expectscontracts/duckdb-rust-v1.yamlre-shaped: 15 single-applies_toproof_obligations + 15 falsification_tests (pv schema requires scalarapplies_to, not a sequence).pv lint contracts/now PASSES with 0 errorsTest plan
pv lint contracts/→ PASS (0 errors, 9 duplicate-predicate warnings — same predicate across 3 reports, expected)pmat comply→ exit 0cargo test --release→ 31 tests passingcargo clippy --all-targets -- -D warnings→ cleancargo llvm-cov→ 99.16% line / 100% function🤖 Generated with Claude Code