feat: v0.13.0 — adversarial inputs (fuzz, proptest, OS matrix) - #33
Merged
Conversation
REQ-FUZZ-001/PROP-001/MATRIX-001 verified. - 5 cargo-fuzz targets on the untrusted parsers; PR smoke + nightly. First run found a real bug: leading-zero patch ids (2026.07.052 == 2026.07.52 as identities) — fixed, regression-seeded, clean past 1.6M - proptest: round-trip, rollback monotonicity, advance-never-lowers, platform totality - CI: linux+macos matrix, MSRV 1.89, llvm-cov advisory evidence - Kani split to REQ-KANI-001 (v1.0) — not over-claimed here Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_019TNtfRjLNhEz82G2ggeeNu
…locked) The lock predated the proptest dev-dep; the --locked MSRV build failed on the stale lock (not an MSRV violation — deps need 1.88, we pin 1.89). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_019TNtfRjLNhEz82G2ggeeNu
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.
The v0.13.0 slice of the roadmap. Fuzzing found and fixed a real layer-id canonicalization bug (leading-zero patches = duplicate identities) on its first run; proptest covers the core laws over the whole input space; CI now tests linux+macos with an MSRV build and coverage evidence. Kani honestly split to REQ-KANI-001 (v1.0). 82 verification-evidence steps audited.
🤖 Generated with Claude Code
https://claude.ai/code/session_019TNtfRjLNhEz82G2ggeeNu