fix(demos): align verification narration with cmcp-runtime 0.3.0 semantics#18
Merged
Merged
Conversation
…ntics 0.3.0 treats software-only mode (no hardware_attestation) as partially_verified rather than verified. This broke the demo-02 step-5 vs step-6 contrast (both now print FAIL) and left stale "-> passes" and "verified" wording in the docs. - demo-02 run.py: reframe step 5/6 so the audience watches the policy_bundle.hash line flip FAIL -> PASS; note the residual partially_verified is only the software-only hardware caveat. - README.md: correct the demo-2 verify bullets (v2 claim, hash-level pass/fail) and the demo-3 status line to partially_verified. - demo-03 README: rewrite to match the actual demo (trace-claim.json, no pem copy step) and the 0.3.0 partially_verified outcome. Narration only; no runtime behavior change. All three demos verified against a clean cmcp-runtime 0.3.0 install. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Signed-off-by: Imran Siddique <imran.siddique@opaque.co>
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.
What
pip install cmcp-runtimenow pulls 0.3.0, which treats software-only mode (nohardware_attestation) aspartially_verifiedrather thanverified. That broke the demo-02 step-5 vs step-6 contrast (both now print FAIL) and left stale "-> passes" / "verified" wording in the docs.Changes
policy_bundle.hashline flip FAIL -> PASS; note the residualpartially_verifiedis only the software-only hardware caveat.partially_verified.trace-claim.json, no pem copy step) and the 0.3.0 outcome.Narration only; no runtime behavior change. All three demos verified against a clean
cmcp-runtime0.3.0 install.🤖 Generated with Claude Code