feat(cli): add capglyph conformance test harness (CTX-0041) - #33
Merged
Conversation
Implements `capglyph conformance test --vectors <path> [--verbose] [--json-report]` validating 1024 fixtures from CapGlyph/capglyph-test-vectors via capglyph_core::framing::open + error::classify_str. Covers valid, invalid, expired, revoked, malformed, tampered, images + manifest. Companion to capglyph-spec v1.0.0 and capglyph-core error codes. Rust harness passes 1024/1024; Python harness tools/conformance.py passes 1024/1024; wasm graph stays clean (clap/glob gated). Signed-off-by: Muse Spark <muse-spark@capglyph>
Xuepoo
force-pushed
the
ctx-0041/harness
branch
from
August 31, 2026 16:26
85be3cc to
0d35dff
Compare
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.
Companion to capglyph-spec v1.0.0 and capglyph-test-vectors 1024 fixtures.
Implements
capglyph conformance test --vectors <path> [--verbose] [--json-report]via capglyph_core::framing::open + error::classify_str.Verification: cargo fmt, clippy -- -D warnings, cargo test, cargo check --target wasm32-unknown-unknown, capglyph conformance test --vectors ../capglyph-test-vectors/vectors
Related: CTX-0041, depends on CapGlyph/capglyph-core# (error codes) and spec/test-vectors initial population.
Signed-off-by: Muse Spark muse-spark@capglyph