Release 1.5.3: spec_version, FR-002 validation, FR-003 structured verify#19
Merged
bradleygauthier merged 1 commit intomainfrom Mar 22, 2026
Merged
Conversation
…erify - Require spec_version on Capsule; regenerate golden and invalid conformance fixtures - Python: validate_capsule_dict / validate_capsule; export validation + seal result types - TypeScript: validateCapsuleDict; verifyDetailed + SealVerifyCode / SealVerificationResult - Seal: verify_detailed / verify_with_key_detailed; boolean verify delegates to detailed - URI fixtures: align hash references with golden fixture hashes - Docs: spec README, Python API reference, TypeScript README; conformance README - Tests: validation, exports, seal edge cases; CLI/version assertions for 1.5.3
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
Ships qp-capsule 1.5.3 with CPS
spec_version, FR-002 runtime validation (Python + TypeScript), and FR-003 structured seal verification (detailed results + codes). Golden and invalid conformance fixtures, URI vectors, spec, and reference docs are updated accordingly.Type of Change
Checklist (local verification)
Python (
reference/python/)pytest tests/with--cov-fail-under=100ruff check src/ tests/mypy src/qp_capsule/TypeScript (
reference/typescript/)npm testnpx tsc --noEmitGeneral
Protocol Impact
spec_versionrequired field; spec and fixtures updated.