fix(docs): correct hallucinations and wrong values in tutorials#61
Merged
Conversation
- quickstart: replace nonexistent CLI keygen with Python generate_key(); replace agentmesh sign section with load_signing_key() persistent key; replace CLI verify with verify_record() Python and correct output - hardware-attestation-platforms: fix commented verify_trace_claim() call to show required ApprovedHashes arg and correct VerificationResult access - integrating-with-cmcp: correct RuntimeClaim vs TrustRecord confusion; fix field paths to trace.* nesting; remove validate_json/verify_record misuse (those operate on flat TrustRecords, not RuntimeClaims); fix verify_trace_claim() signature to require ApprovedHashes; fix result access to result.status.value; update Division of Responsibility table Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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
agentrust-trace keygenCLI with Pythongenerate_key(); replace agentmesh section withload_signing_key()persistent-key example; replace CLI verify withverify_record()Python showing correct outputverify_trace_claim(record)stub — add requiredApprovedHashesarg and correctresult.status.valueaccessRuntimeClaimvsTrustRecordconfusion throughout — field paths (trace.cnf.jwk,trace.runtime), removal ofvalidate_json/verify_recordmisuse (those don't accept the RuntimeClaim envelope), correctverify_trace_claim(claim_json, approved)signature withApprovedHashes, correct result access viaresult.status.value, updated Division of Responsibility tableTest plan
verify_trace_claimsignature againstcmcp/src/cmcp_verify/verify.pyRuntimeClaimfield layout againstcmcp/src/cmcp_runtime/audit/trace_claim.py🤖 Generated with Claude Code